summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases/maxdb.py
Commit message (Expand)AuthorAgeFilesLines
* - Removed 2.3 set emulations/enhancements.Jason Kirtland2008-07-151-4/+4
* - re-fixed the fix to the prefixes fixMike Bayer2008-07-061-9/+1
* Removed deprecated Dialect.prexecute_sequences aliasingJason Kirtland2008-05-211-1/+1
* Columns now have default= and server_default=. PassiveDefault fades away.Jason Kirtland2008-05-141-7/+7
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-12/+12
* - Warnings are now issued as SAWarning instead of RuntimeWarning; util.warn()...Jason Kirtland2008-01-111-4/+3
* Include column name in length-less String warning (more [ticket:912])Jason Kirtland2008-01-101-1/+1
* redid the _for_ddl String/Text deprecation warning correctly [ticket:912]Mike Bayer2008-01-091-1/+1
* - changed name of TEXT to Text since its a "generic" type; TEXT name isMike Bayer2008-01-051-1/+1
* - all kinds of cleanup, tiny-to-slightly-significant speed improvementsMike Bayer2007-11-241-16/+15
* Added some more notes for maxdbJason Kirtland2007-11-031-58/+66
* - Refinements for maxdb's handling of SERIAL and FIXED columnsJason Kirtland2007-10-311-18/+38
* - Added initial version of MaxDB dialect.Jason Kirtland2007-10-231-0/+1083