summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/sqlite/pysqlite.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* - happy new yearMike Bayer2014-01-051-1/+1
* Fix cross referencespr/46Vraj Mohan2013-11-171-2/+2
* move FAQ to the docs, [ticket:2133]Mike Bayer2013-08-211-0/+2
* - add a test specific to sqlite testing cursor.description encoding (shouldMike Bayer2013-05-261-1/+2
* sqlite testsMike Bayer2013-05-261-2/+0
* - the raw 2to3 runMike Bayer2013-04-271-3/+4
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* just a pep8 pass of lib/sqlalchemy/dialects/sqliteDiana Clarke2012-11-191-49/+55
* - rework the sphinx customizations into distinct modulesMike Bayer2012-10-191-6/+9
* some pysqlite doc tweaksMike Bayer2012-08-301-5/+10
* -whitespace bonanza, contdMike Bayer2012-07-281-19/+19
* Add some `Sphinx` paragraph level versions informations markups,Mike Bayer2012-06-081-6/+4
* happy new yearMike Bayer2012-01-041-1/+1
* fix a whole bunch of note:: / warning:: that were inline,Mike Bayer2011-12-251-4/+6
* add BEGIN workaround to pysqlite docs, [ticket:2219]Mike Bayer2011-12-061-0/+25
* marathon doc updating session including a rewrite of unicode paragraphsMike Bayer2011-12-041-9/+8
* - Failures on connect which raise dbapi.ErrorMike Bayer2011-07-011-1/+2
* - document that pysqlite does not share temporary tablesMike Bayer2011-06-291-0/+29
* sqlite :memory: works across threads now hooray !Mike Bayer2011-06-201-24/+42
* - The path given as the location of a sqlite database is nowMike Bayer2011-02-101-0/+3
* - add connection and cursor to is_disconnect(). We aren't using it yet,Mike Bayer2011-02-091-1/+1
* - whitespace removal bonanzaMike Bayer2011-01-021-9/+9
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-0/+6
* Ridding the world of a few wasteful imports.Michael Trier2010-12-191-2/+1
* - NullPool is now used by default for SQLite file-Mike Bayer2010-11-281-21/+23
* doc editsMike Bayer2010-09-231-3/+4
* clean up sqlite version detection stuffMike Bayer2010-03-261-7/+2