summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* change "psotgresql" to 'postgresql' in decoratorpr/272Mark Sandan2016-05-061-1/+1
* Repair _orm_columns() to accommodate text()Mike Bayer2016-05-051-0/+19
* 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
* Merge "Deprecate Mapper.order_by"mike bayer2016-04-1915-61/+111
|\
| * Deprecate Mapper.order_byMike Bayer2016-04-1915-61/+111
* | Rename Query._mapper_zero() to Query._entity_zero()Mike Bayer2016-04-192-6/+7
|/
* Merge "Add raise/raiseload relationship loading strategy"mike bayer2016-04-191-0/+109
|\
| * Add raise/raiseload relationship loading strategyAdrian Moennich2016-04-191-0/+109
* | Propagate hybrid properties / infoMike Bayer2016-04-181-0/+53
* | Honor hybrid property / method docstringsMike Bayer2016-04-182-11/+288
* | - Add support for PostgreSQL with PyGreSQLChristoph Zwerschke2016-04-153-7/+11
|/
* - don't load deferred columns on unexpire for merge with load=False,Diana Clarke2016-04-061-4/+100
* - callcount refresh due to negative indexes change for nocextMike Bayer2016-03-311-247/+299
* - limit this to sqlite for nowMike Bayer2016-03-301-0/+1
* - move all resultproxy tests intio test_resultsetMike Bayer2016-03-302-333/+336
* - make sure negative row indexes are based on the size of theMike Bayer2016-03-301-14/+22
* Merge remote-tracking branch 'origin/pr/231' into pr231Mike Bayer2016-03-301-0/+19
|\
| * - properly handle negative indexes in RowProxy.__getitem__()pr/231Lele Gaifax2016-01-281-0/+19
* | Merge remote-tracking branch 'origin/pr/230'Mike Bayer2016-03-302-4/+35
|\ \
| * | sqlite: reflect primary key constraint names, fixes #3629Diana Clarke2016-01-272-4/+35
* | | - Added :meth:`.Select.lateral` and related constructs to allowMike Bayer2016-03-291-0/+134
* | | - Added support for rendering "FULL OUTER JOIN" to both Core and ORM.Mike Bayer2016-03-283-0/+56
* | | - Added connection pool events :meth:`ConnectionEvents.close`,Mike Bayer2016-03-251-0/+60
* | | - oracle doesn't release savepointsMike Bayer2016-03-241-1/+1
* | | - Further continuing on the common MySQL exception case ofMike Bayer2016-03-231-2/+31
* | | - Fixed bug where the negation of an EXISTS expression would notMike Bayer2016-03-212-0/+42
* | | - 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