summaryrefslogtreecommitdiff
path: root/test/dialect/test_sqlite.py
Commit message (Expand)AuthorAgeFilesLines
* Clean up most py3k compatFederico Caselli2021-11-241-11/+6
* Remove object in class definitionFederico Caselli2021-11-221-1/+1
* fully support isolation_level parameter in base dialectMike Bayer2021-11-181-16/+0
* change the POSTCOMPILE/ SCHEMA symbols to not conflict w mssql quotingMike Bayer2021-11-091-1/+1
* fully implement future engine and remove legacyMike Bayer2021-11-071-4/+1
* First round of removal of python 2Federico Caselli2021-11-011-4/+0
* ensure pysqlite dialect enumerates correct isolation levelsMike Bayer2021-08-301-0/+17
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* Pass URL object, not the string, to on_connect_urlMike Bayer2021-06-061-0/+9
* don't cache TypeDecorator by defaultMike Bayer2021-05-061-0/+2
* Use SingletonThreadPool for in-memory SQLiteYongJieYongJie2021-04-281-0/+5
* Repair pysqlcipher and use sqlcipher3Mike Bayer2021-03-241-1/+15
* Add support for aiosqliteFederico Caselli2021-03-241-1/+1
* Accept ColumnCollection in update_on_conflict(set_=Gord Thompson2021-02-151-2/+9
* Repair tests for older SQLite, timing, pypyMike Bayer2021-02-031-5/+3
* introduce generalized decorator to prevent invalid method callsMike Bayer2021-01-161-0/+21
* Guard against re-entrant autobegin in Core, ORMMike Bayer2021-01-151-0/+4
* update execute() arg formats in modules and testsMike Bayer2021-01-151-9/+9
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-131-12/+20
* remove metadata.bind use from test suiteMike Bayer2021-01-031-79/+40
* Repair mssql dep tests; have __only_on__ imply __backend__Mike Bayer2020-12-191-102/+103
* 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