| Commit message (Expand) | Author | Age | Files | Lines |
| * | allow enums with a lot of labels by passing them as a listpr/62 | Andreas Zeidler | 2014-01-31 | 1 | -0/+4 |
| * | - repair the fixture/test here to make sure state isn't left over causing oth... | Mike Bayer | 2014-01-28 | 1 | -1/+1 |
| * | docs | Mike Bayer | 2014-01-26 | 1 | -35/+131 |
| * | updates | Mike Bayer | 2014-01-26 | 1 | -63/+92 |
| * | tweak text | Mike Bayer | 2014-01-25 | 1 | -4/+10 |
| * | imports | Mike Bayer | 2014-01-25 | 1 | -0/+4 |
| * | case | Mike Bayer | 2014-01-25 | 1 | -44/+136 |
| * | - start building out very comprehensive docstrings for core functions | Mike Bayer | 2014-01-25 | 2 | -107/+457 |
| * | docuemnt join | Mike Bayer | 2014-01-24 | 1 | -16/+87 |
| * | - doc updates, include links to create_engine from tutorials, cleanup | Mike Bayer | 2014-01-23 | 1 | -11/+20 |
| * | Remove uneeded import from code example | Wichert Akkerman | 2014-01-23 | 1 | -1/+0 |
| * | Fix TypeError for class_mapper called w/ iterable | Kyle Stark | 2014-01-14 | 1 | -1/+1 |
| * | - 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 |