| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | A major fix to the way in which a select() object produces | Mike Bayer | 2013-04-11 | 2 | -0/+169 |
| * | | - reinstate insert returning back into test_insert.py; defaultdialect | Mike Bayer | 2013-04-01 | 2 | -4/+10 |
| * | | moving insert returning test back into CRUD test class until I figure out why... | Diana Clarke | 2013-03-30 | 2 | -7/+5 |
| * | | whitespace | Diana Clarke | 2013-03-30 | 1 | -3/+3 |
| * | | move the update tests from CRUDTest into sql/test_update.py (see #2630) | Diana Clarke | 2013-03-30 | 2 | -105/+173 |
| * | | fixing tests for --db=mysql: VARCHAR requires a length on dialect mysql | Diana Clarke | 2013-03-30 | 2 | -6/+6 |
| * | | starting on the update tests next, pep8 pass first (see #2630) | Diana Clarke | 2013-03-30 | 2 | -301/+272 |
| * | | move the insert tests from CRUDTest into sql/test_insert.py (see #2630) | Diana Clarke | 2013-03-29 | 2 | -219/+310 |
| * | | move the delete tests from CRUDTest into sql/test_delete.py (see #2630) | Diana Clarke | 2013-03-29 | 2 | -46/+87 |
| * | | fix syntax error | Mike Bayer | 2013-03-24 | 1 | -1/+1 |
| * | | Fixed bug whereby a DBAPI that can return "0" | Mike Bayer | 2013-03-23 | 1 | -1/+18 |
| |/ |
|
| * | merge plus fix the test spelling too | Mike Bayer | 2013-03-18 | 1 | -2/+2 |
| * | - auto-append for CheckConstraint should skip table if the expression is against | Mike Bayer | 2013-03-09 | 1 | -0/+13 |
| * | - remove all compat items that are pre-2.5 (hooray) | Mike Bayer | 2013-03-09 | 2 | -2/+1 |
| * | - this test is ridiculous, executemany() + returning not supported | Mike Bayer | 2013-03-09 | 1 | -20/+0 |
| * | - the base correlate tests in test_compiler cover the ones that were here | Mike Bayer | 2013-03-09 | 1 | -127/+79 |
| * | - since correlation is now always at least semi-automatic, remove the | Mike Bayer | 2013-03-09 | 1 | -33/+241 |
| * | go back to the original form, then break out this test into individuals | Mike Bayer | 2013-03-08 | 1 | -53/+115 |
| * | Changed behavior of Select.correlate() to ignore correlations to froms that d... | Luke Cyca | 2013-03-07 | 2 | -42/+53 |
| * | Merged in nakagami/sqlalchemy/cymysql (pull request #42) | Mike Bayer | 2013-03-07 | 1 | -0/+10 |
| |\ |
|
| | * | mysql+cymysql test_types.py | Hajime Nakagami | 2013-03-06 | 1 | -0/+10 |
| | * | not return unicode string in cymysql dialect | Hajime Nakagami | 2013-03-02 | 1 | -1/+0 |
| | * | test for cymysql | Hajime Nakagami | 2013-02-17 | 1 | -0/+1 |
| * | | - :meth:`.MetaData.create_all` and :meth:`.MetaData.drop_all` will | Mike Bayer | 2013-03-02 | 1 | -0/+1 |
| * | | - some linter cleanup, though have disabled the newer linter rules which are ... | Mike Bayer | 2013-03-02 | 1 | -40/+45 |
| |/ |
|
| * | port numeric tests to dialect suite | Mike Bayer | 2013-02-06 | 1 | -162/+0 |
| * | - add support for pulling in an external requirements file | Mike Bayer | 2013-02-06 | 1 | -9/+14 |
| * | - add an "empty_inserts" requirement target plus a suite test | Mike Bayer | 2013-02-06 | 1 | -3/+3 |
| * | Fixed a bug regarding column annotations which in particular | Mike Bayer | 2013-02-02 | 1 | -0/+31 |
| * | cleanup and pep8 | Mike Bayer | 2013-02-02 | 1 | -56/+52 |
| * | The :meth:`.ColumnOperators.in_` operator will now coerce | Mike Bayer | 2013-02-02 | 1 | -0/+6 |
| * | Added a new argument to :class:`.Enum` and its base | Mike Bayer | 2013-02-01 | 1 | -1/+98 |
| * | Fixed bug where :meth:`.Table.tometadata` would fail if a | Mike Bayer | 2013-01-27 | 1 | -0/+12 |
| * | #2629 | Mike Bayer | 2013-01-25 | 1 | -0/+8 |
| * | :class:`.Index` now supports arbitrary SQL expressions and/or | Mike Bayer | 2013-01-16 | 1 | -1/+65 |
| * | - preparing for #695, modernize constraint/index tests | Mike Bayer | 2013-01-16 | 1 | -192/+371 |
| * | Fixed a regression caused by :ticket:`2410` whereby a | Mike Bayer | 2012-12-11 | 1 | -0/+39 |
| * | Fixed bug where using server_onupdate=<FetchedValue|DefaultClause> | Mike Bayer | 2012-12-08 | 1 | -0/+31 |
| * | Fixed bug whereby using a label_length on dialect that was smaller | Mike Bayer | 2012-12-08 | 1 | -0/+43 |
| * | - refactor test_labels into all compiler/defaultdialect tests | Mike Bayer | 2012-12-08 | 1 | -264/+297 |
| * | attempt to hide these from 2to3 | Mike Bayer | 2012-12-08 | 1 | -3/+3 |
| * | internally at least refer to multirow as "multivalues", to distinguish between | Mike Bayer | 2012-12-08 | 3 | -8/+8 |
| * | - multivalued inserts, [ticket:2623] | Mike Bayer | 2012-12-08 | 4 | -34/+303 |
| * | merge latest default | Mike Bayer | 2012-12-08 | 3 | -1/+72 |
| |\ |
|
| | * | visit_DECIMAL should include precision and scale (when provided) just like vi... | Diana Clarke | 2012-12-03 | 1 | -0/+17 |
| | * | - BinaryExpression now keeps track of "left" and "right" as passed in, | Mike Bayer | 2012-12-02 | 2 | -1/+55 |
| * | | compiler: add support for multirow inserts | Idan Kamara | 2012-12-06 | 2 | -0/+26 |
| |/ |
|
| * | - adjust this test for the ugly reality of the "name normalize" backends, whe... | Mike Bayer | 2012-11-23 | 1 | -2/+16 |
| * | just a pep8 pass before I play with these tests | Diana Clarke | 2012-11-23 | 2 | -143/+207 |
| * | second pass: increasing coverage, and commenting the "why" certain things are... | Diana Clarke | 2012-11-22 | 1 | -140/+357 |