Author: kn
Date: Tue Jan 8 16:51:02 2008
New Revision: 7105
Log:
- Documented issue #10161: Column names are always lowercase.
Modified:
trunk/Database/ChangeLog
trunk/Database/docs/tutorial.txt
trunk/DatabaseSchema/ChangeLog
trunk/DatabaseSchema/docs/tutorial.txt
Modified: trunk/Database/ChangeLog
==============================================================================
--- trunk/Database/ChangeLog [iso-8859-1] (original)
+++ trunk/Database/ChangeLog [iso-8859-1] Tue Jan 8 16:51:02 2008
@@ -5,6 +5,7 @@
strange exception message.
- Fixed issue #11786: quoteIdentifier() incorrectly quotes unambiguous
identifiers.
+- Documented issue #10161: Column names are always lowercase.
1.3.3 - Wednesday 05 December 2007
Modified: trunk/Database/docs/tutorial.txt
==============================================================================
--- trunk/Database/docs/tutorial.txt [iso-8859-1] (original)
+++ trunk/Database/docs/tutorial.txt [iso-8859-1] Tue Jan 8 16:51:02 2008
@@ -333,6 +333,17 @@
- difference in allowed field length
- difference in what you can compare (e.g TRUE =! 0)
+Restrictions
+============
+
+To keep the compability between different relational database management
+systems, there are restrictions you have to cope with:
+
+- Lowercase column names
+
+ As some RDBMS always do not store column names case sensitive, but return and
+ strore them completely as upper case letters, ezcDatabase converts all column
+ names to lower case to offer a uniform interface.
Adding support for a new database
=================================
Modified: trunk/DatabaseSchema/ChangeLog
==============================================================================
--- trunk/DatabaseSchema/ChangeLog [iso-8859-1] (original)
+++ trunk/DatabaseSchema/ChangeLog [iso-8859-1] Tue Jan 8 16:51:02 2008
@@ -1,3 +1,8 @@
+1.3.1 - [RELEASEDATE]
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+- Documented issue #10161: Column names are always lowercase.
+
1.3 - Monday 17 December 2007
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Modified: trunk/DatabaseSchema/docs/tutorial.txt
==============================================================================
--- trunk/DatabaseSchema/docs/tutorial.txt [iso-8859-1] (original)
+++ trunk/DatabaseSchema/docs/tutorial.txt [iso-8859-1] Tue Jan 8 16:51:02 2008
@@ -143,6 +143,24 @@
.. include:: tutorial_example_04.php
:literal:
+Restrictions
+============
+
+To keep the compability between different relational database management
+systems, there are restrictions you have to cope with:
+
+- Lowercase column names
+
+ As some RDBMS always do not store column names case sensitive, but return and
+ store them completely as upper case letters, ezcDatabase converts all column
+ names to lower case to offer a uniform interface.
+
+- Field types
+
+ You are limited to an amount of field types common to all RDBMS, or for which
+ at least some kind of mapping exists for all RDBMS.
+
[EMAIL PROTECTED]: Mapping table (issue #10975).
..
--
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components