| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | - 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 |
| * | | - Removed a 128-character truncation from the reflection of the | Mike Bayer | 2013-10-18 | 1 | -0/+11 |
| * | | - The change in :ticket:`2721`, which is that the ``deferrable`` keyword | Mike Bayer | 2013-10-18 | 1 | -3/+17 |
| * | | - Added support for rendering ``SMALLSERIAL`` when a :class:`.SmallInteger` | Mike Bayer | 2013-10-15 | 1 | -7/+20 |
| * | | The MySQL :class:`.mysql.SET` type now features the same auto-quoting | Mike Bayer | 2013-10-14 | 2 | -109/+190 |
| * | | The ``.unique`` flag on :class:`.Index` could be produced as ``None`` | Mike Bayer | 2013-10-14 | 1 | -0/+22 |
| * | | - fix non-deterministic ordering point | Mike Bayer | 2013-10-14 | 1 | -2/+3 |
| * | | - fix test warning here (oursql) | Mike Bayer | 2013-10-14 | 1 | -2/+2 |
| * | | - Added new option to :func:`.relationship` ``distinct_target_key``. | Mike Bayer | 2013-10-13 | 1 | -0/+194 |
| * | | MySQL-connector dialect now allows options in the create_engine | Mike Bayer | 2013-10-13 | 1 | -5/+54 |
| * | | Parenthesis will be applied to a compound SQL expression as | Mike Bayer | 2013-10-12 | 1 | -1/+12 |
| * | | - Fixed bug in default compiler plus those of postgresql, mysql, and | Mike Bayer | 2013-10-12 | 5 | -0/+62 |
| * | | use accepts scalar loader here so we deal with _ProxyImpl correctly | Mike Bayer | 2013-10-11 | 1 | -1/+3 |
| * | | - fix bug due to regression from #2793, make sure we only go to load | Mike Bayer | 2013-10-11 | 1 | -1/+13 |
| * | | The ``default`` argument of :class:`.Column` now accepts a class | Mike Bayer | 2013-10-11 | 1 | -10/+20 |
| * | | The "name" attribute is set on :class:`.Index` before the "attach" | Mike Bayer | 2013-10-11 | 1 | -4/+9 |
| |/ |
|
| * | A :func:`.select` that is made to refer to itself in its FROM clause, | Mike Bayer | 2013-10-08 | 1 | -0/+12 |
| * | Fixed bug where using an annotation such as :func:`.remote` or | Mike Bayer | 2013-10-08 | 1 | -0/+7 |
| * | - fix a bunch of test failures | Mike Bayer | 2013-10-08 | 3 | -7/+8 |
| * | - add an option to Bundle single_entity=True to allow for single | Mike Bayer | 2013-10-07 | 1 | -0/+31 |
| * | - add some tests for propagate of wildcard lazyload | Mike Bayer | 2013-10-06 | 1 | -1/+48 |
| * | 11th hour realization that Load() needs to do the _chop_path() thing as | Mike Bayer | 2013-10-06 | 1 | -0/+79 |
| * | - merge ticket_1418 branch, [ticket:1418] | Mike Bayer | 2013-10-06 | 9 | -943/+1337 |
| * | - fix propagation of quote flag within _gen_label() so that if the | Mike Bayer | 2013-10-05 | 1 | -0/+13 |
| * | fix entity_zero resolution | Mike Bayer | 2013-10-04 | 1 | -0/+13 |