| Commit message (Expand) | Author | Age | Files | Lines |
* | Surface driver connection object when using a proxied dialect | Federico Caselli | 2021-09-17 | 1 | -4/+4 |
* | ensure pysqlite dialect enumerates correct isolation levels | Mike Bayer | 2021-08-30 | 1 | -0/+6 |
* | Replace all http:// links to https:// | Federico Caselli | 2021-07-04 | 1 | -6/+6 |
* | don't cache TypeDecorator by default | Mike Bayer | 2021-05-06 | 1 | -0/+1 |
* | Use SingletonThreadPool for in-memory SQLite | YongJieYongJie | 2021-04-28 | 1 | -1/+3 |
* | Default caching to opt-out for 3rd party dialects | Mike Bayer | 2021-04-01 | 1 | -0/+1 |
* | Fix many spell glitches in docstrings and comments | Lele Gaifax | 2021-01-24 | 1 | -1/+1 |
* | happy new year | Mike Bayer | 2021-01-04 | 1 | -1/+1 |
* | Use ``re.search`` instead of ``re.match`` in sqlite | Federico Caselli | 2020-11-19 | 1 | -5/+5 |
* | accommodate for null in sqlite regex handler | Mike Bayer | 2020-10-02 | 1 | -1/+2 |
* | upgrade to black 20.8b1 | Mike Bayer | 2020-09-28 | 1 | -1/+3 |
* | Add support for regular expression on supported backend. | Federico Caselli | 2020-08-27 | 1 | -0/+72 |
* | make URL immutable | Mike Bayer | 2020-08-25 | 1 | -1/+1 |
* | Set up absolute references for create_engine and related | Mike Bayer | 2020-04-14 | 1 | -5/+8 |
* | Run search and replace of symbolic module names | Mike Bayer | 2020-04-14 | 1 | -1/+2 |
* | Enable zzzeeksphinx module prefixes | Mike Bayer | 2020-04-14 | 1 | -1/+1 |
* | Implement autocommit isolation level for pysqlite | Gord Thompson | 2020-03-24 | 1 | -0/+20 |
* | Deprecate plain string in execute and introduce `exec_driver_sql` | Federico Caselli | 2020-03-21 | 1 | -2/+2 |
* | Fix tests failing for SQLite file databases; repair provisioning | Gord Thompson | 2020-03-13 | 1 | -1/+8 |
* | Document SQLite "mixed binary" behavior | Mike Bayer | 2020-02-06 | 1 | -0/+38 |
* | happy new year | Mike Bayer | 2020-01-01 | 1 | -1/+1 |
* | Drop right-nested join rewriting | Mike Bayer | 2019-10-07 | 1 | -34/+11 |
* | Support SQLite URIs | Mike Bayer | 2019-09-21 | 1 | -13/+111 |
* | Remove version directives for 0.6, 0.7, 0.8 | Mike Bayer | 2019-01-15 | 1 | -6/+0 |
* | happy new year | Mike Bayer | 2019-01-11 | 1 | -1/+1 |
* | Post black reformatting | Mike Bayer | 2019-01-06 | 1 | -10/+17 |
* | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 1 | -18/+24 |
* | Raise the sqlite3 import error, not the pysqlite2 one | robin | 2018-01-27 | 1 | -2/+2 |
* | happy new year | Mike Bayer | 2018-01-12 | 1 | -1/+1 |
* | Support python3.6 | Mike Bayer | 2017-01-13 | 1 | -2/+2 |
* | update for 2017 copyright | Mike Bayer | 2017-01-04 | 1 | -1/+1 |
* | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
* | - rewrite all the sqlite/pysqlite transaction isolation docs | Mike Bayer | 2014-08-09 | 1 | -16/+54 |
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -16/+19 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | Fix cross referencespr/46 | Vraj Mohan | 2013-11-17 | 1 | -2/+2 |
* | move FAQ to the docs, [ticket:2133] | Mike Bayer | 2013-08-21 | 1 | -0/+2 |
* | - add a test specific to sqlite testing cursor.description encoding (should | Mike Bayer | 2013-05-26 | 1 | -1/+2 |
* | sqlite tests | Mike Bayer | 2013-05-26 | 1 | -2/+0 |
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -3/+4 |
* | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
* | just a pep8 pass of lib/sqlalchemy/dialects/sqlite | Diana Clarke | 2012-11-19 | 1 | -49/+55 |
* | - rework the sphinx customizations into distinct modules | Mike Bayer | 2012-10-19 | 1 | -6/+9 |
* | some pysqlite doc tweaks | Mike Bayer | 2012-08-30 | 1 | -5/+10 |
* | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -19/+19 |
* | Add some `Sphinx` paragraph level versions informations markups, | Mike Bayer | 2012-06-08 | 1 | -6/+4 |
* | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
* | fix a whole bunch of note:: / warning:: that were inline, | Mike Bayer | 2011-12-25 | 1 | -4/+6 |