summaryrefslogtreecommitdiff
path: root/test/sql
Commit message (Expand)AuthorAgeFilesLines
...
* - add support for pulling in an external requirements fileMike Bayer2013-02-061-9/+14
* - add an "empty_inserts" requirement target plus a suite testMike Bayer2013-02-061-3/+3
* Fixed a bug regarding column annotations which in particularMike Bayer2013-02-021-0/+31
* cleanup and pep8Mike Bayer2013-02-021-56/+52
* The :meth:`.ColumnOperators.in_` operator will now coerceMike Bayer2013-02-021-0/+6
* Added a new argument to :class:`.Enum` and its baseMike Bayer2013-02-011-1/+98
* Fixed bug where :meth:`.Table.tometadata` would fail if aMike Bayer2013-01-271-0/+12
* #2629Mike Bayer2013-01-251-0/+8
* :class:`.Index` now supports arbitrary SQL expressions and/orMike Bayer2013-01-161-1/+65
* - preparing for #695, modernize constraint/index testsMike Bayer2013-01-161-192/+371
* Fixed a regression caused by :ticket:`2410` whereby aMike Bayer2012-12-111-0/+39
* Fixed bug where using server_onupdate=<FetchedValue|DefaultClause>Mike Bayer2012-12-081-0/+31
* Fixed bug whereby using a label_length on dialect that was smallerMike Bayer2012-12-081-0/+43
* - refactor test_labels into all compiler/defaultdialect testsMike Bayer2012-12-081-264/+297
* attempt to hide these from 2to3Mike Bayer2012-12-081-3/+3
* internally at least refer to multirow as "multivalues", to distinguish betweenMike Bayer2012-12-083-8/+8
* - 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