| Commit message (Expand) | Author | Age | Files | Lines |
| * | - doc updates | Mike Bayer | 2015-08-17 | 1 | -0/+2 |
| * | Merge branch 'ticket_3499' into ticket_3514 | Mike Bayer | 2015-08-17 | 1 | -0/+36 |
| |\ |
|
| | * | - make sure we maintain the has_mapper_entities flagticket_3499 | Mike Bayer | 2015-08-17 | 1 | -0/+36 |
| * | | - Additional fixes have been made regarding the value of ``None`` | Mike Bayer | 2015-08-17 | 2 | -0/+212 |
| |/ |
|
| * | - updates | Mike Bayer | 2015-08-15 | 1 | -1/+1 |
| * | Merge branch 'master' into ticket_3499 | Mike Bayer | 2015-08-15 | 5 | -538/+860 |
| |\ |
|
| | * | - correct this, need brackets | Mike Bayer | 2015-08-15 | 1 | -1/+1 |
| | * | - make these failure cases more specific to catch Oracle. | Mike Bayer | 2015-08-15 | 1 | -2/+19 |
| | * | - add tests for InstanceEvents.init, InstanceEvents.init_failure | Mike Bayer | 2015-08-14 | 1 | -0/+37 |
| | * | - The behavior of the :func:`.union` construct and related constructs | Mike Bayer | 2015-08-12 | 3 | -4/+92 |
| | * | - Fixed 1.0 regression where the "noload" loader strategy would fail | Mike Bayer | 2015-08-11 | 1 | -0/+18 |
| | * | - pep8 test/orm/test_mapper | Mike Bayer | 2015-08-11 | 1 | -536/+698 |
| * | | - add tests for array both in PG as well as generic Indexable; | Mike Bayer | 2015-08-11 | 3 | -30/+179 |
| * | | - add tests for hashable flag, references #3499 | Mike Bayer | 2015-08-11 | 1 | -5/+73 |
| * | | - with pg JSON types, indexed/keyed access *always* returns json/jsonb; | Mike Bayer | 2015-08-10 | 1 | -39/+14 |
| * | | - more or less completes hstore, json, array, adds basic tests for | Mike Bayer | 2015-08-10 | 1 | -8/+118 |
| * | | - add a full suite for Indexable | Mike Bayer | 2015-08-09 | 1 | -2/+155 |
| * | | - put ARRAY and related into their own module, easier | Mike Bayer | 2015-08-09 | 2 | -3/+3 |
| * | | - wip... | Mike Bayer | 2015-07-31 | 1 | -7/+12 |
| |/ |
|
| * | - Fixed issue where the SQL Server dialect would reflect a string- | Mike Bayer | 2015-07-30 | 1 | -4/+30 |
| * | - An adjustment to the new Postgresql feature of reflecting storage | Mike Bayer | 2015-07-24 | 1 | -0/+1 |
| * | - Fixed critical issue whereby the pool "checkout" event handler | Mike Bayer | 2015-07-22 | 1 | -1/+94 |
| * | - Fixed an issue where a particular base class within utils | Mike Bayer | 2015-07-20 | 1 | -1/+29 |
| * | - changelog for #3459, fixes #3459 | Mike Bayer | 2015-07-19 | 2 | -7/+2 |
| * | Merge branch 'bb_issue_3459' of https://bitbucket.org/xflr6/sqlalchemy into pr56 | Mike Bayer | 2015-07-19 | 1 | -0/+7 |
| |\ |
|
| | * | add ClauseElement.cast() shortcut-method | Sebastian Bank | 2015-06-19 | 1 | -0/+7 |
| * | | - Fixed regression where new methods on :class:`.ResultProxy` used | Mike Bayer | 2015-07-19 | 1 | -2/+10 |
| * | | - pg8000 very annoyingly complaining here, use total literal | Mike Bayer | 2015-07-19 | 1 | -1/+2 |
| * | | - Fixed regression where :meth:`.ResultProxy.keys` would return | Mike Bayer | 2015-07-19 | 1 | -5/+94 |
| * | | - Fixed bug where coersion of literal ``True`` or ``False`` constant | Mike Bayer | 2015-07-19 | 1 | -0/+58 |
| * | | - Fixed potential issue where a custom subclass | Mike Bayer | 2015-07-19 | 1 | -2/+14 |
| * | | - fix these two tests | Mike Bayer | 2015-07-17 | 1 | -2/+2 |
| * | | Merge remote-tracking branch 'origin/pr/188' into pr188 | Mike Bayer | 2015-07-17 | 1 | -0/+3 |
| |\ \ |
|
| | * | | Added test for modulo operator.pr/188 | Dan Gittik | 2015-07-17 | 1 | -0/+3 |
| * | | | Merge remote-tracking branch 'origin/pr/186' into pr186 | Mike Bayer | 2015-07-17 | 1 | -0/+30 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | add CYCLE support to Sequence() and docstrings for NO MINVALUE and NO MAXVALUEpr/186 | jakeogh | 2015-06-27 | 1 | -0/+6 |
| | * | | add NO MINVALUE and NO MAXVALUE support to Sequence() | jakeogh | 2015-06-27 | 1 | -0/+12 |
| | * | | add MAXVALUE support to Sequence() | jakeogh | 2015-06-27 | 1 | -1/+8 |
| | * | | add MINVALUE support to Sequence() | jakeogh | 2015-06-27 | 1 | -0/+5 |
| * | | | - Fixed bug in :class:`.AbstractConcreteBase` extension where | Mike Bayer | 2015-07-13 | 1 | -0/+30 |
| * | | | - increase the varchar here | Mike Bayer | 2015-07-01 | 1 | -1/+1 |
| * | | | - Fixed 1.0 regression where value objects that override | Mike Bayer | 2015-07-01 | 1 | -0/+108 |
| * | | | - Fixed 1.0 regression where a "deferred" attribute would not populate | Mike Bayer | 2015-06-29 | 1 | -0/+56 |
| |/ / |
|
| * | | - Fixed 1.0 regression where the "parent entity" of a synonym- | Mike Bayer | 2015-06-27 | 2 | -1/+66 |
| * | | - add autoinc marker for oracle | Mike Bayer | 2015-06-25 | 1 | -2/+6 |
| * | | - Fixed a major regression in the 1.0 series where the version_id_counter | Mike Bayer | 2015-06-24 | 1 | -0/+134 |
| * | | - Fixed issue when using :class:`.VARBINARY` type in conjunction with | Mike Bayer | 2015-06-22 | 1 | -67/+92 |
| * | | Fix typopr/183 | Pete Hollobon | 2015-06-22 | 1 | -1/+1 |
| * | | - for #3455 | Mike Bayer | 2015-06-19 | 2 | -28/+41 |
| * | | Merge remote-tracking branch 'origin/pr/179' into pr179 | Mike Bayer | 2015-06-19 | 2 | -0/+63 |
| |\ \ |
|