summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* - move all resultproxy tests intio test_resultset, adapted fromMike Bayer2016-03-302-307/+311
* - Fixed bug where the negation of an EXISTS expression would notMike Bayer2016-03-212-0/+42
* - skip GC tests here when coverage is enabled, seems to interfereMike Bayer2016-03-081-1/+1
* - 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
* - Anonymous labeling is applied to a :attr:`.func` construct that isMike Bayer2016-02-261-1/+58
* - additional adjustment to the fix made in 8ad968f33100baeb3b13c7e0b724b6b79a...Mike Bayer2016-02-211-0/+40
* - Fixed bug in "to_list" conversion where a single bytes objectMike Bayer2016-02-211-1/+15
* - reworked the way the "select_wraps_for" expression isMike Bayer2016-02-204-3/+75
* - Fixed bug in :meth:`.Session.merge` where an object with a compositeMike Bayer2016-02-111-1/+50
* - Fixed bug in :func:`.expression.text` construct where a double-colonMike Bayer2016-02-091-0/+11
* - backport changes to SQLite attached DB tests so thatMike Bayer2016-02-091-28/+10
* - backport new profile system from 1.1 so we can run new-styleMike Bayer2016-02-091-1/+505
* - add missing __backend__ directives so that oracle tests actually run with -...Mike Bayer2016-02-081-0/+17
* - detect "Enterprise" and assume compression stuff isn't availableMike Bayer2016-02-081-0/+6
* - adjust the MultiSchemaTest to handle multiple test_schemas / processes at theMike Bayer2016-02-081-5/+6
* - adjust to allow dblink tests to work with multiprocess users.Mike Bayer2016-02-081-9/+3
* - 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-022-2/+22
* - revert the change first made in a6fe4dc, as we are now generalizingMike Bayer2016-01-284-4/+61
* - rework ColumnCollection to no longer persist "all_col_set"; we don'tMike Bayer2016-01-261-0/+19
* - fix array test that was essentially taking a weird guessMike Bayer2016-01-231-2/+2
* - fix stray connectionMike Bayer2016-01-231-1/+4
* - native unicode expectations are too difficult to maintainMike Bayer2016-01-231-60/+0
* - move out match compiler test to test_compilerMike Bayer2016-01-232-22/+9
* - add missing IGNORE_EXCEPTION_DETAIL flagMike Bayer2016-01-211-1/+1
* - 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 bug where some exception re-raise scenarios would attachMike Bayer2016-01-181-0/+59
* - there was a DATEPART test after all, fix formatMike Bayer2016-01-141-1/+1
* Remove quote on first DATEPART paramaterGuillaume DOUMENC2016-01-121-0/+12
* - Fixed regression since 0.9 where the 0.9 style loader optionsMike Bayer2016-01-091-0/+58
* - Fixed 1.0 regression where the eager fetch of cursor.rowcount wasMike Bayer2016-01-051-0/+17
* - An adjustment to the regular expression used to parse MySQL views,Mike Bayer2015-12-221-0/+31
* - varchar requires a lengthMike Bayer2015-12-221-1/+1
* - add the test from ref #3614 as well for testing ref #3611Mike Bayer2015-12-211-0/+60
* - Further fixes to :ticket:`3605`, pop method on :class:`.MutableDict`,Mike Bayer2015-12-171-1/+16
* - Fixed bug in baked loader system where the systemwide monkeypatchMike Bayer2015-12-151-0/+18
* - Fixed regression caused in 1.0.10 by the fix for :ticket:`3593` whereMike Bayer2015-12-151-18/+99
* - add some more oracle skipsMike Bayer2015-12-141-0/+2
* - Fixed bug where :meth:`.Session.bulk_update_mappings` and relatedMike Bayer2015-12-141-0/+37
* - Fixed bug in :meth:`.Update.return_defaults` which would cause allMike Bayer2015-12-143-4/+487
* - Fixed bug where use of the :meth:`.Query.select_from` method wouldMike Bayer2015-12-121-0/+33
* - Added support for the ``dict.pop()`` and ``dict.popitem()`` methodsMike Bayer2015-12-111-0/+32
* - The ORM and Core tutorials, which have always been in doctest format,Mike Bayer2015-12-101-0/+144
* - Fixed issue within the :meth:`.Insert.from_select` construct wherebyMike Bayer2015-12-091-0/+26
* - fix changelog for #3602Mike Bayer2015-12-082-1/+10
* - make this DROP conditional, attempting to isolate why jenkins hasMike Bayer2015-12-081-1/+1
* - Fixed bug in MySQL reflection where the "fractional sections portion"Mike Bayer2015-12-071-2/+8