summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* document the crap out of text(), Session.execute()Mike Bayer2010-07-203-32/+122
* - Column-entities (i.e. query(Foo.id)) copy theirrel_0_6_3Mike Bayer2010-07-151-2/+4
* - More tweaks to cx_oracle Decimal handling.Mike Bayer2010-07-142-17/+56
* - PG doc updatesMike Bayer2010-07-134-4/+4
* - _extract_error_code now expects the raw DBAPI error in all casesMike Bayer2010-07-135-20/+12
* - pull out type() ahead of time to cut down on fn calls.Mike Bayer2010-07-131-2/+3
* - The _extract_error_code() method now worksMike Bayer2010-07-122-1/+8
* tidyMike Bayer2010-07-112-451/+521
* - more 78 charsMike Bayer2010-07-104-201/+274
* - doc fixes regarding __tablename__ mixinMike Bayer2010-07-101-58/+78
* - added "expr" to the column descriptions accessor, this isMike Bayer2010-07-081-4/+10
* - 78 charsMike Bayer2010-07-083-115/+230
* added an extra check for the correct class when __init__ is called,Mike Bayer2010-07-081-0/+9
* - Improved the check for an "unmapped class",Mike Bayer2010-07-084-11/+17
* 0.6.3Mike Bayer2010-07-071-1/+1
* - Removed errant many-to-many load in unitofworkMike Bayer2010-07-071-30/+38
* 78 charsMike Bayer2010-07-071-37/+57
* 78 chars for sybaseMike Bayer2010-07-063-21/+37
* - updated obsolete docs regarding sequences, RETURNING for pgrel_0_6_2Mike Bayer2010-07-062-143/+226
* force __doc__ to transfer over from the decorated funciton.Mike Bayer2010-07-051-0/+5
* some linkageMike Bayer2010-07-041-9/+9
* transfer docstrings from @classproperty to propsMike Bayer2010-07-041-1/+5
* - idle 78-char adjustmentsMike Bayer2010-07-0320-220/+406
* - Added support for @classproperty to provideMike Bayer2010-07-031-56/+220
* - verbiage expressing that pool_size==0 means no limit; NullPool isMike Bayer2010-07-022-6/+12
* - The 'default' compiler is automatically copied overMike Bayer2010-07-021-1/+6
* - add typing/operator converts to Float/Numeric to get Oracle tests going again,Mike Bayer2010-07-023-7/+43
* - If server_version_info is outside the usualMike Bayer2010-07-021-0/+10
* keep ordering of columns with mixins constantChris Withers2010-07-021-1/+2
* - Query.join() will check for a call of theMike Bayer2010-07-011-3/+12
* - Oracle's "native decimal" metadata begins to returnMike Bayer2010-07-011-3/+10
* - An instance which is moved to "transient", hasMike Bayer2010-06-302-0/+16
* - Fixed bug that would prevent overridden clauseMike Bayer2010-06-261-3/+5
* - Won't generate "CREATE TYPE" / "DROP TYPE" ifMike Bayer2010-06-251-0/+6
* - The argument to "ESCAPE" of a LIKE operator or similarMike Bayer2010-06-244-9/+47
* - Fixed @memoized_property and @memoized_instancemethodMike Bayer2010-06-192-4/+4
* - Firebird dialect adds CHAR, VARCHAR types whichMike Bayer2010-06-191-2/+39
* - Fixed ora-8 compatibility flags such that theyMike Bayer2010-06-191-2/+2
* - a mixin class can now define a column that matchesMike Bayer2010-06-191-2/+4
* - MySQL dialect doesn't emit CAST() for MySQL versionMike Bayer2010-06-191-1/+10
* - moved "post update" functionality from _save_obj() intoMike Bayer2010-06-182-99/+167
* - cleanup of new post update, changelogMike Bayer2010-06-182-37/+44
* add a test for the actual feature, that multiple post updates are batchedMike Bayer2010-06-182-3/+4
* this one is actually doing it. removed the cruft we don't need from the old ...Mike Bayer2010-06-182-58/+44
* adds some tests, refines out the m2o approach.Mike Bayer2010-06-181-17/+12
* this approach seems to allow many-to-one post updates to occur as a single ac...Mike Bayer2010-06-182-33/+88
* - query.order_by() now accepts False, which cancelsMike Bayer2010-06-171-9/+26
* fix importMike Bayer2010-06-171-1/+1
* - Column.copy() takes along the "unique" attributeMike Bayer2010-06-151-0/+1
* - Can now call make_transient() on an instance thatMike Bayer2010-06-151-1/+1