From 2b9322f606124abe036c1e8b0446ca6ba25b313c Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 1 Jun 2006 20:59:49 +0000 Subject: [PATCH] update --- CHANGES | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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 -- 2.47.2