Author: brj
Date: Mon Jan  2 05:03:11 2006
New Revision: 365342

URL: http://svn.apache.org/viewcvs?rev=365342&view=rev
Log:
added restriction for attributes containing expressions

Modified:
    db/ojb/trunk/release-notes.txt

Modified: db/ojb/trunk/release-notes.txt
URL: 
http://svn.apache.org/viewcvs/db/ojb/trunk/release-notes.txt?rev=365342&r1=365341&r2=365342&view=diff
==============================================================================
--- db/ojb/trunk/release-notes.txt (original)
+++ db/ojb/trunk/release-notes.txt Mon Jan  2 05:03:11 2006
@@ -22,7 +22,7 @@
 - Proxy generation is now pluggable with two implementations (standard Java 
proxies,
   CGLib proxies)
 - Better support for attributes containing expressions ie. sum(0.9 * price * 
stock). 
-  All attributes contained in the expressions have to belong to the same table 
! 
+  Restriction: All attributes contained in the expressions have to belong to 
the same table ! 
 - ManageableCollection interface has been extended: all ojb... Methods now 
also receive a
   PersistenceBroker instance
 - Forward-port from 1.0 stable:
@@ -177,4 +177,4 @@
 
 More information is available at http://db.apache.org/ojb
 
- Copyright © 2002-2004  The Apache Software Foundation. All rights reserved.
+ Copyright � 2002-2004  The Apache Software Foundation. All rights reserved.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to