| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | - get_unique_constraints() pull request | Mike Bayer | 2013-06-09 | 1 | -1/+44 |
| | | | | | | | - version (0.9 for now) - changelog - move the test into the test suite so that all dialects can take advantage of it | ||||
| * | 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 |
| | | | | | | | | | - went through examples/ and cleaned out excess list() calls | ||||
| * | | 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 ↵ | Mike Bayer | 2013-03-24 | 1 | -2/+2 |
| | | | | | | | "test_needs_autoincrement" - get the assumption of "1" for "first sequence item" to be dialect configured | ||||
| * | - fix exclusion here | Mike Bayer | 2013-02-06 | 1 | -7/+3 |
| | | | | | - mysql doesn't reset table counter here so test differently | ||||
| * | 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 |
| | | | | | - get test_naturalpks to be more generalized | ||||
| * | - 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 |
| | | | | | - add suite tests for basic explicit Sequence support, result-row column access (tests that name_normalize is set correctly among many other things) | ||||
| * | - 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, ↵ | Mike Bayer | 2012-11-12 | 1 | -2/+110 |
| | | | | | | | | | | | doesn't actually run the test - add requirements for date/datetime/time capabilities - remove test/sql/test_types->DateTest and create new tests in suite/test_types - move the StringTest with the "no length create" test to the suite, though this is a weird test | ||||
| * | - rework the sphinx customizations into distinct modules | Mike Bayer | 2012-10-19 | 1 | -2/+9 |
| | | | | | | | | - build a new Sphinx extension that allows dialect info to be entered as directives which is then rendered consistently throughout all dialect/dbapi sections - break out the "empty_strings" requirement for oracle test | ||||
| * | - 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 ↵ | Mike Bayer | 2012-10-10 | 2 | -0/+95 |
| | | | | | | | | round trip tests. - clean out existing test_types:UnicodeTest to be strictly individual unit tests against Unicode(), String(), etc. with no database access. | ||||
| * | - add back __engine_options__ | Mike Bayer | 2012-10-04 | 1 | -8/+38 |
| | | | | | | - break test_insert tests into explicitly get_lastrowid() vs. implicit_returning tests, fix up requirements to split them out | ||||
| * | - 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 |
| | | | | | | | | - rewrite --dropfirst to be more industrial strength, includes views - fix order_by="foreign_key" to maintain the same ordering as metadata.sorted_tables. Not ideal that this was the other way throughout 0.7 but this is still a little-used method, in contrast to metadata.sorted_tables. | ||||
| * | 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 |
| | | | | | | | | would double up columns if the same constraint/table existed in multiple schemas. - force returns_rows to False for inserts where we know rows shouldnt be returned; allows post_exec() to use the cursor without issue | ||||
| * | 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 |
| | | | | | to redefine tables, etc. | ||||
| * | dev | Mike Bayer | 2012-09-29 | 1 | -153/+149 |
| | | |||||
| * | - more tests, move some tests out of test_reflection, test_query | Mike Bayer | 2012-09-27 | 7 | -67/+605 |
| | | |||||
| * | tweaks | Mike Bayer | 2012-09-27 | 1 | -0/+6 |
| | | |||||
| * | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 5 | -0/+108 |
| become an externally usable package but still remains within the main sqlalchemy parent package. in this system, we use kind of an ugly hack to get the noseplugin imported outside of the "sqlalchemy" package, while still making it available within sqlalchemy for usage by third party libraries. | |||||
