summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/sqlite/base.py
Commit message (Expand)AuthorAgeFilesLines
* Replace c extension with cython versions.workflow_test_cythonFederico Caselli2021-12-171-1/+1
* provide connectionfairy on initializeMike Bayer2021-11-291-6/+6
* Clean up most py3k compatFederico Caselli2021-11-241-3/+3
* Remove object in class definitionFederico Caselli2021-11-221-1/+1
* fully support isolation_level parameter in base dialectMike Bayer2021-11-181-28/+5
* removals: all unicode encoding / decodingMike Bayer2021-11-101-2/+0
* 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-301-2/+8
|/
* Replace all http:// links to https://Federico Caselli2021-07-041-16/+16
* Use non-subquery form for empty INMike Bayer2021-04-291-0/+5
* 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-011-0/+1
* Add supported database version for internal dialectsFederico Caselli2021-03-071-0/+3
* 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