summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/informix/base.py
Commit message (Expand)AuthorAgeFilesLines
* - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche...Mike Bayer2013-11-171-590/+0
* plugging awayMike Bayer2013-04-271-1/+1
* work through dialectsMike Bayer2013-04-271-3/+3
* - the raw 2to3 runMike Bayer2013-04-271-4/+5
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* - recognize that do_rollback() and do_commit() work with a DBAPI connection,Mike Bayer2012-11-221-18/+0
* kill me now, pep8 pass, so closeDiana Clarke2012-11-201-10/+10
* just a pep8 passDiana Clarke2012-11-201-29/+28
* juts a 'expected 2 blank lines' pep8 passDiana Clarke2012-11-191-0/+7
* - rework the sphinx customizations into distinct modulesMike Bayer2012-10-191-1/+3
* - update all the visit_mod() functions with new naming schemeMike Bayer2012-08-141-2/+3
* -whitespace bonanza, contdMike Bayer2012-07-281-6/+6
* - upgrade DBAPI index to have links to all dialect toplevel pagesMike Bayer2012-05-261-1/+4
* - [feature] Inspector.get_primary_keys() isMike Bayer2012-04-241-4/+6
|\
| * deprecate inspector.get_primary_keys() in favor of inspector.get_pk_constraint()Diana Clarke2012-04-021-4/+6
* | Changed misspelled 'altere' reserved word to 'alter'Benjamin Trofatter2012-04-121-1/+1
|/
* happy new yearMike Bayer2012-01-041-1/+1
* Informix and postgresql reserved words changes -- almost done.Jim Phares2011-03-151-0/+123
* - whitespace removal bonanzaMike Bayer2011-01-021-4/+4
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-3/+3
* - *Major* cleanup / modernization of the InformixMike Bayer2010-10-011-66/+227
* - Applied patches from [ticket:1904] to getrel_0_6_4Mike Bayer2010-09-071-18/+9
* - idle 78-char adjustmentsMike Bayer2010-07-031-18/+30
* removed all dialect table_names() methods and standardizedMike Bayer2010-03-191-1/+2
* - Added an optional C extension to speed up the sql layer byGaëtan de Menten2010-02-131-1/+1
* - types.Binary is renamed to types.LargeBinary, it onlyMike Bayer2010-01-231-2/+2
* happy new yearMike Bayer2010-01-071-1/+1
* begin modernize of informix dialect for [ticket:1499]Mike Bayer2009-12-311-122/+88
* add a warning for unported dialects. considered a full blown NotImplemented...Mike Bayer2009-12-061-0/+2
* - pg8000 + postgresql dialects now check for float/numeric returnMike Bayer2009-11-151-2/+2
* partially PEP8-ified informix dialectGaëtan de Menten2009-10-271-38/+38
* - Added BigInteger to global importsMike Bayer2009-10-151-0/+3
* close cursors: mostly fetchone -> firstPhilip Jenvey2009-09-111-1/+1
* merge 0.6 series to trunk.Mike Bayer2009-08-061-0/+334