summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* - Added basic isolation level support to the SQL Server dialectsMike Bayer2016-03-152-1/+5
* - changelog and docs for #3332, fixes #3332Mike Bayer2016-03-151-23/+24
* Merge branch 'master' into pr157Mike Bayer2016-03-15104-4399/+18566
|\
| * - Fixed bug where a newly inserted instance that is rolled backMike Bayer2016-03-141-1/+25
| * - 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
| * - An improvement to the workings of :meth:`.Query.correlate` suchMike Bayer2016-02-251-3/+72
| * - 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
| * - update the mssql autoincrement reflection test to accommodateMike Bayer2016-02-201-27/+23
| * - reworked the way the "select_wraps_for" expression isMike Bayer2016-02-204-3/+75
| * - Fixed bug which would cause an eagerly loaded many-to-one attributeMike Bayer2016-02-171-2/+147
| * - handle parameter sets that aren't correctly formed, so thatMike Bayer2016-02-171-1/+27
| * - do the trailing comma logic of tuple repr() exactlyMike Bayer2016-02-171-0/+18
| * - All string formatting of bound parameter sets and result rows forMike Bayer2016-02-171-1/+85
| * Add `sqlalchemy.ext.mutable.MutableSet`pr/236Jeong YunWon2016-02-131-1/+195
| * Add `sqlalchemy.ext.mutable.MutableList`Jeong YunWon2016-02-131-1/+218
| * - Fixed bug in :meth:`.Session.merge` where an object with a compositeMike Bayer2016-02-111-1/+50
| * - CTE functionality has been expanded to support all DML, allowingMike Bayer2016-02-112-4/+153
| * - Fixed bug in :func:`.expression.text` construct where a double-colonMike Bayer2016-02-091-0/+11
| * - A refinement to the logic which adds columns to the resulting SQL whenMike Bayer2016-02-091-7/+137
| * - add missing __backend__ directives for SQL serverMike Bayer2016-02-082-0/+6
| * - 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 insertpr/232Tim Tate2016-02-021-0/+16
| * - test fixes for metadata.enums value now being a listMike Bayer2016-02-022-24/+20
| * - add changelog and migration notes for new Enum features,Mike Bayer2016-02-022-36/+158
| * - Initial implementation of support for PEP-435 enumerated typesAlex Grönholm2016-02-021-29/+56
| * - Fixed issue where inadvertent use of the Python ``__contains__``Mike Bayer2016-02-022-1/+32
| * - The ``sqlalchemy.dialects.postgres`` module, long deprecated, isMike Bayer2016-01-291-0/+10
| * - revert the change first made in a6fe4dc, as we are now generalizingMike Bayer2016-01-284-4/+61
| * - restore the use of PYTHONNOUSERSITE that was removedMike Bayer2016-01-271-0/+6
| * - rework ColumnCollection to no longer persist "all_col_set"; we don'tMike Bayer2016-01-261-0/+19
| * - The workaround for right-nested joins on SQLite, where they are rewrittenMike Bayer2016-01-262-93/+146
| * - add a new qualifier "native" vs. "dbapi" unicode to avoidMike Bayer2016-01-241-468/+404
| * - fix array test that was essentially taking a weird guessMike Bayer2016-01-231-2/+2
| * - fix stray connectionMike Bayer2016-01-231-1/+4
| * - use regex here, columns dont matter, keep coming up with different orderingsMike Bayer2016-01-231-3/+3
| * - native unicode expectations are too difficult to maintainMike Bayer2016-01-231-60/+0
| * - move out match compiler test to test_compilerMike Bayer2016-01-232-23/+11
| * - make this test deterministicMike Bayer2016-01-211-3/+3
| * - add a forwards-test here as wellMike Bayer2016-01-211-0/+4
| * - documenation updates to clarify specific SQLite versionsMike Bayer2016-01-211-10/+20
| * - Added new parameter :paramref:`.orm.mapper.passive_deletes` toMike Bayer2016-01-201-0/+236
| * - The unsupported Sybase dialect now raises ``NotImplementedError``Mike Bayer2016-01-201-3/+11