| 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 | 3 | -69/+123 |
* | - Re-fixed this issue first released in 1.0.5 to fix psycopg2cffi | Mike Bayer | 2015-06-22 | 2 | -1/+11 |
* | Merge pull request #183 from renshawbay/master | mike bayer | 2015-06-22 | 1 | -1/+1 |
|\ |
|
| * | Fix typopr/183 | Pete Hollobon | 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 | 2 | -18/+29 |
* | - for #3455 | Mike Bayer | 2015-06-19 | 4 | -32/+75 |
* | Merge remote-tracking branch 'origin/pr/179' into pr179 | Mike Bayer | 2015-06-19 | 3 | -3/+99 |
|\ |
|
| * | Add reflection of PostgreSQL index access methods (USING clause)pr/179 | Pete Hollobon | 2015-06-04 | 2 | -3/+32 |
| * | Add reflection of PostgreSQL index storage options | Pete Hollobon | 2015-06-04 | 2 | -3/+29 |
| * | Add support for PostgreSQL index storage parameters | Pete Hollobon | 2015-06-03 | 2 | -0/+41 |
* | | - fix the bullets | Mike Bayer | 2015-06-19 | 2 | -19/+26 |
* | | - Fixed 1.0 regression where the enhanced behavior of single-inheritance | Mike Bayer | 2015-06-19 | 3 | -3/+39 |
* | | - add explciit section on engine disposal, fixes #3461 | Mike Bayer | 2015-06-19 | 2 | -14/+64 |
* | | - automap is stable | Mike Bayer | 2015-06-18 | 1 | -6/+0 |
* | | - Repaired the :class:`.ExcludeConstraint` construct to support common | Mike Bayer | 2015-06-16 | 5 | -22/+108 |
* | | - add a subsection on how to use Sequence with server_default, | Mike Bayer | 2015-06-16 | 1 | -0/+40 |
* | | - remove the redundant non-max-row-buffer test from the max_row_buffer | Mike Bayer | 2015-06-14 | 1 | -12/+0 |
* | | Merge branch 'pr182' | Mike Bayer | 2015-06-14 | 9 | -61/+172 |
|\ \ |
|
| * | | - add test cases for pullreq github:182, where we add a new | Mike Bayer | 2015-06-14 | 5 | -53/+155 |
| * | | - 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 |
* | | | - revert this change which was inadvertently included in the | Mike Bayer | 2015-06-13 | 1 | -2/+1 |
* | | | - restore the approach we have for pk_params, but in order | Mike Bayer | 2015-06-13 | 1 | -6/+8 |
* | | | - add changelog for #3451, with 09485d733131b667813f44eb0b6807b698668ee7 fixe... | Mike Bayer | 2015-06-13 | 3 | -1/+33 |
* | | | Fix primary key behaviour in bulk_updatepr/181 | Patrick Hayes | 2015-06-13 | 2 | -10/+39 |
|/ / |
|
* | | - Fixed an unexpected-use regression whereby custom :class:`.Comparator` | Mike Bayer | 2015-06-11 | 5 | -2/+40 |
* | | - add an 0.9 migration note regarding TypeEngine's default | Mike Bayer | 2015-06-10 | 1 | -1/+65 |
* | | - Fixed a bug where clause adaption as applied to a :class:`.Label` | Mike Bayer | 2015-06-09 | 3 | -1/+37 |
* | | - add a migration note for the query.update()/query.delete() change | Mike Bayer | 2015-06-09 | 1 | -1/+15 |
* | | - add a comment, also I think we want to expire before we do the | Mike Bayer | 2015-06-09 | 1 | -1/+6 |
* | | Merge remote-tracking branch 'origin/pr/180' into pr180 | Mike Bayer | 2015-06-09 | 1 | -1/+3 |
|\ \ |
|
| * | | Expire session in testing transaction handlingpr/180 | Charles-Axel Dein | 2015-06-08 | 1 | -1/+3 |
* | | | - Fixed an internal "memoization" routine for method types such | Mike Bayer | 2015-06-08 | 3 | -22/+19 |
* | | | - start 1.0.6 | Mike Bayer | 2015-06-08 | 2 | -1/+4 |
|/ / |
|
* | | - 1.0.5rel_1_0_5 | Mike Bayer | 2015-06-07 | 2 | -2/+3 |
* | | - include tox.ini in the dist... | Mike Bayer | 2015-06-07 | 1 | -1/+1 |
* | | - repair these tests to use the global manager_of_class fn, | Mike Bayer | 2015-06-07 | 1 | -6/+7 |
* | | - Added new engine event :meth:`.ConnectionEvents.engine_disposed`. | Mike Bayer | 2015-06-06 | 4 | -0/+50 |
* | | - Repaired some typing and test issues related to the pypy | Mike Bayer | 2015-06-05 | 8 | -47/+103 |
* | | - document SQlite dotted name issue, fixes #3441 | Mike Bayer | 2015-06-05 | 1 | -0/+101 |
|/ |
|
* | - correctly categorize this changelog entry and rewrite it | Mike Bayer | 2015-06-03 | 1 | -15/+10 |
* | - fix this test to not require pyodbc installed | Mike Bayer | 2015-06-03 | 1 | -1/+2 |
* | - changelog for pr bitbucket:54 | Mike Bayer | 2015-06-03 | 3 | -6/+33 |
* | baked: Support initial args for cache key | INADA Naoki | 2015-06-02 | 1 | -2/+2 |
* | Merge remote-tracking branch 'origin/pr/176' | Mike Bayer | 2015-05-29 | 1 | -2/+6 |
|\ |
|
| * | 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 |