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