| Commit message (Expand) | Author | Age | Files | Lines |
* | Missing comma in method argspr/184 | Benjamin Petersen | 2015-06-22 | 1 | -1/+1 |
* | - Fixed issue when using :class:`.VARBINARY` type in conjunction with | Mike Bayer | 2015-06-22 | 1 | -2/+20 |
* | - Re-fixed this issue first released in 1.0.5 to fix psycopg2cffi | Mike Bayer | 2015-06-22 | 1 | -1/+1 |
* | - repair that we use db_opts when the url here is different, | Mike Bayer | 2015-06-19 | 1 | -3/+8 |
* | - fixes to the warnings filters | Mike Bayer | 2015-06-19 | 1 | -3/+1 |
* | - more edits, references #3461 | Mike Bayer | 2015-06-19 | 1 | -2/+4 |
* | - for #3455 | Mike Bayer | 2015-06-19 | 1 | -4/+17 |
* | Merge remote-tracking branch 'origin/pr/179' into pr179 | Mike Bayer | 2015-06-19 | 1 | -3/+36 |
|\ |
|
| * | Add reflection of PostgreSQL index access methods (USING clause)pr/179 | Pete Hollobon | 2015-06-04 | 1 | -3/+13 |
| * | Add reflection of PostgreSQL index storage options | Pete Hollobon | 2015-06-04 | 1 | -3/+9 |
| * | Add support for PostgreSQL index storage parameters | Pete Hollobon | 2015-06-03 | 1 | -0/+17 |
* | | - Fixed 1.0 regression where the enhanced behavior of single-inheritance | Mike Bayer | 2015-06-19 | 1 | -3/+4 |
* | | - add explciit section on engine disposal, fixes #3461 | Mike Bayer | 2015-06-19 | 1 | -14/+10 |
* | | - automap is stable | Mike Bayer | 2015-06-18 | 1 | -6/+0 |
* | | - Repaired the :class:`.ExcludeConstraint` construct to support common | Mike Bayer | 2015-06-16 | 3 | -19/+56 |
* | | Merge branch 'pr182' | Mike Bayer | 2015-06-14 | 6 | -12/+47 |
|\ \ |
|
| * | | - add test cases for pullreq github:182, where we add a new | Mike Bayer | 2015-06-14 | 2 | -4/+30 |
| * | | - Add a new le_() assertion for less than or equals | Mike Bayer | 2015-06-14 | 3 | -8/+14 |
| * | | Added max_row_buffer attribute to the context execution options and usepr/182 | Morgan McClure | 2015-06-13 | 2 | -3/+9 |
| * | | BufferedRowResultProxy should stop growing at 100 | Morgan McClure | 2015-06-13 | 1 | -4/+1 |
* | | | - restore the approach we have for pk_params, but in order | Mike Bayer | 2015-06-13 | 1 | -6/+8 |
* | | | Fix primary key behaviour in bulk_updatepr/181 | Patrick Hayes | 2015-06-13 | 1 | -6/+5 |
|/ / |
|
* | | - Fixed an unexpected-use regression whereby custom :class:`.Comparator` | Mike Bayer | 2015-06-11 | 1 | -2/+6 |
* | | - Fixed a bug where clause adaption as applied to a :class:`.Label` | Mike Bayer | 2015-06-09 | 1 | -1/+2 |
* | | - Fixed an internal "memoization" routine for method types such | Mike Bayer | 2015-06-08 | 1 | -21/+9 |
* | | - start 1.0.6 | Mike Bayer | 2015-06-08 | 1 | -1/+1 |
* | | - Added new engine event :meth:`.ConnectionEvents.engine_disposed`. | Mike Bayer | 2015-06-06 | 2 | -0/+18 |
* | | - Repaired some typing and test issues related to the pypy | Mike Bayer | 2015-06-05 | 2 | -5/+30 |
* | | - document SQlite dotted name issue, fixes #3441 | Mike Bayer | 2015-06-05 | 1 | -0/+101 |
|/ |
|
* | - changelog for pr bitbucket:54 | Mike Bayer | 2015-06-03 | 1 | -6/+3 |
* | baked: Support initial args for cache key | INADA Naoki | 2015-06-02 | 1 | -2/+2 |
* | Update to correct TDS version; FreeTDS only supports up to 7.3. 8.0 is not a ...pr/176 | Allen, Timothy | 2015-05-28 | 1 | -2/+6 |
* | - Fixed bug where known boolean values used by | Mike Bayer | 2015-05-26 | 4 | -9/+16 |
* | - Added a new dialect flag to the MSSQL dialect | Mike Bayer | 2015-05-24 | 2 | -28/+118 |
* | - fix some tests related to the URL change and try to make | Mike Bayer | 2015-05-23 | 2 | -6/+13 |
* | - Adjustments to the engine plugin hook, such that the | Mike Bayer | 2015-05-22 | 2 | -9/+12 |
* | - document fully how to use autoincrement w/ SQLite including | Mike Bayer | 2015-05-22 | 1 | -7/+67 |
* | - Fixed regression in the :mod:`sqlalchemy.ext.mutable` extension | Mike Bayer | 2015-05-21 | 3 | -3/+71 |
* | - pg8000 wants to raise a ProgrammingError for a PK violation | Mike Bayer | 2015-05-15 | 2 | -0/+10 |
* | - Added support for the case of the misbehaving DBAPI that has | Mike Bayer | 2015-05-15 | 7 | -5/+85 |
* | - The "lightweight named tuple" used when a :class:`.Query` returns | Mike Bayer | 2015-05-14 | 1 | -0/+2 |
* | - Fixed bug where in the case that a pool checkout event handler is used | Mike Bayer | 2015-05-14 | 1 | -1/+7 |
* | - Added official support for a CTE used by the SELECT present | Mike Bayer | 2015-05-08 | 1 | -1/+15 |
* | - start 1.0.5 | Mike Bayer | 2015-05-08 | 1 | -1/+1 |
* | - Fixed unexpected-use regression where in the odd case that the | Mike Bayer | 2015-05-06 | 3 | -4/+19 |
* | - fix typo MANYTOONE -> MANYTOMANY, fixes #3415 | Mike Bayer | 2015-05-05 | 1 | -1/+1 |
* | Mark tests that they require OFFSET support in databasepr/171 | Peter Hoffmann | 2015-05-05 | 1 | -1/+4 |
* | - Liberalized an assertion that was added as part of :ticket:`3347` | Mike Bayer | 2015-05-02 | 1 | -1/+5 |
* | - Fixed bug in enhanced constraint-attachment logic introduced in | Mike Bayer | 2015-05-02 | 1 | -8/+16 |
* | - move away from explicit raises of SkipTest, instead call a | Mike Bayer | 2015-05-01 | 6 | -17/+36 |