summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* - doc updatesMike Bayer2015-08-171-0/+2
* Merge branch 'ticket_3499' into ticket_3514Mike Bayer2015-08-171-0/+36
|\
| * - make sure we maintain the has_mapper_entities flagticket_3499Mike Bayer2015-08-171-0/+36
* | - Additional fixes have been made regarding the value of ``None``Mike Bayer2015-08-172-0/+212
|/
* - updatesMike Bayer2015-08-151-1/+1
* Merge branch 'master' into ticket_3499Mike Bayer2015-08-155-538/+860
|\
| * - correct this, need bracketsMike Bayer2015-08-151-1/+1
| * - make these failure cases more specific to catch Oracle.Mike Bayer2015-08-151-2/+19
| * - add tests for InstanceEvents.init, InstanceEvents.init_failureMike Bayer2015-08-141-0/+37
| * - The behavior of the :func:`.union` construct and related constructsMike Bayer2015-08-123-4/+92
| * - Fixed 1.0 regression where the "noload" loader strategy would failMike Bayer2015-08-111-0/+18
| * - pep8 test/orm/test_mapperMike Bayer2015-08-111-536/+698
* | - add tests for array both in PG as well as generic Indexable;Mike Bayer2015-08-113-30/+179
* | - add tests for hashable flag, references #3499Mike Bayer2015-08-111-5/+73
* | - with pg JSON types, indexed/keyed access *always* returns json/jsonb;Mike Bayer2015-08-101-39/+14
* | - more or less completes hstore, json, array, adds basic tests forMike Bayer2015-08-101-8/+118
* | - add a full suite for IndexableMike Bayer2015-08-091-2/+155
* | - put ARRAY and related into their own module, easierMike Bayer2015-08-092-3/+3
* | - wip...Mike Bayer2015-07-311-7/+12
|/
* - Fixed issue where the SQL Server dialect would reflect a string-Mike Bayer2015-07-301-4/+30
* - An adjustment to the new Postgresql feature of reflecting storageMike Bayer2015-07-241-0/+1
* - 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
|\ \