| Commit message (Expand) | Author | Age | Files | Lines |
* | orm.collection, list.clear(). remove 'before_delete()', added unit-test.pr/40 | schettino72 | 2013-11-25 | 2 | -1/+10 |
* | Add support for python3.3 list.clear() on orm.collections | schettino72 | 2013-11-06 | 1 | -0/+9 |
* | - Fixed a regression introduced by the join rewriting feature of | Mike Bayer | 2013-11-01 | 3 | -2/+48 |
* | - add a section re: using column_reflect for mapping, link to it from the "na... | Mike Bayer | 2013-10-31 | 2 | -10/+51 |
* | - Fixed a regression introduced by :ticket:`2818` where the EXISTS | Mike Bayer | 2013-10-30 | 3 | -5/+27 |
* | Merge pull request #39 from jmagnusson/minordocfix | mike bayer | 2013-10-28 | 1 | -1/+1 |
|\ |
|
| * | Super-minor doc fixpr/39 | Jacob Magnusson | 2013-10-28 | 1 | -1/+1 |
|/ |
|
* | no such thing as default_strategy()... | Mike Bayer | 2013-10-28 | 1 | -2/+3 |
* | - whitespace below ..version, sigh | Mike Bayer | 2013-10-28 | 1 | -1/+0 |
* | fix to the changelog system for when there's no change recs in the body | Mike Bayer | 2013-10-27 | 1 | -1/+5 |
* | - Fixed bug where index reflection would mis-interpret indkey values | Mike Bayer | 2013-10-27 | 4 | -2/+20 |
* | - farm out everthing to do with rtd out to the sqlalchemy.org site | Mike Bayer | 2013-10-27 | 6 | -206/+33 |
* | Merge branch 'rel_0_9' | Mike Bayer | 2013-10-26 | 7 | -34/+35 |
|\ |
|
| * | - more updates to compatability, C extensions, building, etc.rel_0_9_0b1 | Mike Bayer | 2013-10-26 | 2 | -19/+19 |
| * | - ensure 0.9 in various documentation spaces | Mike Bayer | 2013-10-26 | 3 | -13/+12 |
| * | - release 0.9.0b1 | Mike Bayer | 2013-10-26 | 3 | -2/+4 |
| * | - add copyright to source files missing it | Mike Bayer | 2013-10-26 | 25 | -2/+136 |
* | | - add copyright to source files missing it | Mike Bayer | 2013-10-26 | 25 | -2/+136 |
|/ |
|
* | 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 |