From: Michael D. <mik...@us...> - 2004-08-30 18:32:14
|
Update of /cvsroot/nhibernate/nhibernate In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26049 Modified Files: releasenotes.txt Log Message: updated with latest modifications. Index: releasenotes.txt =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/releasenotes.txt,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** releasenotes.txt 27 Aug 2004 13:30:47 -0000 1.10 --- releasenotes.txt 30 Aug 2004 18:32:04 -0000 1.11 *************** *** 7,11 **** - Fixed bug with Hql and multi column IType - Fixed bug with NullReferenceException and TypeType class. ! - Simple Filters are now working. - Compiled Queries and Filters are now cached. - Refactored Hql to use a SqlString instead of string containing sql. --- 7,11 ---- - Fixed bug with Hql and multi column IType - Fixed bug with NullReferenceException and TypeType class. ! - ISession.Filter() is now working. - Compiled Queries and Filters are now cached. - Refactored Hql to use a SqlString instead of string containing sql. *************** *** 16,19 **** --- 16,20 ---- - Added Types to read BLOB/CLOB columns to a byte[]/string Property. - TypeFactory was modified to allow the attribute "type" to be the Assembly Qualified Name, Full Name, NHibernate IType.Name, or Hibernate name to help with porting hibernate hbm.xml files and Net2Hbm that John is writing. + - Fixed bug with Hql and scalar queries PreAlpha Build 0.1.0.0 |