summaryrefslogtreecommitdiff
path: root/test/sql
Commit message (Expand)AuthorAgeFilesLines
...
* - multivalued inserts, [ticket:2623]Mike Bayer2012-12-084-34/+303
* merge latest defaultMike Bayer2012-12-083-1/+72
|\
| * visit_DECIMAL should include precision and scale (when provided) just like vi...Diana Clarke2012-12-031-0/+17
| * - BinaryExpression now keeps track of "left" and "right" as passed in,Mike Bayer2012-12-022-1/+55
* | compiler: add support for multirow insertsIdan Kamara2012-12-062-0/+26
|/
* - adjust this test for the ugly reality of the "name normalize" backends, whe...Mike Bayer2012-11-231-2/+16
* just a pep8 pass before I play with these testsDiana Clarke2012-11-232-143/+207
* second pass: increasing coverage, and commenting the "why" certain things are...Diana Clarke2012-11-221-140/+357
* first pass cleaning up test_labels #2610Diana Clarke2012-11-211-81/+212
* this test class had 2 'test_labels' methods, just changing one of them to 'te...Diana Clarke2012-11-211-1/+1
* Fixed a gotcha where inadvertently calling list() on aMike Bayer2012-11-181-0/+12
* fix this testMike Bayer2012-11-141-1/+2
* Fixed bug whereby using "key" with ColumnMike Bayer2012-11-131-0/+21
* Fixed bug in type_coerce() whereby typing informationMike Bayer2012-11-122-1/+15
* - support "fails_if" requirements as __requires__; so far this just skips, do...Mike Bayer2012-11-121-150/+0
* Fixed bug whereby the ".key" of a Column wasn't beingMike Bayer2012-10-311-0/+25
* - remove remote_foreign annotationMike Bayer2012-10-281-0/+7
* Added :meth:`.ColumnOperators.notin_`,Mike Bayer2012-10-241-1/+41
* Fixed bug where keyword arguments passed toMike Bayer2012-10-241-1/+48
* - move most/all operator specific tests into test_operator, convert fully to TOTMike Bayer2012-10-242-240/+334
* - get 100% lint/pep8 happening for test_compiler; next we will beginMike Bayer2012-10-243-621/+921
* The auto-correlation feature of :func:`.select`, andMike Bayer2012-10-222-35/+49
* - [bug] TypeDecorator now includes a generic repr()Mike Bayer2012-10-181-0/+6
* - [feature] The Query can now load entity/scalar-mixedMike Bayer2012-10-153-3/+32
* - [feature] "scalar" selects now have a WHERE methodMike Bayer2012-10-152-12/+29
* - keep dialect at default for type compileMike Bayer2012-10-111-1/+2
* - create new sqlalchemy.testing.suite.test_types, starting with Unicode round...Mike Bayer2012-10-101-229/+84
* - [feature] Added "collation" parameter to allMike Bayer2012-10-101-21/+47
* - don't call get_lastrowid() on explicit returningMike Bayer2012-10-041-18/+15
* - [bug] Fixed bug in over() construct wherebyMike Bayer2012-09-301-0/+28
* - more tests, move some tests out of test_reflection, test_queryMike Bayer2012-09-271-78/+8
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-2720-66/+88
* - further reorganization of test suite:Mike Bayer2012-09-261-3/+0
* - [bug] Fixed the DropIndex construct to supportMike Bayer2012-09-241-0/+39
* - got firebird runningMike Bayer2012-09-233-23/+39
* - [bug] When the primary key column of a TableMike Bayer2012-09-231-1/+16
* - [feature] An explicit error is raised whenMike Bayer2012-09-231-0/+28
* - clean pyflakesMike Bayer2012-09-231-50/+48
* - [bug] A tweak to column precedence which moves theMike Bayer2012-09-221-0/+4
* - aaand actually get is/isnot to be usable with None/NULLMike Bayer2012-09-221-2/+7
* - [bug] Added missing operators is_(), isnot()Mike Bayer2012-09-221-0/+10
* finished fixes for mxodbc; need to use at least version 3.2.1Mike Bayer2012-09-213-2/+1
* - [feature] The cast() and extract() constructsMike Bayer2012-09-101-0/+6
* - [feature] Added a hook to the system of renderingMike Bayer2012-09-091-0/+42
* add a contains() override testMike Bayer2012-09-041-0/+11
* `lshift` (<<) and `rshift` (>>) are also supported as optional operators.Mike Bayer2012-09-041-1/+37
* - type expressions invoke in SQL, but are only for the benefit of columnsMike Bayer2012-09-031-3/+39
* - fixes for mxODBC, some pyodbcMike Bayer2012-09-024-9/+41
* - repair type expressions for columns when we aren't using select.apply_label...Mike Bayer2012-09-011-4/+22
* - [bug] Fixed a regression since 0.6 regardingMike Bayer2012-08-311-4/+26