summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases/maxdb.py
Commit message (Expand)AuthorAgeFilesLines
* merge 0.6 series to trunk.Mike Bayer2009-08-061-1099/+0
* found some more _Function->FunctionMike Bayer2009-01-021-1/+1
* - Reflected foreign keys will properly locateMike Bayer2008-12-261-1/+1
* removed the "create_execution_context()" method from dialects and replacedMike Bayer2008-12-191-3/+1
* - "not equals" comparisons of simple many-to-one relationMike Bayer2008-10-181-3/+3
* - The 'length' argument to all Numeric types has been renamedMike Bayer2008-08-241-4/+4
* - Temporarily rolled back the "ORDER BY" enhancementMike Bayer2008-08-061-1/+0
* - compiler visit_label() checks a flag "within_order_by" and will render its ...Mike Bayer2008-08-031-0/+1
* - 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