summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* yikes, change that name on the Alias class tooMike Bayer2011-01-301-6/+6
* - Added a `name` argument to `Query.subquery()`, to allowMike Bayer2011-01-302-38/+91
* - Column.copy(), as used in table.tometadata(), copies theMike Bayer2011-01-301-0/+1
* fix this to work on 2.4Mike Bayer2011-01-261-7/+4
* - New DBAPI support for pymysql, a pure Python portMike Bayer2011-01-265-9/+49
* - new dialect for Drizzle [ticket:2003]Mike Bayer2011-01-269-169/+880
* - fix oracle testsMike Bayer2011-01-251-2/+6
* - Horizontal shard query places 'shard_id' inMike Bayer2011-01-231-0/+2
* and try that again.....Mike Bayer2011-01-201-3/+2
* - use types.MethodType here for python3 compatMike Bayer2011-01-201-3/+3
* rename 'frozendict' to 'immutabledict', since 'frozen' implies hashabilityMike Bayer2011-01-208-17/+17
* typosMike Bayer2011-01-181-2/+2
* - Session.connection(), Session.execute() accept 'bind',Mike Bayer2011-01-182-59/+93
* - Session.merge() will check the version id of the incomingMike Bayer2011-01-181-0/+28
* - move maxdb notes from wiki to the maxdb moduleMike Bayer2011-01-182-6/+60
* - tests for hybridMike Bayer2011-01-175-121/+375
* - execution_options() on Connection acceptsMike Bayer2011-01-166-29/+88
* - default_isolation_level is equal to isolation_level since it'sMike Bayer2011-01-161-4/+4
* - add dialect.reset_isolation_level(), revertsMike Bayer2011-01-162-0/+26
* - factor consistent set_isolation_level(), get_isolation_level()Mike Bayer2011-01-163-30/+75
* - oracle fixesMike Bayer2011-01-151-1/+1
* Regarding reflection for this case, reflection of an int PK colMike Bayer2011-01-153-1/+4
* - getting slightly more consistent behavior for the edge case of pk columnsMike Bayer2011-01-158-38/+58
* - allow aliased() to call .alias() on a selectable, [ticket:2018]Mike Bayer2011-01-152-1/+7
* - composite now relates to its parent class in terms of MapperProperty,Mike Bayer2011-01-151-18/+41
* - the _pk_processors/_prefetch_processors approach relied upon calling RPs wi...Mike Bayer2011-01-155-50/+43
* QueryableAttribute can stringify itself without triggering a mapper compile. ...Mike Bayer2011-01-122-2/+2
* - fix reflection of unknown types with arguments, NullType() accepts no argum...Mike Bayer2011-01-121-4/+4
* - dont count server_default absense as part of autoincrement, PGMike Bayer2011-01-122-4/+6
* - rename hybrid.property_, hybrid.method to hybrid_property, hybrid_method. ...Mike Bayer2011-01-121-7/+7
* - add a note about query.order_by(None) with union etc. clarifies [ticket:2022]Mike Bayer2011-01-121-1/+8
* - A TypeDecorator of Integer can be used with a primary keyMike Bayer2011-01-1110-50/+73
* crappy docs, lets try that againMike Bayer2011-01-082-13/+13
* - merge r43460573c27a:4993c7eae8e5d117ff342bdc59f3b0635b898e2c of 0.6 branchMike Bayer2011-01-085-1/+77
* - Fixed bug regarding "subqueryload" strategy wherebyMike Bayer2011-01-061-0/+14
* - The Index() construct can be created inline with a TableMike Bayer2011-01-042-34/+66
* - sorry, I really don't want metaclass recipes in the main documentation. D...Mike Bayer2011-01-041-74/+0
* - Fixed bug whereby "passive_deletes='all'" wasn't passingMike Bayer2011-01-042-8/+11
* - Firebird numeric type now checks for Decimal explicitly,Mike Bayer2011-01-032-3/+4
* doc updatesMike Bayer2011-01-031-2/+37
* - add support for pickling with mutable scalars, mutable compositesMike Bayer2011-01-024-114/+398
* - whitespace removal bonanzaMike Bayer2011-01-0296-3403/+3400
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-02116-92/+499
* - add QueryContext to load(), refresh()Mike Bayer2010-12-315-37/+73
* - removes the "on_" prefix.Mike Bayer2010-12-3022-254/+254
* - factor out the dependency on the "on_" nameMike Bayer2010-12-305-27/+30
* - they don't want "on_". First step, change the naming convention on EventsMike Bayer2010-12-304-37/+37
* - A little more verbiage to the "primaryjoin" error,Mike Bayer2010-12-301-8/+22
* - mutable examples now move into sqlalchemy.ext.mutableMike Bayer2010-12-295-49/+332
* - restore mapper.get_property() to use the _props dict. at the momentMike Bayer2010-12-283-37/+65