summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/sqlite/base.py
Commit message (Expand)AuthorAgeFilesLines
* Use schema._copy_expression() fully in column collection constraintsGord Thompson2021-01-291-3/+6
* Fix many spell glitches in docstrings and commentsLele Gaifax2021-01-241-3/+3
* happy new yearMike Bayer2021-01-041-1/+1
* 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-231-13/+19
* | 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-081-1/+305
|/
* Apply underscore naming to several more operatorsjonathan vanasco2020-10-301-1/+1
* Correct reflection for composite primary keysfulpm2020-10-211-0/+1
* Add support for regular expression on supported backend.Federico Caselli2020-08-271-0/+6
* 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
* | more docs for autocommit isolation levelMike Bayer2020-07-121-0/+4
|/
* Add 'exists' to SQLite's reserved keywordsThodoris Sotiropoulos2020-06-111-0/+1
* SQLite 3.31 added support for computed column.Federico Caselli2020-05-191-14/+67
* Documentation updates for ResultProxy -> ResultMike Bayer2020-05-011-2/+2
* Set up absolute references for create_engine and relatedMike Bayer2020-04-141-3/+4
* Run search and replace of symbolic module namesMike Bayer2020-04-141-25/+27
* Broaden is[not]_distinct_from supportGord Thompson2020-04-021-3/+0
* Merge "Implement autocommit isolation level for pysqlite"mike bayer2020-03-241-2/+11
|\
| * Implement autocommit isolation level for pysqliteGord Thompson2020-03-241-2/+11
* | Convert schema_translate to a post compileMike Bayer2020-03-241-0/+3
|/
* Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-211-17/+17
* Ensure all nested exception throws have a causeMike Bayer2020-03-021-8/+14
* happy new yearMike Bayer2020-01-011-1/+1
* Gracefully degrade for SQLite JSON receiving direct numeric valueMike Bayer2019-11-291-1/+20
* Add type accessors for JSON indexed/pathed element accessMike Bayer2019-11-111-2/+12
* Support for generated columnsCaselIT2019-11-081-0/+3
* Fix pydoc typo in sqlite dialectMatt Livesey2019-10-171-2/+2
* Drop right-nested join rewritingMike Bayer2019-10-071-3/+9
* Run row value processors up frontMike Bayer2019-10-011-2/+2
* Reflect PK of referred table if referred columns not presentMike Bayer2019-08-181-4/+20
* Correct name for json_serializer / json_deserializer, document and testMike Bayer2019-08-081-2/+23
* Always include a schema name in SQLite PRAGMAMike Bayer2019-08-021-11/+20
* Support tuple IN VALUES for SQLite, othersMike Bayer2019-07-191-2/+6
* Reflect "NO ACTION" as None; support "RESTRICT"Mike Bayer2019-06-261-2/+6
* Render parenthesis around sqlite expression defaultsBartlomiej Biernacki2019-02-011-0/+3
* Fix many spell glitchesLele Gaifax2019-01-251-3/+3
* happy new yearMike Bayer2019-01-111-1/+1
* Skip expression-based index reflection for SQLiteMike Bayer2019-01-091-3/+10
* Post black reformattingMike Bayer2019-01-061-50/+52
* Run black -l 79 against all source filesMike Bayer2019-01-061-343/+565
* commit 1b774808c926665047bf353222ecd191679a95d1Lele Gaifax2018-12-301-1/+1
* Merge "Add new "all columns" naming convention tokens"mike bayer2018-11-111-13/+0
|\
| * Add new "all columns" naming convention tokensMike Bayer2018-11-101-13/+0
* | Implement SQLite ON CONFLICT for constraintsDenis Kataev2018-11-071-4/+182
|/
* Add support of empty list in exanding of bindparamNicolas Rolin2018-08-071-0/+3