summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/sqlite
Commit message (Expand)AuthorAgeFilesLines
* - documenation updates to clarify specific SQLite versionsMike Bayer2016-01-211-2/+14
* - Fixed bug in SQLite dialect where reflection of UNIQUE constraintsMike Bayer2015-07-211-1/+1
* - document SQlite dotted name issue, fixes #3441Mike Bayer2015-06-051-0/+101
* - document fully how to use autoincrement w/ SQLite includingMike Bayer2015-05-221-7/+67
* - copyright 2015Mike Bayer2015-03-104-4/+4
* - repair doclevelMike Bayer2015-03-101-1/+1
* - changelog / doc for sqlite partial indexesMike Bayer2015-03-101-0/+20
* Partial index support with sqlite dialects.Kai Groner2015-03-101-2/+16
* - Added new user-space accessors for viewing transaction isolationMike Bayer2015-01-201-0/+2
* - squash-merge the improve_toc branch, which moves all the Sphinx stylingMike Bayer2014-12-271-3/+3
* - added new backend for pysqlcipher, as we will probably getMike Bayer2014-10-292-1/+117
* - rework tests for attached databases into individual tests,Mike Bayer2014-09-291-3/+5
* - rewrite all the sqlite/pysqlite transaction isolation docsMike Bayer2014-08-092-50/+154
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-202-69/+80
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-093-3/+6
* - add link to dialect docs for SQLite autoincrement from column autoincrement,Mike Bayer2014-07-031-2/+4
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-5/+5
* fix typorel_0_9_3Mike Bayer2014-02-191-1/+1
* - rewrite SQLite reflection tests into one consistent fixture, which testsMike Bayer2014-02-161-25/+31
* - The SQLite dialect will now skip unsupported arguments when reflectingMike Bayer2014-02-161-1/+8
* - changelog + documentation for pullreq github:65Mike Bayer2014-02-161-6/+57
* Merge branch 'master' of https://github.com/eblume/sqlalchemy into tMike Bayer2014-02-162-154/+165
|\
| * SQLite dialect - support relection from affinitypr/65Erich Blume2014-02-031-11/+36
| * PEP-8 compliance for dialects/sqlite/base.pyErich Blume2014-01-302-143/+129
* | - Fixed bug whereby SQLite compiler failed to propagate compiler argumentsMike Bayer2014-01-311-2/+2
|/
* - Added new test coverage for so-called "down adaptions" of SQL types,Mike Bayer2014-01-221-5/+6
* - implement kwarg validation and type system for dialect-specificMike Bayer2014-01-181-10/+16
* - happy new yearMike Bayer2014-01-053-3/+3
* Fix cross referencespr/46Vraj Mohan2013-11-171-2/+2
* - The typing system now handles the task of rendering "literal bind" values,Mike Bayer2013-10-201-0/+8
* move FAQ to the docs, [ticket:2133]Mike Bayer2013-08-211-0/+2
* doc fixMike Bayer2013-07-121-1/+1
* The newly added SQLite DATETIME arguments storage_format andMike Bayer2013-07-121-0/+6
* Added :class:`.BIGINT` to the list of type names that can beMike Bayer2013-07-021-2/+4
* Fix unique constraints reflection in SQLiteRoman Podolyaka2013-06-231-1/+2
* Add basic support of unique constraints reflectionpr/4Roman Podolyaka2013-06-091-0/+20
* working through tests....Mike Bayer2013-06-021-0/+1
* - add a test specific to sqlite testing cursor.description encoding (shouldMike Bayer2013-05-261-1/+2
* sqlite testsMike Bayer2013-05-261-2/+0
* - unicode literals need to just be handled differently if they have utf-8Mike Bayer2013-05-041-1/+1
* - the raw 2to3 runMike Bayer2013-04-272-5/+6
* Removes an errant space character that caused a newline break in the sphinx o...Taavi Burns2013-01-171-1/+1
* :class:`.Index` now supports arbitrary SQL expressions and/orMike Bayer2013-01-161-12/+2
* happy new year (see #2645)Diana Clarke2013-01-013-3/+3
* this comment is entirely from some ancient version of the codeMike Bayer2012-12-141-2/+0
* More adjustment to this SQLite related issue which was released inMike Bayer2012-12-141-28/+39
* - version check for sqlite on multivalues is 3.7.11Mike Bayer2012-12-081-0/+3
* internally at least refer to multirow as "multivalues", to distinguish betweenMike Bayer2012-12-081-1/+1
* compiler: add support for multirow insertsIdan Kamara2012-12-061-0/+1
* just a pep8 pass of lib/sqlalchemy/dialects/sqliteDiana Clarke2012-11-193-128/+161