summaryrefslogtreecommitdiff
path: root/test/sql
Commit message (Expand)AuthorAgeFilesLines
* - 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
* | 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