From: <one...@us...> - 2002-11-19 15:35:38
|
Update of /cvsroot/hibernate/Hibernate In directory sc8-pr-cvs1:/tmp/cvs-serv2395 Modified Files: changelog.txt Log Message: allow not between, not in in query language allow subqueries beginning with a from clause in query language Index: changelog.txt =================================================================== RCS file: /cvsroot/hibernate/Hibernate/changelog.txt,v retrieving revision 1.266 retrieving revision 1.267 diff -C2 -d -r1.266 -r1.267 *** changelog.txt 19 Nov 2002 10:42:17 -0000 1.266 --- changelog.txt 19 Nov 2002 15:35:35 -0000 1.267 *************** *** 7,10 **** --- 7,12 ---- * fixed an exception that occurred with short qualified tablenames * added the polymorphism attribute to the <class> element + * allow "not between", "not in" in query language + * allow subqueries beginning with a from clause in query language Changes in version 1.2 beta 2 (15.11.2002) |