summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/sqlite/base.py
Commit message (Expand)AuthorAgeFilesLines
...
* - whitespace removal bonanzaMike Bayer2011-01-021-21/+21
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-2/+3
* Ridding the world of a few wasteful imports.Michael Trier2010-12-191-5/+3
* - merge tipMike Bayer2010-12-191-1/+1
|\
| * this innocuous change allows sqlite to work with pypy. sadly, pypy is twice ...Mike Bayer2010-12-171-2/+2
* | - some good inlinings to the whole cascade_iterator() thing.Mike Bayer2010-12-181-1/+1
* | - system to cache the bind/result processors in a dialect-wide registry.Mike Bayer2010-12-131-1/+2
|/
* - ResultProxy and friends always reference the DBAPI connection at the same timeMike Bayer2010-12-051-3/+17
* merge tipMike Bayer2010-11-141-1/+15
|\
| * - On the same theme, the REFERENCES clause in a CREATE TABLEMike Bayer2010-11-121-1/+11
| * - The REFERENCES clause in a CREATE TABLE that includesMike Bayer2010-11-121-0/+4
* | - move LIMIT/OFFSET rendering to be as bind parameters, for all backendsMike Bayer2010-08-291-4/+4
|/
* - Calling fetchone() or similar on a result thatMike Bayer2010-08-031-1/+1
* - Changed the scheme used to generate truncatedMike Bayer2010-07-211-1/+1
* - Fixed concatenation of constraints when "PRIMARY KEY"Mike Bayer2010-05-271-1/+1
* place docs for DBAPI-agnostic transaction_isolation setting for sqlite, pg [t...Mike Bayer2010-04-301-1/+9
* clean up sqlite version detection stuffMike Bayer2010-03-261-0/+10
* removed all dialect table_names() methods and standardizedMike Bayer2010-03-191-6/+3
* - moved most Decimal bind/result handling into types.py, out of sqlite, mysql...Mike Bayer2010-03-181-15/+0
* - 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