summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases/informix.py
Commit message (Expand)AuthorAgeFilesLines
* merge 0.6 series to trunk.Mike Bayer2009-08-061-493/+0
* happy new yearMike Bayer2009-01-121-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
* - 0.5.0rc3, dohMike Bayer2008-10-181-9/+2
* - The 'length' argument to all Numeric types has been renamedMike Bayer2008-08-241-1/+1
* - Temporarily rolled back the "ORDER BY" enhancementMike Bayer2008-08-061-3/+2
* - compiler visit_label() checks a flag "within_order_by" and will render its ...Mike Bayer2008-08-031-2/+3
* - re-fixed the fix to the prefixes fixMike Bayer2008-07-061-8/+1
* Columns now have default= and server_default=. PassiveDefault fades away.Jason Kirtland2008-05-141-1/+1
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-13/+13
* refactor of default_paramstyle, use paramstyle argument on Dialect to changeMatt Harrison2008-04-071-1/+1
* get basic compilation working for [ticket:972]Mike Bayer2008-02-171-3/+4
* - Fixed a couple pyflakes, cleaned up imports & whitespaceJason Kirtland2008-02-141-1/+1
* - Warnings are now issued as SAWarning instead of RuntimeWarning; util.warn()...Jason Kirtland2008-01-111-2/+3
* Include column name in length-less String warning (more [ticket:912])Jason Kirtland2008-01-101-77/+77
* 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
* happy new yearMike Bayer2008-01-011-1/+1
* - named_with_column becomes an attributeMike Bayer2007-11-251-9/+0
* - anonymous column expressions are automatically labeled.Mike Bayer2007-11-101-0/+1
* Moved author comment preventing python 2.3 from importing the module...Jason Kirtland2007-10-131-1/+2
* removed unused _fold_identifier_case methodMike Bayer2007-10-021-3/+0
* - method call removalMike Bayer2007-08-201-4/+2
* pyflakes mop-upJason Kirtland2007-08-191-2/+2
* 1. Module layout. sql.py and related move into a package called "sql".Mike Bayer2007-08-181-24/+17
* - merged "fasttypes" branch. this branch changes the signatureMike Bayer2007-08-141-35/+50
* - case_sensitive=(True|False) setting removed from schema items, sinceMike Bayer2007-08-111-1/+1
* switch (simple) occurences of 'if len(x)' to 'if x': find . -name '*.py' |xar...Jonathan Ellis2007-08-031-1/+1
* engine.table_names()Jonathan Ellis2007-07-291-0/+4
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-34/+29
* fix for dbapi() method to be classmethod #546Mike Bayer2007-04-221-3/+5
* - informix support added ! courtesy James ZhangMike Bayer2007-04-211-0/+510