| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - 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 |
| * | first pass cleaning up test_labels #2610 | Diana Clarke | 2012-11-21 | 1 | -81/+212 |
| * | this test class had 2 'test_labels' methods, just changing one of them to 'te... | Diana Clarke | 2012-11-21 | 1 | -1/+1 |
| * | Fixed a gotcha where inadvertently calling list() on a | Mike Bayer | 2012-11-18 | 1 | -0/+12 |
| * | fix this test | Mike Bayer | 2012-11-14 | 1 | -1/+2 |
| * | Fixed bug whereby using "key" with Column | Mike Bayer | 2012-11-13 | 1 | -0/+21 |
| * | Fixed bug in type_coerce() whereby typing information | Mike Bayer | 2012-11-12 | 2 | -1/+15 |
| * | - support "fails_if" requirements as __requires__; so far this just skips, do... | Mike Bayer | 2012-11-12 | 1 | -150/+0 |
| * | Fixed bug whereby the ".key" of a Column wasn't being | Mike Bayer | 2012-10-31 | 1 | -0/+25 |
| * | - remove remote_foreign annotation | Mike Bayer | 2012-10-28 | 1 | -0/+7 |
| * | Added :meth:`.ColumnOperators.notin_`, | Mike Bayer | 2012-10-24 | 1 | -1/+41 |
| * | Fixed bug where keyword arguments passed to | Mike Bayer | 2012-10-24 | 1 | -1/+48 |
| * | - move most/all operator specific tests into test_operator, convert fully to TOT | Mike Bayer | 2012-10-24 | 2 | -240/+334 |
| * | - get 100% lint/pep8 happening for test_compiler; next we will begin | Mike Bayer | 2012-10-24 | 3 | -621/+921 |
| * | The auto-correlation feature of :func:`.select`, and | Mike Bayer | 2012-10-22 | 2 | -35/+49 |
| * | - [bug] TypeDecorator now includes a generic repr() | Mike Bayer | 2012-10-18 | 1 | -0/+6 |
| * | - [feature] The Query can now load entity/scalar-mixed | Mike Bayer | 2012-10-15 | 3 | -3/+32 |
| * | - [feature] "scalar" selects now have a WHERE method | Mike Bayer | 2012-10-15 | 2 | -12/+29 |
| * | - keep dialect at default for type compile | Mike Bayer | 2012-10-11 | 1 | -1/+2 |
| * | - create new sqlalchemy.testing.suite.test_types, starting with Unicode round... | Mike Bayer | 2012-10-10 | 1 | -229/+84 |
| * | - [feature] Added "collation" parameter to all | Mike Bayer | 2012-10-10 | 1 | -21/+47 |
| * | - don't call get_lastrowid() on explicit returning | Mike Bayer | 2012-10-04 | 1 | -18/+15 |
| * | - [bug] Fixed bug in over() construct whereby | Mike Bayer | 2012-09-30 | 1 | -0/+28 |
| * | - more tests, move some tests out of test_reflection, test_query | Mike Bayer | 2012-09-27 | 1 | -78/+8 |
| * | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 20 | -66/+88 |
| * | - further reorganization of test suite: | Mike Bayer | 2012-09-26 | 1 | -3/+0 |
| * | - [bug] Fixed the DropIndex construct to support | Mike Bayer | 2012-09-24 | 1 | -0/+39 |