|
From: Pelle B. <pe...@us...> - 2004-03-25 19:15:07
|
Update of /cvsroot/neuclear/neuclear-ledger-hibernate/src/java In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6315/src/java Modified Files: hibernate.properties Log Message: PostedTransaction and friend now verify the unpostedtransaction is balanced. Updated schema for HHeld to include a cancelled field and a completed field. (The latter doesnt yet work right). Need to read more Hibernate docs to find out why. Index: hibernate.properties =================================================================== RCS file: /cvsroot/neuclear/neuclear-ledger-hibernate/src/java/hibernate.properties,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** hibernate.properties 25 Mar 2004 16:45:08 -0000 1.4 --- hibernate.properties 25 Mar 2004 19:04:18 -0000 1.5 *************** *** 299,303 **** ## print all generated SQL to the console ! #hibernate.show_sql true --- 299,303 ---- ## print all generated SQL to the console ! hibernate.show_sql true |