summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/sqlite
Commit message (Expand)AuthorAgeFilesLines
* Run search and replace of symbolic module namesMike Bayer2020-04-141-21/+21
* Document SQLite "mixed binary" behaviorMike Bayer2020-02-061-0/+38
* Fix pydoc typo in sqlite dialectMatt Livesey2019-10-201-2/+2
* Render parenthesis around sqlite expression defaultsBartlomiej Biernacki2019-02-011-0/+3
* Fix many spell glitchesLele Gaifax2019-01-251-3/+3
* Remove version directives for 0.6, 0.7, 0.8Mike Bayer2019-01-151-6/+0
* happy new yearMike Bayer2019-01-114-4/+4
* Skip expression-based index reflection for SQLiteMike Bayer2019-01-091-3/+10
* Post black reformattingMike Bayer2019-01-064-80/+90
* Run black -l 79 against all source filesMike Bayer2019-01-064-343/+593
* commit 1b774808c926665047bf353222ecd191679a95d1Lele Gaifax2018-12-301-1/+1
* Fix quoting schemas in _get_table_sql for the SQLite backendPhillip Cloud2018-07-181-2/+7
* Convert dialect modules to relative imports and testMike Bayer2018-02-051-5/+6
* Raise the sqlite3 import error, not the pysqlite2 onerobin2018-01-271-2/+2
* happy new yearMike Bayer2018-01-124-4/+4
* Fix as many RST parse warnings as possible.Mike Bayer2017-11-031-2/+2
* Take schema name into account when querying sqlite_masterMike Bayer2017-09-281-6/+11
* Fix docs syntax errorDenis Kataev2017-05-101-8/+6
* Support python3.6Mike Bayer2017-01-132-18/+18
* update for 2017 copyrightMike Bayer2017-01-044-4/+4
* Add conditional import for pysqlcipher3Kevin Jurczyk2016-11-101-2/+16
* Add quotes around PRAGMA values in pysqlcipher connect.Kevin Jurczyk2016-11-081-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-294-4/+4
|/
* - 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-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-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