summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/sqlite/base.py
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - The "auto close" for :class:`.ResultProxy` is now a "soft" close.Mike Bayer2015-03-171-1/+1
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - 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-01-261-2/+16
* - Added new user-space accessors for viewing transaction isolationMike Bayer2015-01-201-0/+2
* - Custom dialects that implement :class:`.GenericTypeCompiler` canMike Bayer2015-01-161-5/+6
* - restate sort_tables in terms of a more fine grainedMike Bayer2015-01-011-0/+12
* - squash-merge the improve_toc branch, which moves all the Sphinx stylingMike Bayer2014-12-171-3/+3
* - rework sqlite FK and unique constraint system to combine both PRAGMAMike Bayer2014-12-131-112/+187
* - fix unique constraint parsing for sqlite -- may return '' for name, howeverJon Nelson2014-12-131-1/+1
* - The SQLite dialect, when using the :class:`.sqlite.DATE`,Mike Bayer2014-12-051-1/+59
* - The behavioral contract of the :attr:`.ForeignKeyConstraint.columns`Mike Bayer2014-11-251-2/+2
* - rework tests for attached databases into individual tests,Mike Bayer2014-09-291-3/+5
* Merge branch 'sqlite-temp-table-reflection' of https://bitbucket.org/jerdfelt...Mike Bayer2014-09-171-10/+18
|\
| * Handle sqlite get_unique_constraints() call for temporary tablesJohannes Erdfelt2014-09-171-10/+18
* | - Added :meth:`.Inspector.get_temp_table_names` andMike Bayer2014-09-171-26/+23
|/
* - ensure literal_binds works with LIMIT clause, FOR UPDATEMike Bayer2014-09-031-5/+5
* - rewrite all the sqlite/pysqlite transaction isolation docsMike Bayer2014-08-091-34/+100
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-53/+61
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - add link to dialect docs for SQLite autoincrement from column autoincrement,Mike Bayer2014-07-031-2/+4
* Merge branch 'issue_3034' of https://bitbucket.org/dobesv/sqlalchemy/branch/i...Mike Bayer2014-05-161-5/+5
|\
| * Remove unused importDobes Vandermeer2014-04-251-1/+0
| * Use _offset_clause and _limit_clause, which are always Visitable and usually ...Dobes Vandermeer2014-04-251-5/+5
| * Proof-of-concept implementation of supporting bindparam for offset and limit ...Dobes Vandermeer2014-04-241-2/+3
* | 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