diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-03-01 00:11:25 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-03-01 00:11:25 +0000 |
| commit | 8d298fa06d262549fc640f34f5588a281bb17cd7 (patch) | |
| tree | 5802dc20c88b8478a3b6577085c7f599a2f5130a | |
| parent | 7e4d55686c6c63f522e6ecdde002bce22cd3c61a (diff) | |
| download | sqlalchemy-8d298fa06d262549fc640f34f5588a281bb17cd7.tar.gz | |
update
| -rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -22,6 +22,9 @@ synchronize between inherited and inheriting mappers. check when object attributes are modified or the object is deleted - Index object fully implemented, can be constructed standalone, or via "index" and "unique" arguments on Columns. +- added "convert_unicode" flag to SQLEngine, will treat all String/CHAR types +as Unicode types, with raw-byte/utf-8 translation on the bind parameter and +result set side. 0.1.2 - fixed a recursive call in schema that was somehow running 994 times then returning |
