Author: brj
Date: Sat Jan 28 08:33:22 2006
New Revision: 373173
URL: http://svn.apache.org/viewcvs?rev=373173&view=rev
Log:
quoted names
Modified:
db/ojb/branches/OJB_1_0_RELEASE/release-notes.txt
Modified: db/ojb/branches/OJB_1_0_RELEASE/release-notes.txt
URL:
http://svn.apache.org/viewcvs/db/ojb/branches/OJB_1_0_RELEASE/release-notes.txt?rev=373173&r1=373172&r2=373173&view=diff
==============================================================================
--- db/ojb/branches/OJB_1_0_RELEASE/release-notes.txt (original)
+++ db/ojb/branches/OJB_1_0_RELEASE/release-notes.txt Sat Jan 28 08:33:22 2006
@@ -22,6 +22,10 @@
Restriction: All attributes contained in the expressions have to belong to
the same table !
- Add new CGLib based PersistentField implementation. It requires JavaBeans
compliant
getter/setter. It's three times faster than the direct field access via
reflection.
+- new support for quoting table and column names
+ the ojb quoting character is '. this character is replaced with the platform
+ specific character when generating the sql.
+ 'myTable' will be converted to "myTable", [myTable] etc. depending on
Platform#getQuotedName
NOTES:
- OJB.properties file changed, replace it when update.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]