summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* added sql compiler test for FULL OUTER JOINpr/167Stefan Urbanek2015-08-251-0/+11
* - repair the inspection hook in sqltypes to not be fooledMike Bayer2015-08-251-1/+9
* - Added new checks for the common error case of passing mapped classesMike Bayer2015-08-253-4/+61
* - fix the postgresql_jsonb requirement to include the 9.4 requirementMike Bayer2015-08-253-5/+5
* - as the Concatenable mixin was changed to support calling down toMike Bayer2015-08-251-1/+55
* - merge of ticket_3514 None-handling branchMike Bayer2015-08-252-0/+221
* - merge of ticket_3499 indexed access branchMike Bayer2015-08-256-36/+535
* - correct this, need bracketsMike Bayer2015-08-251-1/+1
* - make these failure cases more specific to catch Oracle.Mike Bayer2015-08-251-2/+19
* - add tests for InstanceEvents.init, InstanceEvents.init_failureMike Bayer2015-08-251-0/+37
* - The behavior of the :func:`.union` construct and related constructsMike Bayer2015-08-253-4/+92
* - Fixed 1.0 regression where the "noload" loader strategy would failMike Bayer2015-08-251-0/+18
* - pep8 test/orm/test_mapperMike Bayer2015-08-251-536/+698
* - Fixed issue where the SQL Server dialect would reflect a string-Mike Bayer2015-08-251-4/+30
* - An adjustment to the new Postgresql feature of reflecting storageMike Bayer2015-08-251-0/+1
* - Fixed critical issue whereby the pool "checkout" event handlerMike Bayer2015-08-251-1/+94
* - Fixed an issue where a particular base class within utilsMike Bayer2015-08-251-1/+29
* - changelog for #3459, fixes #3459Mike Bayer2015-08-252-7/+2
* - Fixed regression where new methods on :class:`.ResultProxy` usedMike Bayer2015-08-251-2/+10
* - pg8000 very annoyingly complaining here, use total literalMike Bayer2015-08-251-1/+2
* - Fixed regression where :meth:`.ResultProxy.keys` would returnMike Bayer2015-08-251-5/+94
* - Fixed bug where coersion of literal ``True`` or ``False`` constantMike Bayer2015-08-251-0/+58
* - Fixed potential issue where a custom subclassMike Bayer2015-08-251-2/+14
* - fix these two testsMike Bayer2015-08-251-2/+2
* Added test for modulo operator.Dan Gittik2015-08-251-0/+3
* - Fixed bug in :class:`.AbstractConcreteBase` extension whereMike Bayer2015-08-251-0/+30
* - increase the varchar hereMike Bayer2015-08-251-1/+1
* - Fixed 1.0 regression where value objects that overrideMike Bayer2015-08-251-0/+108
* - Fixed 1.0 regression where a "deferred" attribute would not populateMike Bayer2015-08-251-0/+56
* add CYCLE support to Sequence() and docstrings for NO MINVALUE and NO MAXVALUEjakeogh2015-08-251-0/+6
* add NO MINVALUE and NO MAXVALUE support to Sequence()jakeogh2015-08-251-0/+12
* add MAXVALUE support to Sequence()jakeogh2015-08-251-1/+8
* add MINVALUE support to Sequence()jakeogh2015-08-251-0/+5
* - Fixed 1.0 regression where the "parent entity" of a synonym-Mike Bayer2015-08-252-1/+66
* - add autoinc marker for oracleMike Bayer2015-08-251-2/+6
* - Fixed a major regression in the 1.0 series where the version_id_counterMike Bayer2015-08-251-0/+134
* - Fixed issue when using :class:`.VARBINARY` type in conjunction withMike Bayer2015-08-251-67/+92
* Fix typoPete Hollobon2015-08-251-1/+1
* - for #3455Mike Bayer2015-08-252-28/+41
* - Fixed 1.0 regression where the enhanced behavior of single-inheritanceMike Bayer2015-08-251-0/+25
* add ClauseElement.cast() shortcut-methodSebastian Bank2015-08-251-0/+7
* - Repaired the :class:`.ExcludeConstraint` construct to support commonMike Bayer2015-08-251-3/+43
* - remove the redundant non-max-row-buffer test from the max_row_bufferMike Bayer2015-08-251-12/+0
* - add test cases for pullreq github:182, where we add a newMike Bayer2015-08-252-49/+114
* - revert this change which was inadvertently included in theMike Bayer2015-08-251-2/+1
* - add changelog for #3451, with 09485d733131b667813f44eb0b6807b698668ee7 fixe...Mike Bayer2015-08-252-1/+23
* Fix primary key behaviour in bulk_updatePatrick Hayes2015-08-251-4/+34
* - Fixed an unexpected-use regression whereby custom :class:`.Comparator`Mike Bayer2015-08-253-0/+21
* - Fixed a bug where clause adaption as applied to a :class:`.Label`Mike Bayer2015-08-251-0/+21
* - Fixed an internal "memoization" routine for method types suchMike Bayer2015-08-251-1/+2