| Commit message (Expand) | Author | Age | Files | Lines |
| * | - 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 |
| | * | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 3 | -12/+12 |
| * | | still not locating more nested expressions, may need to match on name | Mike Bayer | 2013-05-27 | 2 | -0/+84 |
| |/ |
|
| * | - limit some of these on views, indexes, pk constraints being available | Mike Bayer | 2013-03-24 | 1 | -2/+8 |
| * | - add an event to testing so that other dialects can intercept "test_needs_au... | Mike Bayer | 2013-03-24 | 1 | -2/+2 |
| * | - fix exclusion here | Mike Bayer | 2013-02-06 | 1 | -7/+3 |
| * | port numeric tests to dialect suite | Mike Bayer | 2013-02-06 | 1 | -1/+143 |
| * | - adding in requirements | Mike Bayer | 2013-02-06 | 2 | -2/+65 |
| * | - cleanup HasSequence and move it to test_sequences | Mike Bayer | 2013-02-06 | 2 | -42/+58 |
| * | - add an explicit test for sequences "optional" | Mike Bayer | 2013-02-06 | 1 | -0/+16 |
| * | - add an "empty_inserts" requirement target plus a suite test | Mike Bayer | 2013-02-06 | 4 | -0/+143 |
| * | - use SQL constructs here for databases that need to escape names like "data" | Mike Bayer | 2013-01-27 | 1 | -5/+4 |
| * | just a pep8 pass of lib/sqlalchemy/testing/ | Diana Clarke | 2012-11-19 | 5 | -16/+19 |
| * | fix some oracle-related tests, but still need to fix unhashable_types test | Mike Bayer | 2012-11-12 | 1 | -2/+2 |
| * | - support "fails_if" requirements as __requires__; so far this just skips, do... | Mike Bayer | 2012-11-12 | 1 | -2/+110 |
| * | - rework the sphinx customizations into distinct modules | Mike Bayer | 2012-10-19 | 1 | -2/+9 |
| * | - break out unicode tests to a varchar + a text test, add a requires | Mike Bayer | 2012-10-15 | 1 | -18/+21 |
| * | - create new sqlalchemy.testing.suite.test_types, starting with Unicode round... | Mike Bayer | 2012-10-10 | 2 | -0/+95 |
| * | - add back __engine_options__ | Mike Bayer | 2012-10-04 | 1 | -8/+38 |
| * | - test updates | Mike Bayer | 2012-10-04 | 2 | -21/+54 |
| * | - 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 |
| * | allow variability here | Mike Bayer | 2012-09-30 | 1 | -0/+7 |
| * | mssql: - [bug] Fixed bug where reflection of primary key constraint | Mike Bayer | 2012-09-30 | 2 | -2/+2 |
| * | 2.5 support | Mike Bayer | 2012-09-30 | 3 | -4/+9 |
| * | merge | Mike Bayer | 2012-09-29 | 1 | -2/+0 |
| * | - rework component reflection test so that usual framework hooks can be used | Mike Bayer | 2012-09-29 | 1 | -59/+49 |
| * | dev | Mike Bayer | 2012-09-29 | 1 | -153/+149 |