summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/sqlite
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
* Deprecate unsupported dialects and dbapiFederico Caselli2020-04-291-0/+1
* Set up absolute references for create_engine and relatedMike Bayer2020-04-143-9/+14
* Run search and replace of symbolic module namesMike Bayer2020-04-143-28/+31
* Enable zzzeeksphinx module prefixesMike Bayer2020-04-141-1/+1
* Broaden is[not]_distinct_from supportGord Thompson2020-04-021-3/+0
* Merge "Implement autocommit isolation level for pysqlite"mike bayer2020-03-242-2/+31
|\
| * Implement autocommit isolation level for pysqliteGord Thompson2020-03-242-2/+31
* | 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-213-21/+21
* Fix tests failing for SQLite file databases; repair provisioningGord Thompson2020-03-132-5/+33
* Don't import provision.py unconditionallyMike Bayer2020-03-031-1/+0
* Ensure all nested exception throws have a causeMike Bayer2020-03-021-8/+14
* 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