summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/sqlite
Commit message (Expand)AuthorAgeFilesLines
* Document SQLite "mixed binary" behaviorMike Bayer2020-02-061-0/+38
* Refactor test provisioning to dialect-level filesGord Thompson2020-01-262-0/+55
* happy new yearMike Bayer2020-01-014-4/+4
* Gracefully degrade for SQLite JSON receiving direct numeric valueMike Bayer2019-11-291-1/+20
* Add type accessors for JSON indexed/pathed element accessMike Bayer2019-11-111-2/+12
* Support for generated columnsCaselIT2019-11-081-0/+3
* Fix pydoc typo in sqlite dialectMatt Livesey2019-10-171-2/+2
* Drop right-nested join rewritingMike Bayer2019-10-072-37/+20
* Run row value processors up frontMike Bayer2019-10-011-2/+2
* Support SQLite URIsMike Bayer2019-09-211-13/+111
* Reflect PK of referred table if referred columns not presentMike Bayer2019-08-181-4/+20
* Correct name for json_serializer / json_deserializer, document and testMike Bayer2019-08-081-2/+23
* Always include a schema name in SQLite PRAGMAMike Bayer2019-08-021-11/+20
* Support tuple IN VALUES for SQLite, othersMike Bayer2019-07-191-2/+6
* Reflect "NO ACTION" as None; support "RESTRICT"Mike Bayer2019-06-261-2/+6
* 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-82/+94
* Run black -l 79 against all source filesMike Bayer2019-01-065-385/+648
* commit 1b774808c926665047bf353222ecd191679a95d1Lele Gaifax2018-12-301-1/+1
* Merge "Add new "all columns" naming convention tokens"mike bayer2018-11-111-13/+0
|\
| * Add new "all columns" naming convention tokensMike Bayer2018-11-101-13/+0
* | Implement SQLite ON CONFLICT for constraintsDenis Kataev2018-11-071-4/+182
|/
* Add support of empty list in exanding of bindparamNicolas Rolin2018-08-071-0/+3
* Fix quoting schemas in _get_table_sql for the SQLite backendPhillip Cloud2018-07-181-2/+7
* Sqlite jsonIlja Everilä2018-07-103-3/+104
* 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