summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add basic LTREE support; missing testspr/187Renato Massaro2015-07-143-4/+73
* - Fixed bug in :class:`.AbstractConcreteBase` extension whereMike Bayer2015-07-134-2/+53
* - try to note under insert.values(), if you needMike Bayer2015-07-082-4/+12
* - add a warning suggesting to use the dictionary form of accessMike Bayer2015-07-051-0/+33
* - fix the link here fixes 3473Mike Bayer2015-07-031-1/+1
* - increase the varchar hereMike Bayer2015-07-011-1/+1
* - Fixed 1.0 regression where value objects that overrideMike Bayer2015-07-013-2/+123
* - Fixed 1.0 regression where a "deferred" attribute would not populateMike Bayer2015-06-293-1/+78
* - Fixed 1.0 regression where the "parent entity" of a synonym-Mike Bayer2015-06-277-4/+86
* Merge pull request #185 from megabyde/mastermike bayer2015-06-261-5/+4
|\
| * Fix code examples in automap's documentationpr/185Yuri Baida2015-06-261-5/+4
|/
* 1.0.6rel_1_0_6Mike Bayer2015-06-252-2/+3
* - 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-243-1/+167
* - edits to this sectionMike Bayer2015-06-222-16/+20
* - add a new FAQ on re-reading of data within a transaction, sinceMike Bayer2015-06-222-3/+71
* Merge pull request #184 from bnjmn/patch-1mike bayer2015-06-221-1/+1
|\
| * Missing comma in method argspr/184Benjamin Petersen2015-06-221-1/+1
|/
* - Fixed issue when using :class:`.VARBINARY` type in conjunction withMike Bayer2015-06-223-69/+123
* - Re-fixed this issue first released in 1.0.5 to fix psycopg2cffiMike Bayer2015-06-222-1/+11
* Merge pull request #183 from renshawbay/mastermike bayer2015-06-221-1/+1
|\
| * Fix typopr/183Pete Hollobon2015-06-221-1/+1
|/
* - repair that we use db_opts when the url here is different,Mike Bayer2015-06-191-3/+8
* - fixes to the warnings filtersMike Bayer2015-06-191-3/+1
* - more edits, references #3461Mike Bayer2015-06-192-18/+29
* - for #3455Mike Bayer2015-06-194-32/+75
* Merge remote-tracking branch 'origin/pr/179' into pr179Mike Bayer2015-06-193-3/+99
|\
| * Add reflection of PostgreSQL index access methods (USING clause)pr/179Pete Hollobon2015-06-042-3/+32
| * Add reflection of PostgreSQL index storage optionsPete Hollobon2015-06-042-3/+29
| * Add support for PostgreSQL index storage parametersPete Hollobon2015-06-032-0/+41
* | - fix the bulletsMike Bayer2015-06-192-19/+26
* | - Fixed 1.0 regression where the enhanced behavior of single-inheritanceMike Bayer2015-06-193-3/+39
* | - add explciit section on engine disposal, fixes #3461Mike Bayer2015-06-192-14/+64
* | - automap is stableMike Bayer2015-06-181-6/+0
* | - Repaired the :class:`.ExcludeConstraint` construct to support commonMike Bayer2015-06-165-22/+108
* | - add a subsection on how to use Sequence with server_default,Mike Bayer2015-06-161-0/+40
* | - remove the redundant non-max-row-buffer test from the max_row_bufferMike Bayer2015-06-141-12/+0
* | Merge branch 'pr182'Mike Bayer2015-06-149-61/+172
|\ \
| * | - add test cases for pullreq github:182, where we add a newMike Bayer2015-06-145-53/+155
| * | - Add a new le_() assertion for less than or equalsMike Bayer2015-06-143-8/+14
| * | Added max_row_buffer attribute to the context execution options and usepr/182Morgan McClure2015-06-132-3/+9
| * | BufferedRowResultProxy should stop growing at 100Morgan McClure2015-06-131-4/+1
* | | - revert this change which was inadvertently included in theMike Bayer2015-06-131-2/+1
* | | - restore the approach we have for pk_params, but in orderMike Bayer2015-06-131-6/+8
* | | - add changelog for #3451, with 09485d733131b667813f44eb0b6807b698668ee7 fixe...Mike Bayer2015-06-133-1/+33
* | | Fix primary key behaviour in bulk_updatepr/181Patrick Hayes2015-06-132-10/+39
|/ /
* | - Fixed an unexpected-use regression whereby custom :class:`.Comparator`Mike Bayer2015-06-115-2/+40
* | - add an 0.9 migration note regarding TypeEngine's defaultMike Bayer2015-06-101-1/+65
* | - Fixed a bug where clause adaption as applied to a :class:`.Label`Mike Bayer2015-06-093-1/+37
* | - add a migration note for the query.update()/query.delete() changeMike Bayer2015-06-091-1/+15