summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/sqlite/pysqlite.py
Commit message (Expand)AuthorAgeFilesLines
* disable "bytes" handler for all drivers other than psycopg2J. Nick Koston2023-04-251-0/+1
* Restore connectivity with ancient sqliteFederico Caselli2023-03-041-1/+8
* happy new year 2023Mike Bayer2023-01-031-1/+1
* Rewrite positional handling, test for "numeric"Federico Caselli2022-12-051-0/+107
* Try running pyupgrade on the codeFederico Caselli2022-11-161-3/+1
* Document user-defined functions for sqliteGord Thompson2022-06-291-0/+33
* inline mypy config; files ignoring type errors for the momentMike Bayer2022-04-281-0/+2
* pep-484 for engineMike Bayer2022-03-011-1/+1
* use QueuePool for sqlite file databasesMike Bayer2022-02-101-39/+48
* happy new year 2022Mike Bayer2022-01-061-1/+1
* consider truediv as truediv; support floordiv operatorMike Bayer2021-12-261-4/+14
* provide connectionfairy on initializeMike Bayer2021-11-291-11/+3
* fully support isolation_level parameter in base dialectMike Bayer2021-11-181-9/+0
* First round of removal of python 2Federico Caselli2021-11-011-12/+3
* Surface driver connection object when using a proxied dialectFederico Caselli2021-09-171-4/+4
* ensure pysqlite dialect enumerates correct isolation levelsMike Bayer2021-08-301-0/+6
* Replace all http:// links to https://Federico Caselli2021-07-041-6/+6
* don't cache TypeDecorator by defaultMike Bayer2021-05-061-0/+1
* Use SingletonThreadPool for in-memory SQLiteYongJieYongJie2021-04-281-1/+3
* Default caching to opt-out for 3rd party dialectsMike Bayer2021-04-011-0/+1
* Fix many spell glitches in docstrings and commentsLele Gaifax2021-01-241-1/+1
* happy new yearMike Bayer2021-01-041-1/+1
* Use ``re.search`` instead of ``re.match`` in sqliteFederico Caselli2020-11-191-5/+5
* 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-271-0/+72
* make URL immutableMike Bayer2020-08-251-1/+1
* Set up absolute references for create_engine and relatedMike Bayer2020-04-141-5/+8
* Run search and replace of symbolic module namesMike Bayer2020-04-141-1/+2
* Enable zzzeeksphinx module prefixesMike Bayer2020-04-141-1/+1
* Implement autocommit isolation level for pysqliteGord Thompson2020-03-241-0/+20
* Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-211-2/+2
* Fix tests failing for SQLite file databases; repair provisioningGord Thompson2020-03-131-1/+8
* Document SQLite "mixed binary" behaviorMike Bayer2020-02-061-0/+38
* happy new yearMike Bayer2020-01-011-1/+1
* Drop right-nested join rewritingMike Bayer2019-10-071-34/+11
* Support SQLite URIsMike Bayer2019-09-211-13/+111
* Remove version directives for 0.6, 0.7, 0.8Mike Bayer2019-01-151-6/+0
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-10/+17
* Run black -l 79 against all source filesMike Bayer2019-01-061-18/+24
* Raise the sqlite3 import error, not the pysqlite2 onerobin2018-01-271-2/+2
* happy new yearMike Bayer2018-01-121-1/+1
* Support python3.6Mike Bayer2017-01-131-2/+2
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* - happy new yearMike Bayer2016-01-291-1/+1
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - rewrite all the sqlite/pysqlite transaction isolation docsMike Bayer2014-08-091-16/+54
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-16/+19
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2