summaryrefslogtreecommitdiff
path: root/test/dialect/test_sqlite.py
Commit message (Expand)AuthorAgeFilesLines
* simplify AttachedDB test for SQLiteMike Bayer2023-03-131-68/+42
* Restore connectivity with ancient sqliteFederico Caselli2023-03-041-0/+37
* check index_list pragma for number of columns returnedMike Bayer2022-12-131-0/+1
* Rewrite positional handling, test for "numeric"Federico Caselli2022-12-051-0/+2
* [sqlite] Reflect DEFERRABLE and INITIALLY options for foreign keysMichael Gorven2022-11-301-0/+59
* add partial index predicate to SQLiteDialect.get_indexes() resultTobias Pfeiffer2022-11-281-0/+51
* Try running pyupgrade on the codeFederico Caselli2022-11-161-2/+0
* ensure RETURNING renders in stringify w/ no server versionMike Bayer2022-08-031-0/+16
* SQLite reflection ignores schema internal namesFederico Caselli2022-08-011-0/+72
* Comments on (named) constraintscheremnov2022-06-291-1/+1
* rearchitect reflection for batched performanceFederico Caselli2022-06-181-21/+10
* render col name in on conflict set clause, not given keyMike Bayer2022-05-151-1/+46
* use .fromisoformat() for sqlite datetime, date, time parsingMike Bayer2022-04-031-3/+3
* improve reflection of inline UNIQUE constraintsMike Bayer2022-02-201-0/+50
* use QueuePool for sqlite file databasesMike Bayer2022-02-101-6/+16
* Merge "Fix various source comment/doc typos" into mainmike bayer2022-01-071-1/+1
|\
| * Fix various source comment/doc typosluz paz2021-12-291-1/+1
* | Update Black's target-version to py37Hugo van Kemenade2022-01-051-2/+2
|/
* 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