summaryrefslogtreecommitdiff
path: root/test/dialect/test_sqlite.py
Commit message (Expand)AuthorAgeFilesLines
* Emit 2.0 deprecation warning for sub-transactionsMike Bayer2020-12-141-22/+0
* correct for "autocommit" deprecation warningMike Bayer2020-12-111-60/+76
* Support Column objects in the SET clause for upsertMike Bayer2020-11-231-0/+47
* Merge "Support SQLite WITHOUT ROWID tables"mike bayer2020-11-091-0/+10
|\
| * Support SQLite WITHOUT ROWID tablesSean Anderson2020-11-081-0/+10
* | Implement upsert for SQLiteRamonWill2020-11-081-0/+538
|/
* Convert to autoload_with internallyMike Bayer2020-11-071-82/+76
* Apply underscore naming to several more operatorsjonathan vanasco2020-10-301-1/+1
* upgrade to black 20.8b1Mike Bayer2020-09-281-7/+12
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-3/+1
* Add support for regular expression on supported backend.Federico Caselli2020-08-271-0/+75
* 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