summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/sqlite/base.py
Commit message (Expand)AuthorAgeFilesLines
* Fix docs syntax errorDenis Kataev2017-05-101-8/+6
* Support python3.6Mike Bayer2017-01-131-16/+16
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* Add IS (NOT) DISTINCT FROM operatorsSebastian Bank2016-06-061-0/+8
* - further adjustment to accomodate for the "ON" in "NO ACTION"Mike Bayer2016-06-031-1/+2
* Ensure "options" present for unnamed / unlocatable FKMike Bayer2016-06-031-2/+2
* Ensure 'options' is always present in foreign key infoMike Bayer2016-06-031-2/+1
* Reflect ON DELETE and ON UPDATE for SQLite foreign keysMichal Petrucha2016-06-021-4/+15
* Implemented CHECK constraint reflection for SQLite and PostgreSQLAlex Grönholm2016-06-011-0/+26
* Merge remote-tracking branch 'origin/pr/230'Mike Bayer2016-03-301-1/+9
|\
| * same logic, but without the inner functionpr/230Diana Clarke2016-01-281-4/+3
| * sqlite: reflect primary key constraint names, fixes #3629Diana Clarke2016-01-271-1/+10
* | - happy new yearMike Bayer2016-01-291-1/+1
|/
* - The workaround for right-nested joins on SQLite, where they are rewrittenMike Bayer2016-01-261-6/+13
* - documenation updates to clarify specific SQLite versionsMike Bayer2016-01-211-2/+14
* - for DB's w/o a real "autoincrement", reflection should be returningMike Bayer2015-10-071-1/+1
* - The system by which a :class:`.Column` considers itself to be anMike Bayer2015-10-071-7/+15
* - limit the search for schemas to not include "temp", which is sort of an imp...Mike Bayer2015-09-281-6/+20
* Support get_schema_names for SQLiteBrian Van Klaveren2015-09-091-0/+7
* - 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