summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/sqlite
Commit message (Expand)AuthorAgeFilesLines
...
| * 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-043-3/+3
* fix a whole bunch of note:: / warning:: that were inline,Mike Bayer2011-12-251-4/+6
* add BEGIN workaround to pysqlite docs, [ticket:2219]Mike Bayer2011-12-062-1/+28
* marathon doc updating session including a rewrite of unicode paragraphsMike Bayer2011-12-041-9/+8
* 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
* - Failures on connect which raise dbapi.ErrorMike Bayer2011-07-011-1/+2
* - document that pysqlite does not share temporary tablesMike Bayer2011-06-291-0/+29
* sqlite :memory: works across threads now hooray !Mike Bayer2011-06-201-24/+42
* - 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-052-5/+4
* - Documented SQLite DATE/TIME/DATETIME types.Mike Bayer2011-03-271-1/+101
* - some doc reorgMike Bayer2011-03-171-1/+1
* - The path given as the location of a sqlite database is nowMike Bayer2011-02-101-0/+3
* - add connection and cursor to is_disconnect(). We aren't using it yet,Mike Bayer2011-02-091-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-022-30/+30
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-023-2/+15
* Ridding the world of a few wasteful imports.Michael Trier2010-12-192-7/+4
* - 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
* - NullPool is now used by default for SQLite file-Mike Bayer2010-11-281-21/+23
* merge tipMike Bayer2010-11-142-4/+19
|\
| * - 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
| * doc editsMike Bayer2010-09-231-3/+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-262-7/+12