get it while its hot ....
http://www.sqlalchemy.org/download.html
0.4.2p3
------
- general
- sub version numbering scheme changed to suite
setuptools version number rules; easy_install -u
should now get this version over 0.4.2.
- sql
- Text type is properly exported now and does not
raise a warning on DDL create; String types with no
length only raise warnings during CREATE TABLE
[ticket:912]
- new UnicodeText type is added, to specify an
encoded, unlengthed Text type
- fixed bug in union() so that select() statements
which don't derive from FromClause objects can be
unioned
- orm
- fixed bug with session.dirty when using "mutable
scalars" (such as PickleTypes)
- added a more descriptive error message when flushing
on a relation() that has non-locally-mapped columns
in its primary or secondary join condition
- dialects
- Fixed reflection of mysql empty string column
defaults.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sqlalchemy" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---