summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases/maxdb.py
Commit message (Expand)AuthorAgeFilesLines
* - 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