Update of /cvsroot/hibernate/Hibernate
In directory usw-pr-cvs1:/tmp/cvs-serv1542
Modified Files:
changelog.txt todo.txt
Log Message:
support for SQL quoted identifiers
Index: changelog.txt
===================================================================
RCS file: /cvsroot/hibernate/Hibernate/changelog.txt,v
retrieving revision 1.252
retrieving revision 1.253
diff -C2 -d -r1.252 -r1.253
*** changelog.txt 29 Oct 2002 16:09:03 -0000 1.252
--- changelog.txt 31 Oct 2002 14:02:17 -0000 1.253
***************
*** 1,4 ****
--- 1,9 ----
Hibernate Changelog
===================
+ Changes in version 1.1.9 (x.11.2002)
+ ------------------------------------
+ * Fixed a bad bug binding to JNDI with servers that use serialization in preference to getReference()
+ * support for quoted SQL identifiers
+
Changes in version 1.1.8 (30.10.2002)
-------------------------------------
Index: todo.txt
===================================================================
RCS file: /cvsroot/hibernate/Hibernate/todo.txt,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** todo.txt 30 Oct 2002 16:06:40 -0000 1.24
--- todo.txt 31 Oct 2002 14:02:18 -0000 1.25
***************
*** 2,6 ****
====
* normalized table-per-subclass mapping style
- * Allow quoted SQL identifiers
* immediate deep fetching for queries
* allow version numbers to be tracked by persistence layer, not persistent objects (make property optional)
--- 2,5 ----
|