| Commit message (Expand) | Author | Age | Files | Lines |
| * | - add support for specifying tables or entities for "of" | Mike Bayer | 2013-11-28 | 5 | -99/+134 |
| * | - fix up rendering of "of" | Mike Bayer | 2013-11-28 | 6 | -75/+178 |
| * | - work in progress, will squash | Mike Bayer | 2013-11-28 | 1 | -0/+6 |
| * | Merge branch 'for_update_of' of github.com:mlassnig/sqlalchemy into for_updat... | Mike Bayer | 2013-11-28 | 1 | -0/+65 |
| |\ |
|
| | * | added ORM support | Mario Lassnig | 2013-11-14 | 1 | -2/+51 |
| | * | add psql FOR UPDATE OF functionality | Mario Lassnig | 2013-11-12 | 1 | -0/+16 |
| * | | - the wrapped memoized_property here was not working, as the attribute name | Mike Bayer | 2013-11-26 | 3 | -4/+72 |
| * | | - adjustment, the spec says: "Within the user and password field, any ":", | Mike Bayer | 2013-11-25 | 1 | -10/+10 |
| * | | - The :func:`.create_engine` routine and the related | Mike Bayer | 2013-11-24 | 1 | -1/+23 |
| * | | -be more agnostic of quotes here | Mike Bayer | 2013-11-23 | 1 | -2/+2 |
| * | | clean up imports | Mike Bayer | 2013-11-23 | 1 | -9/+5 |
| * | | - this test only for mysql | Mike Bayer | 2013-11-23 | 1 | -2/+5 |
| * | | - Some refinements to the :class:`.AliasedClass` construct with regards | Mike Bayer | 2013-11-23 | 4 | -93/+136 |
| * | | - The precision used when coercing a returned floating point value to | Mike Bayer | 2013-11-22 | 2 | -1/+25 |
| * | | - Fixed bug where SQL statement would be improperly ASCII-encoded | Mike Bayer | 2013-11-22 | 2 | -3/+21 |
| * | | Fixed bug where Oracle ``VARCHAR`` types given with no length | Mike Bayer | 2013-11-22 | 1 | -0/+6 |
| * | | - cleanup | Mike Bayer | 2013-11-22 | 1 | -267/+281 |
| * | | something changed the name here, probably one of those doc pullreqs | Mike Bayer | 2013-11-21 | 1 | -1/+1 |
| * | | fix [ticket:2868] some more | Mike Bayer | 2013-11-21 | 1 | -2/+4 |
| * | | - Fixed bug which prevented the ``serializer`` extension from working | Mike Bayer | 2013-11-21 | 1 | -3/+21 |
| * | | - Fixed a regression caused by :ticket:`2812` where the repr() for | Mike Bayer | 2013-11-21 | 1 | -1/+13 |
| * | | - The :class:`.RowProxy` object is now sortable in Python as a regular | Mike Bayer | 2013-11-19 | 2 | -0/+14 |
| * | | - The ``viewonly`` flag on :func:`.relationship` will now prevent | Mike Bayer | 2013-11-19 | 1 | -0/+114 |
| * | | - apply a timeout to all join() calls for test_pool | Mike Bayer | 2013-11-17 | 1 | -5/+10 |
| * | | - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche... | Mike Bayer | 2013-11-17 | 22 | -96/+12 |
| * | | Fixed bug where usage of new :class:`.Bundle` object would cause | Mike Bayer | 2013-11-13 | 1 | -1/+12 |
| |/ |
|
| * | - Fixed a regression introduced by the join rewriting feature of | Mike Bayer | 2013-11-01 | 1 | -0/+33 |
| * | - Fixed a regression introduced by :ticket:`2818` where the EXISTS | Mike Bayer | 2013-10-30 | 1 | -4/+16 |
| * | - Fixed bug where Oracle table reflection using synonyms would fail | Mike Bayer | 2013-10-25 | 1 | -0/+29 |
| * | python2 pickle here fails | Mike Bayer | 2013-10-25 | 1 | -0/+3 |
| * | - catch the metadata on ScalarTest.test_scalar_proxy, this has been leaving i... | Mike Bayer | 2013-10-25 | 1 | -11/+47 |
| * | - move this test to PG test_reflection | Mike Bayer | 2013-10-25 | 3 | -81/+67 |
| * | - Fix and test parsing of MySQL foreign key options within reflection; | Mike Bayer | 2013-10-25 | 1 | -0/+19 |
| * | Merge branch 'master' of github.com:ijl/sqlalchemy into merge_2183 | Mike Bayer | 2013-10-25 | 2 | -0/+130 |
| |\ |
|
| | * | ForeignKeyConstraint reflection test respects MySQL limitationspr/34 | ijl | 2013-10-15 | 1 | -12/+20 |
| | * | #2183: Metadata.reflect() foreign keys include options when the dialect expos... | ijl | 2013-10-13 | 1 | -0/+41 |
| | * | PostgreSQL foreign key inspection includes options | ijl | 2013-10-11 | 1 | -0/+81 |
| * | | - :func:`.attributes.get_history()` when used with a scalar column-mapped | Mike Bayer | 2013-10-25 | 2 | -5/+72 |
| * | | - add migration notes for [ticket:2838] | Mike Bayer | 2013-10-24 | 1 | -0/+16 |
| * | | An overhaul of expression handling for special symbols particularly | Mike Bayer | 2013-10-23 | 4 | -23/+265 |
| * | | - The regexp used by the :func:`.url.make_url` function now parses | Mike Bayer | 2013-10-23 | 1 | -12/+19 |
| * | | some zoomark tests without c exts callcounts updated | Mike Bayer | 2013-10-21 | 1 | -3/+3 |
| * | | - just comment out this test, we may have to figure out if the whole | Mike Bayer | 2013-10-21 | 1 | -12/+13 |
| * | | try to get this to pass on slow environmnets | Mike Bayer | 2013-10-21 | 1 | -1/+1 |
| * | | - A :func:`.bindparam` construct with a "null" type (e.g. no type | Mike Bayer | 2013-10-21 | 1 | -1/+25 |
| * | | - Fixed bug where :func:`.type_coerce` would not interpret ORM | Mike Bayer | 2013-10-21 | 1 | -0/+11 |
| * | | - The typing system now handles the task of rendering "literal bind" values, | Mike Bayer | 2013-10-20 | 2 | -0/+23 |
| * | | - add a type_coerce() step within Enum, Boolean to the CHECK constraint, | Mike Bayer | 2013-10-20 | 1 | -2/+68 |
| * | | - The :meth:`.Table.tometadata` method now produces copies of | Mike Bayer | 2013-10-18 | 1 | -1/+41 |
| * | | use a set here also | Mike Bayer | 2013-10-18 | 1 | -2/+2 |