summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/sqlite/base.py
Commit message (Expand)AuthorAgeFilesLines
...
* - added pyodbc for sybase driver.Mike Bayer2010-03-171-2/+2
* - The except_() method now renders as MINUS on Oracle,Mike Bayer2010-03-161-2/+3
* - The visit_pool() method of Dialect is removed, and replaced withMike Bayer2010-03-151-14/+14
* typoMike Bayer2010-03-051-1/+1
* - Added an optional C extension to speed up the sql layer byGaëtan de Menten2010-02-131-24/+20
* - Added "native_datetime=True" flag to create_engine().Mike Bayer2010-02-111-8/+11
* - types.Binary is renamed to types.LargeBinary, it onlyMike Bayer2010-01-231-1/+1
* happy new yearMike Bayer2010-01-071-1/+1
* and the docs...Mike Bayer2009-12-181-3/+6
* - Column() supports a keyword argument "sqlite_autoincrement", whichMike Bayer2009-12-181-0/+42
* - sqlite dialect properly generates CREATE INDEX for a tableMike Bayer2009-12-071-2/+26
* - The Boolean type, when used on a backend that doesn'tMike Bayer2009-12-061-16/+0
* revert part of the change of r6510 because "select datetime('now')" in SQLiteGaëtan de Menten2009-11-171-2/+2
* - sqliteGaëtan de Menten2009-11-171-55/+71
* - pg8000 + postgresql dialects now check for float/numeric returnMike Bayer2009-11-151-4/+4
* added comment so that other people don't spend their time trying to optimizeGaëtan de Menten2009-10-301-0/+2
* minor speed improvement on date, datetime and time types on SQLiteGaëtan de Menten2009-10-301-1/+2
* - generalized Enum to issue a CHECK constraint + VARCHAR on default platformMike Bayer2009-10-251-1/+1
* - boolean, int, and float arguments count as "cache key" values for inspector...Mike Bayer2009-10-011-0/+6
* merge 0.6 series to trunk.Mike Bayer2009-08-061-0/+526