summaryrefslogtreecommitdiff
path: root/test/dialect/test_sqlite.py
Commit message (Expand)AuthorAgeFilesLines
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-63/+55
* Add 'exists' to SQLite's reserved keywordsThodoris Sotiropoulos2020-06-111-0/+1
* Default create_constraint to FalseMike Bayer2020-06-031-1/+7
* SQLite 3.31 added support for computed column.Federico Caselli2020-05-191-13/+16
* Clean up (engine|db).execute for sqliteGord Thompson2020-03-311-44/+46
* Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-211-78/+102
* Result initial introductionMike Bayer2020-02-211-4/+4
* Deprecate connection branchingMike Bayer2020-02-211-23/+22
* Fix test failures under WindowsFederico Caselli2019-12-311-31/+35
* Use expanding IN for all literal value IN expressionsMike Bayer2019-12-221-3/+21
* Support for generated columnsCaselIT2019-11-081-0/+24
* Drop right-nested join rewritingMike Bayer2019-10-071-0/+11
* Support SQLite URIsMike Bayer2019-09-211-7/+35
* Reflect PK of referred table if referred columns not presentMike Bayer2019-08-181-0/+101
* Correct name for json_serializer / json_deserializer, document and testMike Bayer2019-08-081-0/+30
* Always include a schema name in SQLite PRAGMAMike Bayer2019-08-021-2/+57
* Support tuple IN VALUES for SQLite, othersMike Bayer2019-07-191-0/+8
* Reflect "NO ACTION" as None; support "RESTRICT"Mike Bayer2019-06-261-1/+1
* Don't discard inactive transaction until it is explicitly rolled backMike Bayer2019-06-101-1/+3
* Render parenthesis around sqlite expression defaultsBartlomiej Biernacki2019-02-011-5/+72
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-231-5/+5
* Post black reformattingMike Bayer2019-01-061-43/+47
* Run black -l 79 against all source filesMike Bayer2019-01-061-656/+957
* Implement SQLite ON CONFLICT for constraintsDenis Kataev2018-11-071-1/+135
* Fix quoting schemas in _get_table_sql for the SQLite backendPhillip Cloud2018-07-181-0/+25
* Sqlite jsonIlja Everilä2018-07-101-0/+62
* fix TypeReflectionTest for sqlite 3.24Nils Philippsen2018-06-251-1/+1
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-9/+10
* Support python3.6Mike Bayer2017-01-131-3/+3
* Change autoincrement compileerror to a warningMike Bayer2016-10-071-15/+28
* Add IS (NOT) DISTINCT FROM operatorsSebastian Bank2016-06-061-0/+11
* - further adjustment to accomodate for the "ON" in "NO ACTION"Mike Bayer2016-06-031-2/+10
* Ensure "options" present for unnamed / unlocatable FKMike Bayer2016-06-031-11/+43
* Reflect ON DELETE and ON UPDATE for SQLite foreign keysMichal Petrucha2016-06-021-0/+37
* Implemented CHECK constraint reflection for SQLite and PostgreSQLAlex Grönholm2016-06-011-0/+15
* sqlite: reflect primary key constraint names, fixes #3629Diana Clarke2016-01-271-3/+34
* - The system by which a :class:`.Column` considers itself to be anMike Bayer2015-10-071-3/+37
* - limit the search for schemas to not include "temp", which is sort of an imp...Mike Bayer2015-09-281-23/+17
* Support get_schema_names for SQLitepr/198Brian Van Klaveren2015-09-091-0/+5
* Test for partial index support in sqlite dialects.Kai Groner2015-01-261-1/+22
* - rework sqlite FK and unique constraint system to combine both PRAGMAMike Bayer2014-12-131-123/+291
* - add test_get_unnamed_unique_constraints to SQLite reflection testsJon Nelson2014-12-131-0/+18
* - The SQLite dialect, when using the :class:`.sqlite.DATE`,Mike Bayer2014-12-051-0/+57
* - pep8Mike Bayer2014-12-051-191/+232
* - rework tests for attached databases into individual tests,Mike Bayer2014-09-291-36/+102
* Merge branch 'sqlite-temp-table-reflection' of https://bitbucket.org/jerdfelt...Mike Bayer2014-09-171-0/+18
|\
| * Handle sqlite get_unique_constraints() call for temporary tablesJohannes Erdfelt2014-09-171-0/+18
* | - Added :meth:`.Inspector.get_temp_table_names` andMike Bayer2014-09-171-17/+0
|/
* - add tests for the savepoint recipeMike Bayer2014-08-091-0/+78
* - Fixed a few errant ``u''`` strings that would prevent tests from passingMike Bayer2014-03-221-2/+2