summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* orm.collection, list.clear(). remove 'before_delete()', added unit-test.pr/40schettino722013-11-252-1/+10
* Add support for python3.3 list.clear() on orm.collectionsschettino722013-11-061-0/+9
* - Fixed a regression introduced by the join rewriting feature ofMike Bayer2013-11-013-2/+48
* - add a section re: using column_reflect for mapping, link to it from the "na...Mike Bayer2013-10-312-10/+51
* - Fixed a regression introduced by :ticket:`2818` where the EXISTSMike Bayer2013-10-303-5/+27
* Merge pull request #39 from jmagnusson/minordocfixmike bayer2013-10-281-1/+1
|\
| * Super-minor doc fixpr/39Jacob Magnusson2013-10-281-1/+1
|/
* no such thing as default_strategy()...Mike Bayer2013-10-281-2/+3
* - whitespace below ..version, sighMike Bayer2013-10-281-1/+0
* fix to the changelog system for when there's no change recs in the bodyMike Bayer2013-10-271-1/+5
* - Fixed bug where index reflection would mis-interpret indkey valuesMike Bayer2013-10-274-2/+20
* - farm out everthing to do with rtd out to the sqlalchemy.org siteMike Bayer2013-10-276-206/+33
* Merge branch 'rel_0_9'Mike Bayer2013-10-267-34/+35
|\
| * - more updates to compatability, C extensions, building, etc.rel_0_9_0b1Mike Bayer2013-10-262-19/+19
| * - ensure 0.9 in various documentation spacesMike Bayer2013-10-263-13/+12
| * - release 0.9.0b1Mike Bayer2013-10-263-2/+4
| * - add copyright to source files missing itMike Bayer2013-10-2625-2/+136
* | - add copyright to source files missing itMike Bayer2013-10-2625-2/+136
|/
* will call this 0.9.0b1Mike Bayer2013-10-265-67/+67
* - Fixed bug where Oracle table reflection using synonyms would failMike Bayer2013-10-253-5/+45
* python2 pickle here failsMike Bayer2013-10-251-0/+3
* - catch the metadata on ScalarTest.test_scalar_proxy, this has been leaving i...Mike Bayer2013-10-255-12/+108
* - changelog for [ticket:2183]Mike Bayer2013-10-251-0/+8
* - move this test to PG test_reflectionMike Bayer2013-10-253-81/+67
* - Fix and test parsing of MySQL foreign key options within reflection;Mike Bayer2013-10-253-1/+29
* Merge branch 'master' of github.com:ijl/sqlalchemy into merge_2183Mike Bayer2013-10-256-8/+164
|\
| * ForeignKeyConstraint reflection test respects MySQL limitationspr/34ijl2013-10-151-12/+20
| * #2183: Metadata.reflect() foreign keys include options when the dialect expos...ijl2013-10-134-3/+51
| * PostgreSQL foreign key inspection includes optionsijl2013-10-112-5/+105
* | - :func:`.attributes.get_history()` when used with a scalar column-mappedMike Bayer2013-10-256-11/+188
* | - add migration notes for [ticket:2838]Mike Bayer2013-10-244-0/+64
* | clarificationsMike Bayer2013-10-231-10/+10
* | updatedMike Bayer2013-10-231-1/+1
* | An overhaul of expression handling for special symbols particularlyMike Bayer2013-10-2318-118/+636
* | - The regexp used by the :func:`.url.make_url` function now parsesMike Bayer2013-10-233-14/+38
* | some zoomark tests without c exts callcounts updatedMike Bayer2013-10-211-3/+3
* | - just comment out this test, we may have to figure out if the wholeMike Bayer2013-10-211-12/+13
* | - use a different approach here since oracle isn't doing it either, just roun...Mike Bayer2013-10-211-3/+6
* | - oursql returns a pure FP here which isn't exactMike Bayer2013-10-211-1/+2
* | try to get this to pass on slow environmnetsMike Bayer2013-10-211-1/+1
* | typosMike Bayer2013-10-212-4/+6
* | - A :func:`.bindparam` construct with a "null" type (e.g. no typeMike Bayer2013-10-215-14/+110
* | - Fixed bug where :func:`.type_coerce` would not interpret ORMMike Bayer2013-10-213-2/+21
* | - The typing system now handles the task of rendering "literal bind" values,Mike Bayer2013-10-2012-63/+315
* | - add a type_coerce() step within Enum, Boolean to the CHECK constraint,Mike Bayer2013-10-204-6/+87
* | - The :meth:`.Table.tometadata` method now produces copies ofMike Bayer2013-10-183-14/+68
* | - attempt to clarify what mutable extension does for HSTORE, [ticket:2803]Mike Bayer2013-10-181-2/+9
* | - add a "limitations of reflection" section, [ticket:2233]Mike Bayer2013-10-182-0/+35
* | use a set here alsoMike Bayer2013-10-181-2/+2
* | - Removed a 128-character truncation from the reflection of theMike Bayer2013-10-183-2/+21