From: Mike Bayer Date: Thu, 1 Jun 2006 20:59:49 +0000 (+0000) Subject: update X-Git-Tag: rel_0_2_2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b9322f606124abe036c1e8b0446ca6ba25b313c;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git update --- diff --git a/CHANGES b/CHANGES index 6dc0aec0b3..5d62f4ae9b 100644 --- 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