summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/sqlite/aiosqlite.py
Commit message (Expand)AuthorAgeFilesLines
* remove all labels and links that are no longer locatableMike Bayer2023-04-231-1/+1
* happy new year 2023Mike Bayer2023-01-031-1/+1
* enable check same thread for aiosqliteMike Bayer2022-10-111-13/+18
* Document user-defined functions for sqliteGord Thompson2022-06-291-0/+8
* Fixed orm not applying fetchFederico Caselli2022-06-041-1/+0
* inline mypy config; files ignoring type errors for the momentMike Bayer2022-04-281-0/+2
* pep-484 for engineMike Bayer2022-03-011-1/+1
* Fix overlapping slots, base classes without slotsArie Bovenberg2022-02-011-1/+1
* happy new year 2022Mike Bayer2022-01-061-1/+1
* Replace raise_ with raise fromFederico Caselli2021-12-271-4/+3
* Surface driver connection object when using a proxied dialectFederico Caselli2021-09-171-1/+5
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* Default caching to opt-out for 3rd party dialectsMike Bayer2021-04-011-0/+1
* Add support for aiosqliteFederico Caselli2021-03-241-0/+331