| Commit message (Expand) | Author | Age | Files | Lines |
| * | document the crap out of text(), Session.execute() | Mike Bayer | 2010-07-20 | 3 | -32/+122 |
| * | - Column-entities (i.e. query(Foo.id)) copy theirrel_0_6_3 | Mike Bayer | 2010-07-15 | 1 | -2/+4 |
| * | - More tweaks to cx_oracle Decimal handling. | Mike Bayer | 2010-07-14 | 2 | -17/+56 |
| * | - PG doc updates | Mike Bayer | 2010-07-13 | 4 | -4/+4 |
| * | - _extract_error_code now expects the raw DBAPI error in all cases | Mike Bayer | 2010-07-13 | 5 | -20/+12 |
| * | - pull out type() ahead of time to cut down on fn calls. | Mike Bayer | 2010-07-13 | 1 | -2/+3 |
| * | - The _extract_error_code() method now works | Mike Bayer | 2010-07-12 | 2 | -1/+8 |
| * | tidy | Mike Bayer | 2010-07-11 | 2 | -451/+521 |
| * | - more 78 chars | Mike Bayer | 2010-07-10 | 4 | -201/+274 |
| * | - doc fixes regarding __tablename__ mixin | Mike Bayer | 2010-07-10 | 1 | -58/+78 |
| * | - added "expr" to the column descriptions accessor, this is | Mike Bayer | 2010-07-08 | 1 | -4/+10 |
| * | - 78 chars | Mike Bayer | 2010-07-08 | 3 | -115/+230 |
| * | added an extra check for the correct class when __init__ is called, | Mike Bayer | 2010-07-08 | 1 | -0/+9 |
| * | - Improved the check for an "unmapped class", | Mike Bayer | 2010-07-08 | 4 | -11/+17 |
| * | 0.6.3 | Mike Bayer | 2010-07-07 | 1 | -1/+1 |
| * | - Removed errant many-to-many load in unitofwork | Mike Bayer | 2010-07-07 | 1 | -30/+38 |
| * | 78 chars | Mike Bayer | 2010-07-07 | 1 | -37/+57 |
| * | 78 chars for sybase | Mike Bayer | 2010-07-06 | 3 | -21/+37 |
| * | - updated obsolete docs regarding sequences, RETURNING for pgrel_0_6_2 | Mike Bayer | 2010-07-06 | 2 | -143/+226 |
| * | force __doc__ to transfer over from the decorated funciton. | Mike Bayer | 2010-07-05 | 1 | -0/+5 |
| * | some linkage | Mike Bayer | 2010-07-04 | 1 | -9/+9 |
| * | transfer docstrings from @classproperty to props | Mike Bayer | 2010-07-04 | 1 | -1/+5 |
| * | - idle 78-char adjustments | Mike Bayer | 2010-07-03 | 20 | -220/+406 |
| * | - Added support for @classproperty to provide | Mike Bayer | 2010-07-03 | 1 | -56/+220 |
| * | - verbiage expressing that pool_size==0 means no limit; NullPool is | Mike Bayer | 2010-07-02 | 2 | -6/+12 |
| * | - The 'default' compiler is automatically copied over | Mike Bayer | 2010-07-02 | 1 | -1/+6 |
| * | - add typing/operator converts to Float/Numeric to get Oracle tests going again, | Mike Bayer | 2010-07-02 | 3 | -7/+43 |
| * | - If server_version_info is outside the usual | Mike Bayer | 2010-07-02 | 1 | -0/+10 |
| * | keep ordering of columns with mixins constant | Chris Withers | 2010-07-02 | 1 | -1/+2 |
| * | - Query.join() will check for a call of the | Mike Bayer | 2010-07-01 | 1 | -3/+12 |
| * | - Oracle's "native decimal" metadata begins to return | Mike Bayer | 2010-07-01 | 1 | -3/+10 |
| * | - An instance which is moved to "transient", has | Mike Bayer | 2010-06-30 | 2 | -0/+16 |
| * | - Fixed bug that would prevent overridden clause | Mike Bayer | 2010-06-26 | 1 | -3/+5 |
| * | - Won't generate "CREATE TYPE" / "DROP TYPE" if | Mike Bayer | 2010-06-25 | 1 | -0/+6 |
| * | - The argument to "ESCAPE" of a LIKE operator or similar | Mike Bayer | 2010-06-24 | 4 | -9/+47 |
| * | - Fixed @memoized_property and @memoized_instancemethod | Mike Bayer | 2010-06-19 | 2 | -4/+4 |
| * | - Firebird dialect adds CHAR, VARCHAR types which | Mike Bayer | 2010-06-19 | 1 | -2/+39 |
| * | - Fixed ora-8 compatibility flags such that they | Mike Bayer | 2010-06-19 | 1 | -2/+2 |
| * | - a mixin class can now define a column that matches | Mike Bayer | 2010-06-19 | 1 | -2/+4 |
| * | - MySQL dialect doesn't emit CAST() for MySQL version | Mike Bayer | 2010-06-19 | 1 | -1/+10 |
| * | - moved "post update" functionality from _save_obj() into | Mike Bayer | 2010-06-18 | 2 | -99/+167 |
| * | - cleanup of new post update, changelog | Mike Bayer | 2010-06-18 | 2 | -37/+44 |
| * | add a test for the actual feature, that multiple post updates are batched | Mike Bayer | 2010-06-18 | 2 | -3/+4 |
| * | this one is actually doing it. removed the cruft we don't need from the old ... | Mike Bayer | 2010-06-18 | 2 | -58/+44 |
| * | adds some tests, refines out the m2o approach. | Mike Bayer | 2010-06-18 | 1 | -17/+12 |
| * | this approach seems to allow many-to-one post updates to occur as a single ac... | Mike Bayer | 2010-06-18 | 2 | -33/+88 |
| * | - query.order_by() now accepts False, which cancels | Mike Bayer | 2010-06-17 | 1 | -9/+26 |
| * | fix import | Mike Bayer | 2010-06-17 | 1 | -1/+1 |
| * | - Column.copy() takes along the "unique" attribute | Mike Bayer | 2010-06-15 | 1 | -0/+1 |
| * | - Can now call make_transient() on an instance that | Mike Bayer | 2010-06-15 | 1 | -1/+1 |