| Commit message (Expand) | Author | Age | Files | Lines |
| * | flake8 refactor - util | Mike Bayer | 2019-01-05 | 1 | -21/+24 |
| * | - do a broken zimports run on lib | Mike Bayer | 2019-01-05 | 1 | -12/+20 |
| * | step 1, straight black -l 79 run | Mike Bayer | 2019-01-05 | 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 |
| * | Improve _test_get_unique_constraints() | Roman Podolyaka | 2013-06-23 | 1 | -1/+2 |
| * | - get_unique_constraints() pull request | Mike Bayer | 2013-06-09 | 1 | -1/+44 |
| * | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -2/+2 |
| * | - limit some of these on views, indexes, pk constraints being available | Mike Bayer | 2013-03-24 | 1 | -2/+8 |
| * | - adding in requirements | Mike Bayer | 2013-02-06 | 1 | -0/+30 |
| * | - cleanup HasSequence and move it to test_sequences | Mike Bayer | 2013-02-06 | 1 | -41/+1 |
| * | just a pep8 pass of lib/sqlalchemy/testing/ | Diana Clarke | 2012-11-19 | 1 | -1/+3 |
| * | - test updates | Mike Bayer | 2012-10-04 | 1 | -20/+28 |
| * | - requirements | Mike Bayer | 2012-10-03 | 1 | -2/+4 |
| * | - fix the fixture here that wasn't creating consistently | Mike Bayer | 2012-10-01 | 1 | -2/+3 |