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