| Commit message (Expand) | Author | Age | Files | Lines |
| * | Deprecate connection branching | Mike Bayer | 2020-02-21 | 1 | -2/+1 |
| * | Refactor test provisioning to dialect-level files | Gord Thompson | 2020-01-26 | 1 | -10/+2 |
| * | Add test requirement: indexes_with_ascdesc | Gord Thompson | 2020-01-23 | 1 | -2/+6 |
| * | Implement checkfirst for Index.create(), Index.drop() | Mike Bayer | 2019-08-06 | 1 | -1/+65 |
| * | Always include a schema name in SQLite PRAGMA | Mike Bayer | 2019-08-02 | 1 | -2/+32 |
| * | Reflect "NO ACTION" as None; support "RESTRICT" | Mike Bayer | 2019-06-26 | 1 | -2/+22 |
| * | Enable F841 | Mike Bayer | 2019-06-20 | 1 | -30/+4 |
| * | Add deprecation warnings to all deprecated APIs | Mike Bayer | 2019-01-23 | 1 | -5/+9 |
| * | Merge "use ..deprecated directive w/ version in all cases" | mike bayer | 2019-01-12 | 1 | -2/+1 |
| |\ |
|
| | * | use ..deprecated directive w/ version in all cases | Mike Bayer | 2019-01-11 | 1 | -2/+1 |
| * | | Skip expression-based index reflection for SQLite | Mike Bayer | 2019-01-09 | 1 | -0/+30 |
| |/ |
|
| * | Post black reformatting | Mike Bayer | 2019-01-06 | 1 | -16/+27 |
| * | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 1 | -348/+414 |
| * | Use utf8mb4 (or utf8mb3) for all things MySQL | Mike Bayer | 2018-06-25 | 1 | -0/+4 |
| * | Correct join for FKs with schema in SQL Server | Mike Bayer | 2018-04-11 | 1 | -1/+74 |
| * | Support foreign key option reflection for Oracle | Miroslav Shubernetskiy | 2018-02-05 | 1 | -4/+11 |
| * | Normalize check constraints even more radically | Florian Apolloner | 2018-01-17 | 1 | -4/+7 |
| * | Take schema name into account when querying sqlite_master | Mike Bayer | 2017-09-28 | 1 | -0/+45 |
| * | Apply percent sign escaping to literal binds, comments | Mike Bayer | 2017-08-25 | 1 | -4/+9 |
| * | Ensure Oracle index w/ col DESC etc. is reflected | Mike Bayer | 2017-08-14 | 1 | -9/+57 |
| * | Implement get_unique_constraints, get_check_constraints for Oracle | Eloy Felix | 2017-05-30 | 1 | -1/+25 |
| * | New features from python 2.7 | Катаев Денис | 2017-03-17 | 1 | -1/+1 |
| * | Implement comments for tables, columns | Frazer McLean | 2017-03-17 | 1 | -2/+44 |
| * | Normalize Oracle reflected FK constraint name | Mike Bayer | 2017-03-13 | 1 | -3/+4 |
| * | Port lower case quoted name fix to firebird | Mike Bayer | 2016-11-16 | 1 | -1/+39 |
| * | - missing test_needs_fk for this test, fixes mysql failure | Mike Bayer | 2016-06-03 | 1 | -0/+1 |
| * | Ensure 'options' is always present in foreign key info | Mike Bayer | 2016-06-03 | 1 | -0/+51 |
| * | - more oracle fixes | Mike Bayer | 2016-02-03 | 1 | -1/+1 |
| * | - oracle requires GLOBAL here | Mike Bayer | 2016-02-03 | 1 | -1/+1 |
| * | - use a StaticPool for componentreflectiontest to ensure | Mike Bayer | 2016-01-28 | 1 | -7/+16 |
| * | - Fixed bug in SQLite dialect where reflection of UNIQUE constraints | Mike Bayer | 2015-07-21 | 1 | -0/+8 |
| * | - document / work around that dialect_options isn't necessarily there | Mike Bayer | 2014-12-05 | 1 | -0/+2 |
| * | - The :meth:`.PGDialect.has_table` method will now query against | Mike Bayer | 2014-12-04 | 1 | -0/+4 |
| * | Merge branch 'reflect-unique-constraints' of https://bitbucket.org/jerdfelt/s... | Mike Bayer | 2014-10-04 | 1 | -4/+9 |
| |\ |
|
| | * | Reflect unique constraints when reflecting a Table object | Johannes Erdfelt | 2014-09-17 | 1 | -4/+9 |
| * | | - Added support for the Oracle table option ON COMMIT. This is being | Mike Bayer | 2014-09-17 | 1 | -5/+17 |
| |/ |
|
| * | - Added :meth:`.Inspector.get_temp_table_names` and | Mike Bayer | 2014-09-17 | 1 | -0/+78 |
| * | - use configured test_schema here | Mike Bayer | 2014-08-08 | 1 | -12/+14 |
| * | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -74/+70 |
| * | - rename __multiple__ to __backend__, and apply __backend__ to a large number... | Mike Bayer | 2014-03-24 | 1 | -2/+2 |
| * | - Support has been added for pytest to run tests. This runner | Mike Bayer | 2014-03-03 | 1 | -0/+5 |
| * | - add new tests for individual type reflection | Mike Bayer | 2014-03-01 | 1 | -0/+46 |
| * | use view_column requirement here | Mike Bayer | 2014-02-28 | 1 | -3/+3 |
| * | - dont create a self-ref FK if test suite marked as not supporting self ref | Mike Bayer | 2014-02-28 | 1 | -13/+15 |
| * | - repair signature for base get_unique_constraints() method | Mike Bayer | 2014-01-20 | 1 | -0/+1 |
| * | - actually check the list of views! | Mike Bayer | 2013-12-27 | 1 | -0/+1 |
| * | - add a test which creates tables and views at the same time, then tests that... | Mike Bayer | 2013-12-27 | 1 | -0/+6 |
| * | Fix indexes reflection in PostgreSQLpr/13 | Roman Podolyaka | 2013-06-26 | 1 | -1/+6 |
| * | Fix unique constraints reflection in PostgreSQLpr/11 | Roman Podolyaka | 2013-06-23 | 1 | -2/+2 |
| * | Fix unique constraints reflection in SQLite | Roman Podolyaka | 2013-06-23 | 1 | -0/+4 |