| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - 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 |
| * | - got firebird running | Mike Bayer | 2012-09-23 | 3 | -23/+39 |
| * | - [bug] When the primary key column of a Table | Mike Bayer | 2012-09-23 | 1 | -1/+16 |
| * | - [feature] An explicit error is raised when | Mike Bayer | 2012-09-23 | 1 | -0/+28 |
| * | - clean pyflakes | Mike Bayer | 2012-09-23 | 1 | -50/+48 |
| * | - [bug] A tweak to column precedence which moves the | Mike Bayer | 2012-09-22 | 1 | -0/+4 |
| * | - aaand actually get is/isnot to be usable with None/NULL | Mike Bayer | 2012-09-22 | 1 | -2/+7 |
| * | - [bug] Added missing operators is_(), isnot() | Mike Bayer | 2012-09-22 | 1 | -0/+10 |
| * | finished fixes for mxodbc; need to use at least version 3.2.1 | Mike Bayer | 2012-09-21 | 3 | -2/+1 |
| * | - [feature] The cast() and extract() constructs | Mike Bayer | 2012-09-10 | 1 | -0/+6 |
| * | - [feature] Added a hook to the system of rendering | Mike Bayer | 2012-09-09 | 1 | -0/+42 |
| * | add a contains() override test | Mike Bayer | 2012-09-04 | 1 | -0/+11 |
| * | `lshift` (<<) and `rshift` (>>) are also supported as optional operators. | Mike Bayer | 2012-09-04 | 1 | -1/+37 |
| * | - type expressions invoke in SQL, but are only for the benefit of columns | Mike Bayer | 2012-09-03 | 1 | -3/+39 |
| * | - fixes for mxODBC, some pyodbc | Mike Bayer | 2012-09-02 | 4 | -9/+41 |
| * | - repair type expressions for columns when we aren't using select.apply_label... | Mike Bayer | 2012-09-01 | 1 | -4/+22 |
| * | - [bug] Fixed a regression since 0.6 regarding | Mike Bayer | 2012-08-31 | 1 | -4/+26 |