summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/sqlite/base.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "test single and double quote inspection scenarios"2020_tutorialmike bayer2020-07-131-17/+14
|\
| * test single and double quote inspection scenariosMike Bayer2020-07-131-17/+14
* | more docs for autocommit isolation levelMike Bayer2020-07-121-0/+4
|/
* Add 'exists' to SQLite's reserved keywordsThodoris Sotiropoulos2020-06-111-0/+1
* SQLite 3.31 added support for computed column.Federico Caselli2020-05-191-14/+67
* Documentation updates for ResultProxy -> ResultMike Bayer2020-05-011-2/+2
* Set up absolute references for create_engine and relatedMike Bayer2020-04-141-3/+4
* Run search and replace of symbolic module namesMike Bayer2020-04-141-25/+27
* Broaden is[not]_distinct_from supportGord Thompson2020-04-021-3/+0
* Merge "Implement autocommit isolation level for pysqlite"mike bayer2020-03-241-2/+11
|\
| * Implement autocommit isolation level for pysqliteGord Thompson2020-03-241-2/+11
* | Convert schema_translate to a post compileMike Bayer2020-03-241-0/+3
|/
* Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-211-17/+17
* Ensure all nested exception throws have a causeMike Bayer2020-03-021-8/+14
* happy new yearMike Bayer2020-01-011-1/+1
* 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-071-3/+9
* Run row value processors up frontMike Bayer2019-10-011-2/+2
* 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
* happy new yearMike Bayer2019-01-111-1/+1
* Skip expression-based index reflection for SQLiteMike Bayer2019-01-091-3/+10
* Post black reformattingMike Bayer2019-01-061-50/+52
* Run black -l 79 against all source filesMike Bayer2019-01-061-343/+565
* 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-101-1/+25
* happy new yearMike Bayer2018-01-121-1/+1
* 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-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