summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/sqlite
Commit message (Expand)AuthorAgeFilesLines
* provide connectionfairy on initializeMike Bayer2021-11-292-17/+9
* Clean up most py3k compatFederico Caselli2021-11-243-21/+11
* Remove object in class definitionFederico Caselli2021-11-222-2/+2
* fully support isolation_level parameter in base dialectMike Bayer2021-11-182-37/+5
* removals: all unicode encoding / decodingMike Bayer2021-11-101-2/+0
* First round of removal of python 2Federico Caselli2021-11-011-12/+3
* Surface driver connection object when using a proxied dialectFederico Caselli2021-09-172-5/+9
* Merge "Fixes: #5289"mike bayer2021-09-151-1/+2
|\
| * Fixes: #5289jonathan vanasco2021-09-081-1/+2
* | ensure pysqlite dialect enumerates correct isolation levelsMike Bayer2021-08-302-2/+14
|/
* Replace all http:// links to https://Federico Caselli2021-07-046-26/+26
* document missing ColumnCollection methodsMike Bayer2021-06-131-0/+11
* Add note regarding encryption-related pragmasFederico Caselli2021-06-071-0/+5
* Pass URL object, not the string, to on_connect_urlMike Bayer2021-06-061-1/+1
* don't cache TypeDecorator by defaultMike Bayer2021-05-061-0/+1
* Merge "Use non-subquery form for empty IN"mike bayer2021-04-291-0/+5
|\
| * Use non-subquery form for empty INMike Bayer2021-04-291-0/+5
* | Use SingletonThreadPool for in-memory SQLiteYongJieYongJie2021-04-281-1/+3
|/
* Improved datetime documentation for sqliteFederico Caselli2021-04-181-1/+1
* Merge "Support DEFAULT VALUES and VALUES(DEFAULT) individually"mike bayer2021-04-141-0/+5
|\
| * Support DEFAULT VALUES and VALUES(DEFAULT) individuallyMike Bayer2021-04-141-0/+5
* | Explicitly test for Connection in dialect.has_table()Mike Bayer2021-04-141-0/+2
|/
* Default caching to opt-out for 3rd party dialectsMike Bayer2021-04-014-0/+4
* Repair pysqlcipher and use sqlcipher3Mike Bayer2021-03-242-67/+108
* Add support for aiosqliteFederico Caselli2021-03-243-9/+369
* Add supported database version for internal dialectsFederico Caselli2021-03-071-0/+3
* Accept ColumnCollection in update_on_conflict(set_=Gord Thompson2021-02-151-2/+12
* Use schema._copy_expression() fully in column collection constraintsGord Thompson2021-01-291-3/+6
* Fix many spell glitches in docstrings and commentsLele Gaifax2021-01-243-5/+5
* introduce generalized decorator to prevent invalid method callsMike Bayer2021-01-161-0/+11
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-131-3/+3
* happy new yearMike Bayer2021-01-045-5/+5
* Repair mssql dep tests; have __only_on__ imply __backend__Mike Bayer2020-12-191-0/+20
* Merge "Support IF EXISTS/IF NOT EXISTS for DDL constructs"mike bayer2020-12-141-1/+7
|\
| * Support IF EXISTS/IF NOT EXISTS for DDL constructsRamonWill2020-12-141-1/+7
* | fix non-ascii quotes in sqlite on update featureMike Bayer2020-12-071-3/+3
* | Support Column objects in the SET clause for upsertMike Bayer2020-11-232-20/+33
* | Use ``re.search`` instead of ``re.match`` in sqliteFederico Caselli2020-11-191-5/+5
* | Merge "Support SQLite WITHOUT ROWID tables"mike bayer2020-11-091-1/+27
|\ \ | |/ |/|
| * Support SQLite WITHOUT ROWID tablesSean Anderson2020-11-081-1/+27
* | Implement upsert for SQLiteRamonWill2020-11-083-2/+469
|/
* Apply underscore naming to several more operatorsjonathan vanasco2020-10-301-1/+1
* Correct reflection for composite primary keysfulpm2020-10-211-0/+1
* accommodate for null in sqlite regex handlerMike Bayer2020-10-021-1/+2
* upgrade to black 20.8b1Mike Bayer2020-09-281-1/+3
* Add support for regular expression on supported backend.Federico Caselli2020-08-272-0/+78
* make URL immutableMike Bayer2020-08-251-1/+1
* Add JSON support for mssqlGord Thompson2020-08-191-3/+9
* 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