| Commit message (Expand) | Author | Age | Files | Lines |
| * | - 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 |
| * | add more order by here | Mike Bayer | 2014-10-11 | 1 | -1/+1 |
| * | - change this literal so that the bound name doesn't have a numeric | Mike Bayer | 2014-10-11 | 1 | -2/+2 |
| * | - :meth:`.Insert.from_select` now includes Python and SQL-expression | Mike Bayer | 2014-10-10 | 1 | -1/+36 |
| * | 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 |
| * | - ensure literal_binds works with LIMIT clause, FOR UPDATE | Mike Bayer | 2014-09-03 | 1 | -0/+15 |
| * | - 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 | 8 | -267/+261 |
| * | Merge branch 'master' of https://github.com/BY-jk/sqlalchemy | Mike Bayer | 2014-06-08 | 1 | -1/+1 |
| |\ |
|
| | * | Wrong type usagepr/95 | BY-jk | 2014-05-30 | 1 | -1/+1 |
| * | | - more tests, including backend tests | Mike Bayer | 2014-05-16 | 1 | -1/+79 |
| * | | Documentation fix-up: "its" vs. "it's"pr/91 | Matthias Urlichs | 2014-05-11 | 1 | -1/+1 |
| |/ |
|
| * | - Tweaked the settings for mysql-connector-python; in Py2K, the | Mike Bayer | 2014-03-27 | 1 | -1/+1 |
| * | Added missing text_type requirement to TextTest | Stefan Reich | 2014-03-27 | 1 | -0/+1 |
| * | - rename __multiple__ to __backend__, and apply __backend__ to a large number... | Mike Bayer | 2014-03-24 | 8 | -27/+27 |
| * | - Added support for literal rendering of boolean values, e.g. | Mike Bayer | 2014-03-13 | 1 | -2/+71 |
| * | comment | Mike Bayer | 2014-03-13 | 1 | -0/+7 |
| * | - add a suite test for underscore as initial char | Mike Bayer | 2014-03-13 | 1 | -0/+14 |
| * | - add more support for suite tests, moving some tests from test_query out to ... | Mike Bayer | 2014-03-13 | 1 | -6/+149 |
| * | - Support has been added for pytest to run tests. This runner | Mike Bayer | 2014-03-03 | 8 | -1/+33 |
| * | - 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 |
| * | - apply a similar fix for floats to mssql+pyodbc as we did to firebird | Mike Bayer | 2013-12-28 | 1 | -4/+20 |
| * | - fix the insert from select test to use a non-autoinc table | Mike Bayer | 2013-12-28 | 1 | -4/+8 |
| * | - 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 |
| * | - repair some suite tests for firebird | Mike Bayer | 2013-12-27 | 1 | -1/+15 |
| * | - The precision used when coercing a returned floating point value to | Mike Bayer | 2013-11-22 | 1 | -0/+10 |
| * | - use a different approach here since oracle isn't doing it either, just roun... | Mike Bayer | 2013-10-21 | 1 | -3/+6 |
| * | - oursql returns a pure FP here which isn't exact | Mike Bayer | 2013-10-21 | 1 | -1/+2 |
| * | - The typing system now handles the task of rendering "literal bind" values, | Mike Bayer | 2013-10-20 | 1 | -7/+94 |
| * | - assorted fixes raised by pypy 2.1beta2, but all of which are good | Mike Bayer | 2013-08-01 | 1 | -2/+3 |
| * | - use inline=True for the insert..select here so it works on oracle | Mike Bayer | 2013-07-12 | 1 | -2/+2 |
| * | - Added new method to the :func:`.insert` construct | Mike Bayer | 2013-07-05 | 1 | -0/+28 |
| * | add a float exclusion to help oursql build 100% | Mike Bayer | 2013-07-02 | 1 | -0/+1 |
| * | Fix indexes reflection in PostgreSQLpr/13 | Roman Podolyaka | 2013-06-26 | 1 | -1/+6 |
| * | Merge pull request #11 from malor/fix_uc_reflection | mike bayer | 2013-06-23 | 1 | -3/+8 |
| |\ |
|
| | * | 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 |
| * | | Fix unicode literals on Python 3.1 and 3.2pr/10 | Roman Podolyaka | 2013-06-23 | 1 | -1/+2 |
| |/ |
|
| * | - get_unique_constraints() pull request | Mike Bayer | 2013-06-09 | 1 | -1/+44 |
| * | Merge branch 'master' into ticket_1068 | Mike Bayer | 2013-06-03 | 3 | -13/+14 |
| |\ |
|
| | * | fix the unicode test suite | Mike Bayer | 2013-05-26 | 1 | -7/+8 |