summaryrefslogtreecommitdiff
path: root/test/sql
Commit message (Expand)AuthorAgeFilesLines
* - Fixed bug where :meth:`.in_()` would go into an endless loop ifMike Bayer2014-02-131-0/+33
* - add a test for pullreq github:63Mike Bayer2014-01-311-0/+7
* - add a test for [ticket:2927], which is an 0.9 issue but only because 0.8Mike Bayer2014-01-291-0/+9
* - add tests for [ticket:2918], confirm this is an 0.9 regressionMike Bayer2014-01-231-0/+12
* - Fixed issue where a primary key column that has a Sequence on it,Mike Bayer2013-12-201-0/+28
* - Fixed bug with :meth:`.Insert.from_select` method where the orderMike Bayer2013-12-191-0/+29
* - for [ticket:2651], leaving CheckConstraint alone, preferring to keepMike Bayer2013-12-161-1/+2
* - Fixed bug where SQL statement would be improperly ASCII-encodedMike Bayer2013-11-221-1/+1
* disable this test for py3k, this is better fixed in 0.9Mike Bayer2013-11-211-6/+7
* - add a sanity-check test for repr(), comparing against what we getMike Bayer2013-11-211-1/+13
* - Fixed bug where :func:`.type_coerce` would not interpret ORMMike Bayer2013-10-211-0/+11
* fix python 2.5 ismMike Bayer2013-10-201-2/+2
* - add a type_coerce() step within Enum, Boolean to the CHECK constraint,Mike Bayer2013-10-201-2/+68
* The ``.unique`` flag on :class:`.Index` could be produced as ``None``Mike Bayer2013-10-141-0/+22
* - Fixed bug in default compiler plus those of postgresql, mysql, andMike Bayer2013-10-121-0/+21
* A :func:`.select` that is made to refer to itself in its FROM clause,Mike Bayer2013-10-081-0/+12
* Fixed bug where using an annotation such as :func:`.remote` orMike Bayer2013-10-081-0/+7
* Non-working "schema" argument on :class:`.ForeignKey` is deprecated;Mike Bayer2013-10-081-0/+7
* forgot to add system to the copy() methodMike Bayer2013-08-251-0/+7
* added "system=True" to Column, so that we generally don't have to botherMike Bayer2013-08-251-0/+9
* apply test skips for pypy issue #1573 in 0.8 [ticket:2805]Mike Bayer2013-08-201-1/+7
* Fixed regression dating back to 0.7.9 whereby the name of a CTE mightMike Bayer2013-08-181-0/+16
* - The :meth:`.Operators.notin_` operator added in 0.8 now properlyMike Bayer2013-08-071-0/+11
* - Fixed bug in common table expression system where if the CTE wereMike Bayer2013-07-311-0/+29
* Fixed bug in :class:`.CheckConstraint` DDL where the "quote" flag from aMike Bayer2013-07-171-0/+23
* Fixed bug where the expression system relied upon the ``str()``Mike Bayer2013-07-122-0/+53
* - Added new method to the :func:`.insert` constructMike Bayer2013-07-051-1/+64
* genericize tests hereMike Bayer2013-07-021-5/+10
* Fixed bug when using multi-table UPDATE where a supplementalMike Bayer2013-07-021-0/+39
* add an ORDER BY hereMike Bayer2013-06-261-2/+2
* - rework of correlation, continuing on #2668, #2746Mike Bayer2013-06-262-12/+142
* Provided a new attribute for :class:`.TypeDecorator`Mike Bayer2013-06-221-1/+33
* Fixed bug whereby joining a select() of a table "A" with multipleMike Bayer2013-06-032-7/+40
* - remove the ``__iter__()`` with notimplemented since it interferesMike Bayer2013-06-031-7/+6
* fix this testMike Bayer2013-05-261-1/+1
* cleanupMike Bayer2013-05-041-67/+68
* formatting stuffMike Bayer2013-05-041-49/+51
* Fully implemented the IS and IS NOT operators withMike Bayer2013-04-221-1/+28
* - Improvements to the operation of the pymysql dialect onMike Bayer2013-04-211-20/+6
* Merged in bentrofatter/sqlalchemy-2663 (pull request #49)Mike Bayer2013-04-211-1/+10
|\
| * Removed commented line from test_types.pyBen Trofatter2013-03-191-1/+0
| * Added workaround for pymysql3 double wrapping ProgrammingErrors to pymysql di...Ben Trofatter2013-03-181-1/+11
* | 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