summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* - Fixed critical issue whereby the pool "checkout" event handlerMike Bayer2015-07-221-1/+94
* - Fixed an issue where a particular base class within utilsMike Bayer2015-07-201-1/+29
* - 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
* | | Merge remote-tracking branch 'origin/pr/186' into pr186Mike Bayer2015-07-171-0/+30
|\ \ \ | |/ / |/| |
| * | 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 bug in :class:`.AbstractConcreteBase` extension whereMike Bayer2015-07-131-0/+30
* | | - increase the varchar hereMike Bayer2015-07-011-1/+1
* | | - Fixed 1.0 regression where value objects that overrideMike Bayer2015-07-011-0/+108
* | | - Fixed 1.0 regression where a "deferred" attribute would not populateMike Bayer2015-06-291-0/+56
|/ /
* | - Fixed 1.0 regression where the "parent entity" of a synonym-Mike Bayer2015-06-272-1/+66
* | - add autoinc marker for oracleMike Bayer2015-06-251-2/+6
* | - Fixed a major regression in the 1.0 series where the version_id_counterMike Bayer2015-06-241-0/+134
* | - Fixed issue when using :class:`.VARBINARY` type in conjunction withMike Bayer2015-06-221-67/+92
* | Fix typopr/183Pete Hollobon2015-06-221-1/+1
* | - for #3455Mike Bayer2015-06-192-28/+41
* | Merge remote-tracking branch 'origin/pr/179' into pr179Mike Bayer2015-06-192-0/+63
|\ \
| * | Add reflection of PostgreSQL index access methods (USING clause)pr/179Pete Hollobon2015-06-041-0/+19
| * | Add reflection of PostgreSQL index storage optionsPete Hollobon2015-06-041-0/+20
| * | Add support for PostgreSQL index storage parametersPete Hollobon2015-06-031-0/+24
* | | - Fixed 1.0 regression where the enhanced behavior of single-inheritanceMike Bayer2015-06-191-0/+25
| |/ |/|
* | - Repaired the :class:`.ExcludeConstraint` construct to support commonMike Bayer2015-06-161-3/+43
* | - remove the redundant non-max-row-buffer test from the max_row_bufferMike Bayer2015-06-141-12/+0
* | Merge branch 'pr182'Mike Bayer2015-06-142-49/+114
|\ \
| * | - add test cases for pullreq github:182, where we add a newMike Bayer2015-06-142-49/+114
* | | - revert this change which was inadvertently included in theMike Bayer2015-06-131-2/+1
* | | - add changelog for #3451, with 09485d733131b667813f44eb0b6807b698668ee7 fixe...Mike Bayer2015-06-132-1/+23
* | | Fix primary key behaviour in bulk_updatepr/181Patrick Hayes2015-06-131-4/+34
|/ /
* | - Fixed an unexpected-use regression whereby custom :class:`.Comparator`Mike Bayer2015-06-113-0/+21
* | - Fixed a bug where clause adaption as applied to a :class:`.Label`Mike Bayer2015-06-091-0/+21
* | - Fixed an internal "memoization" routine for method types suchMike Bayer2015-06-081-1/+2
* | - repair these tests to use the global manager_of_class fn,Mike Bayer2015-06-071-6/+7
* | - Added new engine event :meth:`.ConnectionEvents.engine_disposed`.Mike Bayer2015-06-061-0/+26
* | - Repaired some typing and test issues related to the pypyMike Bayer2015-06-055-42/+62
|/
* - fix this test to not require pyodbc installedMike Bayer2015-06-031-1/+2
* - changelog for pr bitbucket:54Mike Bayer2015-06-031-0/+20
* - Fixed bug where known boolean values used byMike Bayer2015-05-263-0/+44
* - Added a new dialect flag to the MSSQL dialectMike Bayer2015-05-242-41/+171