summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/sqlite/base.py
Commit message (Expand)AuthorAgeFilesLines
* 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-161-145/+158
|\
| * SQLite dialect - support relection from affinitypr/65Erich Blume2014-02-031-11/+36
| * PEP-8 compliance for dialects/sqlite/base.pyErich Blume2014-01-301-134/+122
* | - 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-051-1/+1
* - The typing system now handles the task of rendering "literal bind" values,Mike Bayer2013-10-201-0/+8
* 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
* - unicode literals need to just be handled differently if they have utf-8Mike Bayer2013-05-041-1/+1
* - the raw 2to3 runMike Bayer2013-04-271-2/+2
* 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-011-1/+1
* 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-191-76/+102
* Merged in agilevic/sqlalchemy (pull request #23)Mike Bayer2012-10-211-0/+2
|\
| * it is sensible to add NCHAR and NVARCHAR as recognized data types for sqlite ...Victor Olex2012-10-051-0/+2
* | - rework the sphinx customizations into distinct modulesMike Bayer2012-10-191-1/+4
* | - move out maxdbMike Bayer2012-10-181-3/+0
|/
* Add support for LOCALTIMESTAMP in SQLite.Richard Mitchell2012-09-261-0/+3
* - improve docs for MySQL/SQLite foreign key/ON UPDATE|DELETE instructions,Mike Bayer2012-09-231-0/+36
* - [bug] Adjusted column default reflection code toMike Bayer2012-09-231-33/+42
* - [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
|/