| Commit message (Expand) | Author | Age | Files | Lines |
| * | dialects/mysql: inspect superclass for IntegerType in __repr__pr/53pr/52 | Haydn Dufrene | 2013-12-17 | 1 | -0/+4 |
| * | python2.5 fix | Mike Bayer | 2013-12-08 | 1 | -1/+1 |
| * | - documentation cleanup in ORM including [ticket:2816] | Mike Bayer | 2013-12-07 | 3 | -35/+80 |
| * | - A DBAPI that raises an error on ``connect()`` which is not a subclass | Mike Bayer | 2013-12-07 | 1 | -1/+1 |
| * | - restore having the connection closed before decrementing the overflow counter | Mike Bayer | 2013-12-06 | 1 | -2/+4 |
| * | - The :class:`.QueuePool` has been enhanced to not block new connection | Mike Bayer | 2013-12-06 | 1 | -31/+33 |
| * | - Made a slight adjustment to the logic which waits for a pooled | Mike Bayer | 2013-12-06 | 1 | -2/+8 |
| * | Fix MSSQL dialects visit_drop_index to use the correct DDL | donkopotamus | 2013-12-05 | 1 | -5/+3 |
| * | fix for 2.5 | Mike Bayer | 2013-12-04 | 1 | -1/+1 |
| * | - move tests for unique constraints to dialect suite, including | Mike Bayer | 2013-12-03 | 2 | -1/+49 |
| * | - backport unique constraints reflection to 0.8.4, thereby | Roman Podolyaka | 2013-12-03 | 5 | -5/+101 |
| * | - Added ORA-02396 "maximum idle time" error code to list of | Mike Bayer | 2013-12-03 | 1 | -1/+2 |
| * | - reduce verbiage in mutation.py regarding legacy style, place under versiona... | Mike Bayer | 2013-11-29 | 1 | -7/+3 |
| * | Merge pull request #47 from yoloseem/patch-2 | mike bayer | 2013-11-29 | 1 | -1/+1 |
| |\ |
|
| | * | Fixed a syntax error in example code.pr/47 | Hyunjun Kim | 2013-11-21 | 1 | -1/+1 |
| * | | - Fixed bug where SQL statement would be improperly ASCII-encoded | Mike Bayer | 2013-11-22 | 1 | -1/+1 |
| * | | Fixed bug where Oracle ``VARCHAR`` types given with no length | Mike Bayer | 2013-11-22 | 1 | -1/+3 |
| * | | py3k fix for non-ascii SQL strings | Mike Bayer | 2013-11-21 | 1 | -2/+3 |
| * | | - Fixed bug which prevented the ``serializer`` extension from working | Mike Bayer | 2013-11-21 | 2 | -8/+9 |
| |/ |
|
| * | Fix cross references | Vraj Mohan | 2013-11-14 | 2 | -3/+3 |
| * | Ensure API generation and fix cross references | Vraj Mohan | 2013-11-14 | 1 | -2/+5 |
| * | Ensure API doc for make_url and resolve references | Vraj Mohan | 2013-11-14 | 1 | -2/+2 |
| * | Fix indentation and escape *args and **kwargs | Vraj Mohan | 2013-11-14 | 2 | -3/+3 |
| * | - Fixed a regression introduced by :ticket:`2818` where the EXISTS | Mike Bayer | 2013-10-30 | 1 | -1/+1 |
| * | merge the same fix from master | Mike Bayer | 2013-10-28 | 1 | -1/+1 |
| * | - Fixed bug where index reflection would mis-interpret indkey values | Mike Bayer | 2013-10-27 | 2 | -2/+5 |
| * | - Fixed bug where Oracle table reflection using synonyms would fail | Mike Bayer | 2013-10-25 | 1 | -5/+7 |
| * | - The regexp used by the :func:`.url.make_url` function now parses | Mike Bayer | 2013-10-23 | 1 | -2/+11 |
| * | - Fixed bug where :func:`.type_coerce` would not interpret ORM | Mike Bayer | 2013-10-21 | 1 | -2/+2 |
| * | - add a type_coerce() step within Enum, Boolean to the CHECK constraint, | Mike Bayer | 2013-10-20 | 2 | -3/+6 |
| * | - attempt to clarify what mutable extension does for HSTORE, [ticket:2803] | Mike Bayer | 2013-10-18 | 1 | -2/+9 |
| * | - Removed a 128-character truncation from the reflection of the | Mike Bayer | 2013-10-18 | 1 | -2/+1 |
| * | - The change in :ticket:`2721`, which is that the ``deferrable`` keyword | Mike Bayer | 2013-10-18 | 1 | -0/+56 |
| * | The ``.unique`` flag on :class:`.Index` could be produced as ``None`` | Mike Bayer | 2013-10-14 | 1 | -1/+6 |
| * | workaround for #2838 here. still need to figure out why an ENUM test is sudd... | Mike Bayer | 2013-10-14 | 1 | -0/+7 |
| * | alphabetical ordering | Mike Bayer | 2013-10-13 | 1 | -17/+17 |
| * | - Added new option to :func:`.relationship` ``distinct_target_key``. | Mike Bayer | 2013-10-13 | 3 | -5/+40 |
| * | MySQL-connector dialect now allows options in the create_engine | Mike Bayer | 2013-10-13 | 1 | -2/+3 |
| * | Parenthesis will be applied to a compound SQL expression as | Mike Bayer | 2013-10-12 | 1 | -1/+4 |
| * | - Fixed bug in default compiler plus those of postgresql, mysql, and | Mike Bayer | 2013-10-12 | 5 | -14/+17 |
| * | A :func:`.select` that is made to refer to itself in its FROM clause, | Mike Bayer | 2013-10-08 | 1 | -0/+3 |
| * | Fixed bug where using an annotation such as :func:`.remote` or | Mike Bayer | 2013-10-08 | 1 | -1/+6 |
| * | Non-working "schema" argument on :class:`.ForeignKey` is deprecated; | Mike Bayer | 2013-10-08 | 1 | -0/+8 |
| * | Fix a typo: evaluted -> evaluated.pr/32 | Hyunjun Kim | 2013-10-08 | 1 | -1/+1 |
| * | - put exact version string in the test | Mike Bayer | 2013-09-29 | 1 | -2/+2 |
| * | Merge pull request #26 from hackop/ticket_2819 | mike bayer | 2013-09-29 | 1 | -1/+1 |
| * | Merge pull request #25 from gthb/ticket_2821 | mike bayer | 2013-09-29 | 2 | -3/+10 |
| * | Fixed Query.exists() method for the case, when query doesn't have any filters... | Vladimir Magamedov | 2013-09-04 | 1 | -1/+1 |
| * | plus some more adjustments for mysql, or in general if an Index refers to | Mike Bayer | 2013-08-28 | 1 | -1/+9 |
| * | Fixed bug where using the ``column_reflect`` event to change the ``.key`` | Mike Bayer | 2013-08-28 | 1 | -6/+17 |