Files
sqlalchemy/doc/build
Mike Bayer aa557982fa - Added new ENUM type to the Postgresql dialect, which exists as a schema-level
construct and extends the generic Enum type.  Automatically
associates itself with tables and their parent metadata
to issue the appropriate CREATE TYPE/DROP TYPE
commands as needed, supports unicode labels, supports
reflection.  [ticket:1511]

- MySQL ENUM now subclasses the new generic Enum type, and also handles
unicode values implicitly, if the given labelnames are unicode
objects.

- Added a new Enum generic type, currently supported on
Postgresql and MySQL.  Enum is a schema-aware object
to support databases which require specific DDL in
order to use enum or equivalent; in the case of PG
it handles the details of `CREATE TYPE`, and on
other databases without native enum support can
support generation of CHECK constraints.
[ticket:1109] [ticket:1511]

- types documentation updates

- some cleanup on schema/expression docs
2009-10-25 00:40:34 +00:00
..
2009-09-11 22:37:13 +00:00
2009-09-20 16:48:15 +00:00
0.6
2009-08-10 21:44:14 +00:00
2009-01-12 21:19:11 +00:00
2009-08-06 21:11:27 +00:00
2009-09-21 19:43:51 +00:00
2009-09-20 16:40:02 +00:00
2009-04-25 15:13:30 +00:00
2009-08-07 22:17:24 +00:00
2009-10-12 16:32:29 +00:00
2009-09-11 22:37:13 +00:00
2009-08-07 22:17:24 +00:00
2009-09-20 16:48:15 +00:00
2009-08-06 21:11:27 +00:00