| Commit message (Expand) | Author | Age | Files | Lines |
| * | - The regexp used by the :func:`.url.make_url` function now parses | Mike Bayer | 2013-10-23 | 3 | -14/+38 |
| * | 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 |
| * | - use a different approach here since oracle isn't doing it either, just roun... | Mike Bayer | 2013-10-21 | 1 | -3/+6 |
| * | - oursql returns a pure FP here which isn't exact | Mike Bayer | 2013-10-21 | 1 | -1/+2 |
| * | try to get this to pass on slow environmnets | Mike Bayer | 2013-10-21 | 1 | -1/+1 |
| * | typos | Mike Bayer | 2013-10-21 | 2 | -4/+6 |
| * | - A :func:`.bindparam` construct with a "null" type (e.g. no type | Mike Bayer | 2013-10-21 | 5 | -14/+110 |
| * | - Fixed bug where :func:`.type_coerce` would not interpret ORM | Mike Bayer | 2013-10-21 | 3 | -2/+21 |
| * | - The typing system now handles the task of rendering "literal bind" values, | Mike Bayer | 2013-10-20 | 12 | -63/+315 |
| * | - add a type_coerce() step within Enum, Boolean to the CHECK constraint, | Mike Bayer | 2013-10-20 | 4 | -6/+87 |
| * | - The :meth:`.Table.tometadata` method now produces copies of | Mike Bayer | 2013-10-18 | 3 | -14/+68 |
| * | - attempt to clarify what mutable extension does for HSTORE, [ticket:2803] | Mike Bayer | 2013-10-18 | 1 | -2/+9 |
| * | - add a "limitations of reflection" section, [ticket:2233] | Mike Bayer | 2013-10-18 | 2 | -0/+35 |
| * | 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 | 3 | -2/+21 |
| * | - The change in :ticket:`2721`, which is that the ``deferrable`` keyword | Mike Bayer | 2013-10-18 | 3 | -4/+77 |
| * | - Added support for rendering ``SMALLSERIAL`` when a :class:`.SmallInteger` | Mike Bayer | 2013-10-15 | 3 | -8/+39 |
| * | The MySQL :class:`.mysql.SET` type now features the same auto-quoting | Mike Bayer | 2013-10-14 | 6 | -197/+315 |
| * | The ``.unique`` flag on :class:`.Index` could be produced as ``None`` | Mike Bayer | 2013-10-14 | 3 | -1/+38 |
| * | workaround for #2838 here. still need to figure out why an ENUM test is sudd... | Mike Bayer | 2013-10-14 | 1 | -0/+7 |
| * | - 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 |
| * | Merge pull request #35 from alex/less-dicts | mike bayer | 2013-10-14 | 1 | -5/+4 |
| |\ |
|
| | * | Perform fewer dict lookups - tiny microoptimizationpr/35 | Alex Gaynor | 2013-10-14 | 1 | -5/+4 |
| * | | these are in alphabetical order | Mike Bayer | 2013-10-13 | 1 | -21/+21 |
| * | | migration guide | Mike Bayer | 2013-10-13 | 2 | -0/+45 |
| |/ |
|
| * | name | Mike Bayer | 2013-10-13 | 1 | -1/+1 |
| * | - Added new option to :func:`.relationship` ``distinct_target_key``. | Mike Bayer | 2013-10-13 | 4 | -5/+257 |
| * | MySQL-connector dialect now allows options in the create_engine | Mike Bayer | 2013-10-13 | 3 | -7/+66 |
| * | Parenthesis will be applied to a compound SQL expression as | Mike Bayer | 2013-10-12 | 3 | -2/+24 |
| * | - Fixed bug in default compiler plus those of postgresql, mysql, and | Mike Bayer | 2013-10-12 | 11 | -34/+87 |
| * | use accepts scalar loader here so we deal with _ProxyImpl correctly | Mike Bayer | 2013-10-11 | 2 | -7/+7 |
| * | - fix bug due to regression from #2793, make sure we only go to load | Mike Bayer | 2013-10-11 | 3 | -3/+24 |
| * | The ``default`` argument of :class:`.Column` now accepts a class | Mike Bayer | 2013-10-11 | 3 | -11/+28 |
| * | The "name" attribute is set on :class:`.Index` before the "attach" | Mike Bayer | 2013-10-11 | 3 | -7/+22 |
| * | - The method signature of :meth:`.Dialect.reflecttable`, which in | Mike Bayer | 2013-10-11 | 3 | -11/+22 |
| * | A :func:`.select` that is made to refer to itself in its FROM clause, | Mike Bayer | 2013-10-08 | 3 | -0/+24 |
| * | Fixed bug where using an annotation such as :func:`.remote` or | Mike Bayer | 2013-10-08 | 3 | -1/+24 |
| * | 0.8 changelog | Mike Bayer | 2013-10-08 | 1 | -0/+7 |
| * | The erroneous kw arg "schema" has been removed from the :class:`.ForeignKey` | Mike Bayer | 2013-10-08 | 2 | -1/+8 |
| * | - fix a bunch of test failures | Mike Bayer | 2013-10-08 | 4 | -8/+9 |
| * | - add an option to Bundle single_entity=True to allow for single | Mike Bayer | 2013-10-07 | 3 | -3/+56 |
| * | - fix a glitch with how the default thing worked out | Mike Bayer | 2013-10-07 | 1 | -4/+5 |
| * | - add some tests for propagate of wildcard lazyload | Mike Bayer | 2013-10-06 | 3 | -6/+53 |
| * | 11th hour realization that Load() needs to do the _chop_path() thing as | Mike Bayer | 2013-10-06 | 4 | -32/+148 |
| * | - merge ticket_1418 branch, [ticket:1418] | Mike Bayer | 2013-10-06 | 26 | -1903/+2847 |
| * | - fix propagation of quote flag within _gen_label() so that if the | Mike Bayer | 2013-10-05 | 2 | -1/+21 |
| * | fix entity_zero resolution | Mike Bayer | 2013-10-04 | 2 | -1/+23 |
| * | - A new construct :class:`.Bundle` is added, which allows for specification | Mike Bayer | 2013-10-03 | 11 | -14/+634 |