| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | will call this 0.9.0b1 | Mike Bayer | 2013-10-26 | 5 | -67/+67 |
| * | - Fixed bug where Oracle table reflection using synonyms would fail | Mike Bayer | 2013-10-25 | 3 | -5/+45 |
| * | 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 | 5 | -12/+108 |
| * | - changelog for [ticket:2183] | Mike Bayer | 2013-10-25 | 1 | -0/+8 |
| * | - 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 | 3 | -1/+29 |
| * | Merge branch 'master' of github.com:ijl/sqlalchemy into merge_2183 | Mike Bayer | 2013-10-25 | 6 | -8/+164 |
| |\ |
|
| | * | 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 | 4 | -3/+51 |
| | * | PostgreSQL foreign key inspection includes options | ijl | 2013-10-11 | 2 | -5/+105 |
| * | | - :func:`.attributes.get_history()` when used with a scalar column-mapped | Mike Bayer | 2013-10-25 | 6 | -11/+188 |
| * | | - add migration notes for [ticket:2838] | Mike Bayer | 2013-10-24 | 4 | -0/+64 |
| * | | clarifications | Mike Bayer | 2013-10-23 | 1 | -10/+10 |
| * | | updated | Mike Bayer | 2013-10-23 | 1 | -1/+1 |
| * | | An overhaul of expression handling for special symbols particularly | Mike Bayer | 2013-10-23 | 18 | -118/+636 |
| * | | - 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 |