| Commit message (Expand) | Author | Age | Files | Lines |
| * | Run row value processors up front | Mike Bayer | 2019-10-01 | 1 | -2/+2 |
| * | Support SQLite URIs | Mike Bayer | 2019-09-21 | 1 | -13/+111 |
| * | Reflect PK of referred table if referred columns not present | Mike Bayer | 2019-08-18 | 1 | -4/+20 |
| * | Correct name for json_serializer / json_deserializer, document and test | Mike Bayer | 2019-08-08 | 1 | -2/+23 |
| * | Always include a schema name in SQLite PRAGMA | Mike Bayer | 2019-08-02 | 1 | -11/+20 |
| * | Support tuple IN VALUES for SQLite, others | Mike Bayer | 2019-07-19 | 1 | -2/+6 |
| * | Reflect "NO ACTION" as None; support "RESTRICT" | Mike Bayer | 2019-06-26 | 1 | -2/+6 |
| * | Render parenthesis around sqlite expression defaults | Bartlomiej Biernacki | 2019-02-01 | 1 | -0/+3 |
| * | Fix many spell glitches | Lele Gaifax | 2019-01-25 | 1 | -3/+3 |
| * | 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 | 4 | -4/+4 |
| * | Skip expression-based index reflection for SQLite | Mike Bayer | 2019-01-09 | 1 | -3/+10 |
| * | Post black reformatting | Mike Bayer | 2019-01-06 | 4 | -82/+94 |
| * | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 5 | -385/+648 |
| * | commit 1b774808c926665047bf353222ecd191679a95d1 | Lele Gaifax | 2018-12-30 | 1 | -1/+1 |
| * | Merge "Add new "all columns" naming convention tokens" | mike bayer | 2018-11-11 | 1 | -13/+0 |
| |\ |
|
| | * | Add new "all columns" naming convention tokens | Mike Bayer | 2018-11-10 | 1 | -13/+0 |
| * | | Implement SQLite ON CONFLICT for constraints | Denis Kataev | 2018-11-07 | 1 | -4/+182 |
| |/ |
|
| * | Add support of empty list in exanding of bindparam | Nicolas Rolin | 2018-08-07 | 1 | -0/+3 |
| * | Fix quoting schemas in _get_table_sql for the SQLite backend | Phillip Cloud | 2018-07-18 | 1 | -2/+7 |
| * | Sqlite json | Ilja Everilä | 2018-07-10 | 3 | -3/+104 |
| * | 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 |