summaryrefslogtreecommitdiff
path: root/test/sql
Commit message (Expand)AuthorAgeFilesLines
* Don't double-process ResultMetaData for BufferedColumnResultProxyMike Bayer2016-04-271-5/+47
* Fix result set handling for case insensitive dupe colsMike Bayer2016-04-211-0/+15
* - move all resultproxy tests intio test_resultset, adapted fromMike Bayer2016-03-301-1/+311
* - Fixed bug where the negation of an EXISTS expression would notMike Bayer2016-03-212-0/+42
* - move out unconsumed names tests from test_compiler out to test_insert, test...Mike Bayer2016-03-023-48/+62
* Add test for inserting multiple valuesAthena Yao2016-03-021-0/+38
* - additional adjustment to the fix made in 8ad968f33100baeb3b13c7e0b724b6b79a...Mike Bayer2016-02-211-0/+40
* - reworked the way the "select_wraps_for" expression isMike Bayer2016-02-202-1/+33
* - Fixed bug in :func:`.expression.text` construct where a double-colonMike Bayer2016-02-091-0/+11
* - add literal_binds for delete() statements in addition to insert()/update()Mike Bayer2016-02-031-16/+25
* fix passing literal_binds flag through for update and insertTim Tate2016-02-031-0/+16
* - Fixed issue where inadvertent use of the Python ``__contains__``Mike Bayer2016-02-021-1/+13
* - rework ColumnCollection to no longer persist "all_col_set"; we don'tMike Bayer2016-01-261-0/+19
* - native unicode expectations are too difficult to maintainMike Bayer2016-01-231-60/+0
* - add a forwards-test here as wellMike Bayer2016-01-211-0/+4
* - documenation updates to clarify specific SQLite versionsMike Bayer2016-01-211-10/+20
* - Fixed 1.0 regression where the eager fetch of cursor.rowcount wasMike Bayer2016-01-051-0/+17
* - add some more oracle skipsMike Bayer2015-12-141-0/+2
* - Fixed bug in :meth:`.Update.return_defaults` which would cause allMike Bayer2015-12-141-0/+25
* - Fixed issue within the :meth:`.Insert.from_select` construct wherebyMike Bayer2015-12-091-0/+26
* - Fixed bug where CREATE TABLE with a no-column table, but a constraintMike Bayer2015-12-011-1/+25
* - Added support for parameter-ordered SET clauses in an UPDATEMike Bayer2015-11-281-0/+124
* - fix bool testMike Bayer2015-09-271-1/+1
* - break out critical aspects of test_query into their own testsMike Bayer2015-09-273-1416/+1585
* - Fixed regression in 1.0-released default-processor for multi-VALUESMike Bayer2015-08-312-16/+52
* - changelog for #3459, fixes #3459Mike Bayer2015-07-192-7/+2
* Merge branch 'bb_issue_3459' of https://bitbucket.org/xflr6/sqlalchemy into pr56Mike Bayer2015-07-191-0/+7
|\
| * add ClauseElement.cast() shortcut-methodSebastian Bank2015-06-191-0/+7
* | - Fixed regression where new methods on :class:`.ResultProxy` usedMike Bayer2015-07-191-2/+10
* | - pg8000 very annoyingly complaining here, use total literalMike Bayer2015-07-191-1/+2
* | - Fixed regression where :meth:`.ResultProxy.keys` would returnMike Bayer2015-07-191-5/+94
* | - Fixed bug where coersion of literal ``True`` or ``False`` constantMike Bayer2015-07-191-0/+58
* | - Fixed potential issue where a custom subclassMike Bayer2015-07-191-2/+14
* | - fix these two testsMike Bayer2015-07-171-2/+2
* | Merge remote-tracking branch 'origin/pr/188' into pr188Mike Bayer2015-07-171-0/+3
|\ \
| * | Added test for modulo operator.pr/188Dan Gittik2015-07-171-0/+3
| |/
* | add CYCLE support to Sequence() and docstrings for NO MINVALUE and NO MAXVALUEpr/186jakeogh2015-06-271-0/+6
* | add NO MINVALUE and NO MAXVALUE support to Sequence()jakeogh2015-06-271-0/+12
* | add MAXVALUE support to Sequence()jakeogh2015-06-271-1/+8
* | add MINVALUE support to Sequence()jakeogh2015-06-271-0/+5
|/
* - Fixed a bug where clause adaption as applied to a :class:`.Label`Mike Bayer2015-06-091-0/+21
* - Added official support for a CTE used by the SELECT presentMike Bayer2015-05-081-0/+35
* - Fixed bug in enhanced constraint-attachment logic introduced inMike Bayer2015-05-021-0/+59
* - Fixed bug where the truncation of long labels in SQL could produceMike Bayer2015-04-281-22/+45
* - Fixed a regression that was incorrectly fixed in 1.0.0b4Mike Bayer2015-04-241-0/+13
* - Fixed support for "literal_binds" mode when using limit/offsetMike Bayer2015-04-231-3/+3
* - repair a regression caused by #3282, where we no longer wereMike Bayer2015-04-221-78/+276
* - Fixed issue where a straight SELECT EXISTS query would fail toMike Bayer2015-04-202-4/+33
* Merge remote-tracking branch 'origin/pr/163' into pr163Mike Bayer2015-04-126-9/+3
|\
| * PEP8 cleanup in /test/sqlEric Streeper2015-03-186-9/+3