| Commit message (Expand) | Author | Age | Files | Lines |
| * | flake8 refactor - dialects | Mike Bayer | 2019-01-05 | 3 | -58/+75 |
| * | partial cherry-pick of master flake8. clean cherrypick for lib and test, | Mike Bayer | 2019-01-05 | 1 | -2/+4 |
| * | - do a broken zimports run on lib | Mike Bayer | 2019-01-05 | 4 | -42/+33 |
| * | step 1, straight black -l 79 run | Mike Bayer | 2019-01-05 | 4 | -343/+593 |
| * | commit 1b774808c926665047bf353222ecd191679a95d1 | Lele Gaifax | 2018-12-30 | 1 | -1/+1 |
| * | Fix quoting schemas in _get_table_sql for the SQLite backend | Phillip Cloud | 2018-07-18 | 1 | -2/+7 |
| * | Convert dialect modules to relative imports and test | Mike Bayer | 2018-02-05 | 1 | -5/+6 |
| * | Raise the sqlite3 import error, not the pysqlite2 one | robin | 2018-01-27 | 1 | -2/+2 |
| * | happy new year | Mike Bayer | 2018-01-12 | 4 | -4/+4 |
| * | Fix as many RST parse warnings as possible. | Mike Bayer | 2017-11-03 | 1 | -2/+2 |
| * | Take schema name into account when querying sqlite_master | Mike Bayer | 2017-09-28 | 1 | -6/+11 |
| * | Fix docs syntax error | Denis Kataev | 2017-05-10 | 1 | -8/+6 |
| * | Support python3.6 | Mike Bayer | 2017-01-13 | 2 | -18/+18 |
| * | update for 2017 copyright | Mike Bayer | 2017-01-04 | 4 | -4/+4 |
| * | Add conditional import for pysqlcipher3 | Kevin Jurczyk | 2016-11-10 | 1 | -2/+16 |
| * | Add quotes around PRAGMA values in pysqlcipher connect. | Kevin Jurczyk | 2016-11-08 | 1 | -1/+1 |
| * | Add IS (NOT) DISTINCT FROM operators | Sebastian Bank | 2016-06-06 | 1 | -0/+8 |
| * | - further adjustment to accomodate for the "ON" in "NO ACTION" | Mike Bayer | 2016-06-03 | 1 | -1/+2 |
| * | Ensure "options" present for unnamed / unlocatable FK | Mike Bayer | 2016-06-03 | 1 | -2/+2 |
| * | Ensure 'options' is always present in foreign key info | Mike Bayer | 2016-06-03 | 1 | -2/+1 |
| * | Reflect ON DELETE and ON UPDATE for SQLite foreign keys | Michal Petrucha | 2016-06-02 | 1 | -4/+15 |
| * | Implemented CHECK constraint reflection for SQLite and PostgreSQL | Alex Grönholm | 2016-06-01 | 1 | -0/+26 |
| * | Merge remote-tracking branch 'origin/pr/230' | Mike Bayer | 2016-03-30 | 1 | -1/+9 |
| |\ |
|
| | * | same logic, but without the inner functionpr/230 | Diana Clarke | 2016-01-28 | 1 | -4/+3 |
| | * | sqlite: reflect primary key constraint names, fixes #3629 | Diana Clarke | 2016-01-27 | 1 | -1/+10 |
| * | | - happy new year | Mike Bayer | 2016-01-29 | 4 | -4/+4 |
| |/ |
|
| * | - The workaround for right-nested joins on SQLite, where they are rewritten | Mike Bayer | 2016-01-26 | 1 | -6/+13 |
| * | - documenation updates to clarify specific SQLite versions | Mike Bayer | 2016-01-21 | 1 | -2/+14 |
| * | - for DB's w/o a real "autoincrement", reflection should be returning | Mike Bayer | 2015-10-07 | 1 | -1/+1 |
| * | - The system by which a :class:`.Column` considers itself to be an | Mike Bayer | 2015-10-07 | 1 | -7/+15 |
| * | - limit the search for schemas to not include "temp", which is sort of an imp... | Mike Bayer | 2015-09-28 | 1 | -6/+20 |
| * | Support get_schema_names for SQLite | Brian Van Klaveren | 2015-09-09 | 1 | -0/+7 |
| * | - Fixed bug in SQLite dialect where reflection of UNIQUE constraints | Mike Bayer | 2015-07-21 | 1 | -1/+1 |
| * | - document SQlite dotted name issue, fixes #3441 | Mike Bayer | 2015-06-05 | 1 | -0/+101 |
| * | - document fully how to use autoincrement w/ SQLite including | Mike Bayer | 2015-05-22 | 1 | -7/+67 |
| * | - The "auto close" for :class:`.ResultProxy` is now a "soft" close. | Mike Bayer | 2015-03-17 | 1 | -1/+1 |
| * | - copyright 2015 | Mike Bayer | 2015-03-10 | 4 | -4/+4 |
| * | - repair doclevel | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
| * | - changelog / doc for sqlite partial indexes | Mike Bayer | 2015-03-10 | 1 | -0/+20 |
| * | Partial index support with sqlite dialects. | Kai Groner | 2015-01-26 | 1 | -2/+16 |
| * | - Added new user-space accessors for viewing transaction isolation | Mike Bayer | 2015-01-20 | 1 | -0/+2 |
| * | - Custom dialects that implement :class:`.GenericTypeCompiler` can | Mike Bayer | 2015-01-16 | 1 | -5/+6 |
| * | - restate sort_tables in terms of a more fine grained | Mike Bayer | 2015-01-01 | 1 | -0/+12 |
| * | - squash-merge the improve_toc branch, which moves all the Sphinx styling | Mike Bayer | 2014-12-17 | 1 | -3/+3 |
| * | - rework sqlite FK and unique constraint system to combine both PRAGMA | Mike Bayer | 2014-12-13 | 1 | -112/+187 |
| * | - fix unique constraint parsing for sqlite -- may return '' for name, however | Jon Nelson | 2014-12-13 | 1 | -1/+1 |
| * | - The SQLite dialect, when using the :class:`.sqlite.DATE`, | Mike Bayer | 2014-12-05 | 1 | -1/+59 |
| * | - The behavioral contract of the :attr:`.ForeignKeyConstraint.columns` | Mike Bayer | 2014-11-25 | 1 | -2/+2 |
| * | - added new backend for pysqlcipher, as we will probably get | Mike Bayer | 2014-10-29 | 2 | -1/+117 |
| * | - rework tests for attached databases into individual tests, | Mike Bayer | 2014-09-29 | 1 | -3/+5 |