]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
update
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 1 Jun 2006 20:59:49 +0000 (20:59 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 1 Jun 2006 20:59:49 +0000 (20:59 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 6dc0aec0b301e3c0a0bb4dd440e9591d639dad7c..5d62f4ae9b445c8c7573febafc889bef948a65aa 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -7,8 +7,13 @@ more unit tests
 - fix to docs, removed incorrect info that close() is unsafe to use
 with threadlocal strategy (its totally safe !)
 - create_engine() can take URLs as string or unicode [ticket:188]
-- firebird support !  thanks to James Ralston and Brad Clements for their
-efforts.
+- firebird support partially completed; 
+thanks to James Ralston and Brad Clements for their efforts.
+- Oracle url translation was broken, fixed
+- fix to using unicode criterion for query.get()/query.load()
+- count() function on selectables now uses table primary key or 
+first column instead of "1" for criterion, also uses label "rowcount"
+instead of "count".  
 
 0.2.1
 - "pool" argument to create_engine() properly propigates