summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
...
| * | | - db_opts doesn't need to be a global since we no longer have any globalMike Bayer2015-07-172-6/+4
| * | | Merge remote-tracking branch 'origin/pr/188' into pr188Mike Bayer2015-07-171-0/+8
| |\ \ \
| | * | | Added support for reflected modulo operator.Dan Gittik2015-07-171-0/+8
| * | | | - version specs for new Sequence argumentsMike Bayer2015-07-171-0/+15
| * | | | Merge remote-tracking branch 'origin/pr/186' into pr186Mike Bayer2015-07-173-4/+54
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | add CYCLE support to Sequence() and docstrings for NO MINVALUE and NO MAXVALUEpr/186jakeogh2015-06-273-5/+33
| | * | | add NO MINVALUE and NO MAXVALUE support to Sequence()jakeogh2015-06-273-3/+8
| | * | | add MAXVALUE support to Sequence()jakeogh2015-06-273-4/+13
| | * | | add MINVALUE support to Sequence()jakeogh2015-06-273-4/+12
| * | | | - add a note, references #3487Mike Bayer2015-07-151-0/+10
| * | | | - Fixed bug in :class:`.AbstractConcreteBase` extension whereMike Bayer2015-07-132-2/+12
| * | | | - try to note under insert.values(), if you needMike Bayer2015-07-081-3/+7
| * | | | - add a warning suggesting to use the dictionary form of accessMike Bayer2015-07-051-0/+33
| * | | | - Fixed 1.0 regression where value objects that overrideMike Bayer2015-07-011-2/+4
| * | | | - Fixed 1.0 regression where a "deferred" attribute would not populateMike Bayer2015-06-291-1/+10
| |/ / /
| * | | - Fixed 1.0 regression where the "parent entity" of a synonym-Mike Bayer2015-06-274-3/+5
| * | | Fix code examples in automap's documentationpr/185Yuri Baida2015-06-261-5/+4
| * | | - Fixed a major regression in the 1.0 series where the version_id_counterMike Bayer2015-06-241-1/+18
| * | | Missing comma in method argspr/184Benjamin Petersen2015-06-221-1/+1
| * | | - Fixed issue when using :class:`.VARBINARY` type in conjunction withMike Bayer2015-06-221-2/+20
| * | | - Re-fixed this issue first released in 1.0.5 to fix psycopg2cffiMike Bayer2015-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-191-2/+4
| * | | - for #3455Mike Bayer2015-06-191-4/+17
| * | | Merge remote-tracking branch 'origin/pr/179' into pr179Mike Bayer2015-06-191-3/+36
| |\ \ \
| | * | | Add reflection of PostgreSQL index access methods (USING clause)pr/179Pete Hollobon2015-06-041-3/+13
| | * | | Add reflection of PostgreSQL index storage optionsPete Hollobon2015-06-041-3/+9
| | * | | Add support for PostgreSQL index storage parametersPete Hollobon2015-06-031-0/+17
| * | | | - Fixed 1.0 regression where the enhanced behavior of single-inheritanceMike Bayer2015-06-191-3/+4
| * | | | - add explciit section on engine disposal, fixes #3461Mike Bayer2015-06-191-14/+10
| | |/ / | |/| |
| * | | - automap is stableMike Bayer2015-06-181-6/+0
| * | | - Repaired the :class:`.ExcludeConstraint` construct to support commonMike Bayer2015-06-163-19/+56
| * | | Merge branch 'pr182'Mike Bayer2015-06-146-12/+47
| |\ \ \
| | * | | - add test cases for pullreq github:182, where we add a newMike Bayer2015-06-142-4/+30
| | * | | - 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
| * | | | - restore the approach we have for pk_params, but in orderMike Bayer2015-06-131-6/+8
| * | | | Fix primary key behaviour in bulk_updatepr/181Patrick Hayes2015-06-131-6/+5
| |/ / /
| * | | - Fixed an unexpected-use regression whereby custom :class:`.Comparator`Mike Bayer2015-06-111-2/+6
| * | | - Fixed a bug where clause adaption as applied to a :class:`.Label`Mike Bayer2015-06-091-1/+2
| * | | - Fixed an internal "memoization" routine for method types suchMike Bayer2015-06-081-21/+9
| * | | - start 1.0.6Mike Bayer2015-06-081-1/+1
| * | | - Added new engine event :meth:`.ConnectionEvents.engine_disposed`.Mike Bayer2015-06-062-0/+18
| * | | - Repaired some typing and test issues related to the pypyMike Bayer2015-06-052-5/+30
| * | | - document SQlite dotted name issue, fixes #3441Mike Bayer2015-06-051-0/+101
| |/ /
| * | - changelog for pr bitbucket:54Mike Bayer2015-06-031-6/+3
| * | baked: Support initial args for cache keyINADA Naoki2015-06-021-2/+2
| * | Update to correct TDS version; FreeTDS only supports up to 7.3. 8.0 is not a ...pr/176Allen, Timothy2015-05-281-2/+6