summaryrefslogtreecommitdiff
path: root/test/sql
Commit message (Expand)AuthorAgeFilesLines
...
* | A major fix to the way in which a select() object producesMike Bayer2013-04-112-0/+169
* | - reinstate insert returning back into test_insert.py; defaultdialectMike Bayer2013-04-012-4/+10
* | moving insert returning test back into CRUD test class until I figure out why...Diana Clarke2013-03-302-7/+5
* | whitespaceDiana Clarke2013-03-301-3/+3
* | move the update tests from CRUDTest into sql/test_update.py (see #2630)Diana Clarke2013-03-302-105/+173
* | fixing tests for --db=mysql: VARCHAR requires a length on dialect mysqlDiana Clarke2013-03-302-6/+6
* | starting on the update tests next, pep8 pass first (see #2630)Diana Clarke2013-03-302-301/+272
* | move the insert tests from CRUDTest into sql/test_insert.py (see #2630)Diana Clarke2013-03-292-219/+310
* | move the delete tests from CRUDTest into sql/test_delete.py (see #2630)Diana Clarke2013-03-292-46/+87
* | fix syntax errorMike Bayer2013-03-241-1/+1
* | Fixed bug whereby a DBAPI that can return "0"Mike Bayer2013-03-231-1/+18
|/
* merge plus fix the test spelling tooMike Bayer2013-03-181-2/+2
* - auto-append for CheckConstraint should skip table if the expression is againstMike Bayer2013-03-091-0/+13
* - remove all compat items that are pre-2.5 (hooray)Mike Bayer2013-03-092-2/+1
* - this test is ridiculous, executemany() + returning not supportedMike Bayer2013-03-091-20/+0
* - the base correlate tests in test_compiler cover the ones that were hereMike Bayer2013-03-091-127/+79
* - since correlation is now always at least semi-automatic, remove theMike Bayer2013-03-091-33/+241
* go back to the original form, then break out this test into individualsMike Bayer2013-03-081-53/+115
* Changed behavior of Select.correlate() to ignore correlations to froms that d...Luke Cyca2013-03-072-42/+53
* Merged in nakagami/sqlalchemy/cymysql (pull request #42)Mike Bayer2013-03-071-0/+10
|\
| * mysql+cymysql test_types.pyHajime Nakagami2013-03-061-0/+10
| * not return unicode string in cymysql dialectHajime Nakagami2013-03-021-1/+0
| * test for cymysqlHajime Nakagami2013-02-171-0/+1
* | - :meth:`.MetaData.create_all` and :meth:`.MetaData.drop_all` willMike Bayer2013-03-021-0/+1
* | - some linter cleanup, though have disabled the newer linter rules which are ...Mike Bayer2013-03-021-40/+45
|/
* port numeric tests to dialect suiteMike Bayer2013-02-061-162/+0
* - 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