| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - support addition of fails_if()/only_on(), just wraps the decorators | Mike Bayer | 2014-01-02 | 1 | -0/+5 |
| * | - apply a similar fix for floats to mssql+pyodbc as we did to firebird | Mike Bayer | 2013-12-28 | 3 | -7/+39 |
| * | - fix the insert from select test to use a non-autoinc table | Mike Bayer | 2013-12-28 | 1 | -4/+8 |
| * | - actually check the list of views! | Mike Bayer | 2013-12-27 | 1 | -0/+1 |
| * | fix 2.5-ism | Mike Bayer | 2013-12-27 | 1 | -0/+1 |
| * | - add an exclusion for "floats to four decimals", backported from 0.9 and app... | Mike Bayer | 2013-12-27 | 2 | -0/+10 |
| * | - The firebird dialect will quote identifiers which begin with an | Mike Bayer | 2013-12-27 | 1 | -0/+1 |
| * | - add a test which creates tables and views at the same time, then tests that... | Mike Bayer | 2013-12-27 | 1 | -0/+6 |
| * | - Fixed bug in Firebird index reflection where the columns within the | Mike Bayer | 2013-12-27 | 1 | -1/+1 |
| * | - The "asdecimal" flag used with the :class:`.Float` type will now | Mike Bayer | 2013-12-27 | 1 | -1/+8 |
| * | - repair some suite tests for firebird | Mike Bayer | 2013-12-27 | 2 | -1/+29 |
| * | Remove terminated connections from the pool. | John Anderson | 2013-12-27 | 1 | -0/+1 |
| * | - Fixed issue where a primary key column that has a Sequence on it, | Mike Bayer | 2013-12-20 | 1 | -1/+7 |
| * | - Fixed bug with :meth:`.Insert.from_select` method where the order | Mike Bayer | 2013-12-19 | 2 | -5/+20 |
| * | - for [ticket:2651], leaving CheckConstraint alone, preferring to keep | Mike Bayer | 2013-12-16 | 2 | -3/+8 |
| * | - An adjustment to the :func:`.subqueryload` strategy which ensures that | Mike Bayer | 2013-12-16 | 1 | -8/+32 |
| * | - Fixed bug when using joined table inheritance from a table to a | Mike Bayer | 2013-12-16 | 1 | -1/+3 |
| * | wrong method name... | Mike Bayer | 2013-12-16 | 1 | -1/+1 |
| * | load_on_pending is different from enable_relationship_loading and should | Mike Bayer | 2013-12-15 | 2 | -6/+14 |
| * | make the error message for [ticket:2889] more accurate, as we support | Mike Bayer | 2013-12-12 | 1 | -1/+1 |
| * | - :func:`.composite` will raise an informative error message when the | Mike Bayer | 2013-12-12 | 1 | -0/+5 |
| * | - Error message when a string arg sent to :func:`.relationship` which | Mike Bayer | 2013-12-12 | 1 | -14/+14 |
| * | 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 |