summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/sqlite/base.py
Commit message (Expand)AuthorAgeFilesLines
...
* - [bug] Adjusted a very old bugfix which attemptedMike Bayer2012-09-191-4/+6
* -whitespace bonanza, contdMike Bayer2012-07-281-58/+58
* add a note about sqlites lack of concurrency by design, [ticket:2447]Mike Bayer2012-05-171-0/+32
* - [feature] Added SQLite execution optionMike Bayer2012-05-041-10/+17
* - [feature] Inspector.get_primary_keys() isMike Bayer2012-04-241-2/+2
|\
| * deprecate inspector.get_primary_keys() in favor of inspector.get_pk_constraint()Diana Clarke2012-04-021-2/+2
* | - [feature] the SQLite date and time typesMike Bayer2012-04-241-43/+85
|\ \ | |/ |/|
| * Improve SQLite DATETIME storage format handling [ticket:2363]Nathan Wright2012-03-121-43/+85
* | typoes in lib/sqlalchemy/dialectsDiana Clarke2012-03-171-6/+6
|/
* - [bug] A significant change to how labelingMike Bayer2012-02-051-15/+10
* then merge thisMike Bayer2012-01-281-1/+1
|\
| * - [feature] Dialect-specific compilers now raiseMike Bayer2012-01-281-1/+1
* | - [bug] removed an erroneous "raise" in theMike Bayer2012-01-281-3/+0
|/
* - [feature] Added "false()" and "true()" expressionMike Bayer2012-01-181-0/+6
* that's not a "name=0", that's a counter. so name is None unconditonally.Mike Bayer2012-01-071-6/+4
* - [bug] the "name" of an FK constraint in SQLiteMike Bayer2012-01-071-0/+2
* happy new yearMike Bayer2012-01-041-1/+1
* add BEGIN workaround to pysqlite docs, [ticket:2219]Mike Bayer2011-12-061-1/+3
* link date/time classes correctly, helps [ticket:2244]Mike Bayer2011-08-041-1/+1
* - SQLite dialect no longer strips quotesMike Bayer2011-07-281-4/+6
* - Accept None from SQLite cursor.fetchone() whenMike Bayer2011-06-041-1/+11
* random cleanupMike Bayer2011-05-041-1/+2
* - Fixed bug where reflection of foreign keyMike Bayer2011-04-101-0/+4
* - REAL has been added to the core types. SupportedMike Bayer2011-04-051-3/+2
* - Documented SQLite DATE/TIME/DATETIME types.Mike Bayer2011-03-271-1/+101
* - some doc reorgMike Bayer2011-03-171-1/+1
* - execution_options() on Connection acceptsMike Bayer2011-01-161-1/+1
* - factor consistent set_isolation_level(), get_isolation_level()Mike Bayer2011-01-161-13/+29
* Regarding reflection for this case, reflection of an int PK colMike Bayer2011-01-151-0/+1
* - fix reflection of unknown types with arguments, NullType() accepts no argum...Mike Bayer2011-01-121-4/+4
* - A TypeDecorator of Integer can be used with a primary keyMike Bayer2011-01-111-2/+2
* - 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