| Commit message (Expand) | Author | Age | Files | Lines |
| * | do the cheaper check first.... | Mike Bayer | 2007-09-05 | 1 | -4/+9 |
| * | Fixed reflection of the empty string for mysql enums. | Jason Kirtland | 2007-09-05 | 1 | -3/+3 |
| * | merged current entity_management brach r3457-r3462. cleans up | Mike Bayer | 2007-09-05 | 4 | -154/+160 |
| * | Small change in ActiveMapper to make it work with Python 2.3 | Paul Johnston | 2007-09-04 | 1 | -1/+2 |
| * | remove unused method | Mike Bayer | 2007-09-04 | 1 | -6/+0 |
| * | - took out method calls for oid_column | Mike Bayer | 2007-09-04 | 4 | -123/+82 |
| * | Set supports_sane_multi_rowcount for MSSQL | Paul Johnston | 2007-09-04 | 1 | -0/+3 |
| * | - removed "parameters" argument from clauseelement.compile(), replaced with | Mike Bayer | 2007-09-04 | 4 | -60/+64 |
| * | - various cruft removal and optimizations to load process. | Mike Bayer | 2007-09-03 | 6 | -97/+102 |
| * | Minor fixes to MSSQL reflection | Paul Johnston | 2007-09-03 | 1 | -3/+3 |
| * | - mapper compilation has been reorganized such that most compilation | Mike Bayer | 2007-09-02 | 6 | -121/+91 |
| * | adjusting firebird, obviously needs someone to test | Mike Bayer | 2007-09-01 | 1 | -5/+4 |
| * | fix to oracle sequence exec | Mike Bayer | 2007-09-01 | 1 | -1/+1 |
| * | sequence pre-executes dont create an ExecutionContext, use straight cursor | Mike Bayer | 2007-09-01 | 3 | -31/+39 |
| * | factored out uses_sequences_for_inserts() into | Mike Bayer | 2007-09-01 | 6 | -13/+8 |
| * | - got all examples working | Mike Bayer | 2007-09-01 | 4 | -24/+26 |
| * | whats a big commit without some errant print statements ? :) | Mike Bayer | 2007-09-01 | 2 | -2/+0 |
| * | - merged inline inserts branch | Mike Bayer | 2007-09-01 | 12 | -211/+182 |
| * | - fixed bugs in determining proper sync clauses from custom inherit | Mike Bayer | 2007-08-30 | 1 | -3/+3 |
| * | remove() should issue a close() on existing session | Mike Bayer | 2007-08-30 | 1 | -0/+2 |
| * | Extended 'engine_from_config' coercion for QueuePool size / overflow. [ticket... | Jason Kirtland | 2007-08-29 | 1 | -8/+17 |
| * | engine.url cleanups [ticket:742] | Jason Kirtland | 2007-08-29 | 6 | -42/+61 |
| * | Fix for scoped_session's `mapper(extension=<scalar>)` [ticket:760] | Jason Kirtland | 2007-08-29 | 1 | -1/+1 |
| * | - Restored reflection for mysql VIEWs [ticket:748] | Jason Kirtland | 2007-08-28 | 1 | -28/+114 |
| * | Fixed OrderedProperties pickling [ticket:762] | Jason Kirtland | 2007-08-28 | 1 | -3/+3 |
| * | Fixed signature for orm's BETWEEN operator. | Jason Kirtland | 2007-08-27 | 1 | -2/+2 |
| * | Expand custom assocproxy getter/setter support to scalar proxies | Jason Kirtland | 2007-08-23 | 1 | -2/+13 |
| * | Allow custom getter/setters to be specified for a standard AssociationProxy | Jason Kirtland | 2007-08-23 | 3 | -13/+36 |
| * | Fix for reflecting mysql keys that have USING | Jason Kirtland | 2007-08-22 | 1 | -1/+1 |
| * | - ugh ! beta4 is double logging....fixed that.... | Mike Bayer | 2007-08-22 | 2 | -8/+10 |
| * | restored WeakValueDict for threadlocal connections + profiler test, addressing | Mike Bayer | 2007-08-22 | 1 | -3/+6 |
| * | - a "collection-holding" InstrumentedAttribute is now identified | Mike Bayer | 2007-08-22 | 2 | -15/+17 |
| * | - tightened down the screws on logging a little bit | Mike Bayer | 2007-08-22 | 2 | -10/+13 |
| * | - added **modifiers to _get_from_objects | Mike Bayer | 2007-08-22 | 2 | -9/+8 |
| * | - restored engine.echo flag | Mike Bayer | 2007-08-22 | 2 | -0/+20 |
| * | Adjusted ColumnDefault default function fitness check to only insure that a g... | Jason Kirtland | 2007-08-22 | 1 | -3/+7 |
| * | Housekeeping. | Jason Kirtland | 2007-08-22 | 5 | -39/+34 |
| * | For sqlite NUMERIC, send Decimal bind values as strings instead of converting... | Jason Kirtland | 2007-08-22 | 1 | -0/+9 |
| * | -removed echo_property() function, moved logging checks to | Mike Bayer | 2007-08-21 | 5 | -81/+44 |
| * | `from foo import (name, name)` isn't valid syntax for 2.3. ah well. | Jason Kirtland | 2007-08-21 | 2 | -19/+23 |
| * | fixed generative behavior to copy collections, [ticket:752] | Mike Bayer | 2007-08-21 | 1 | -12/+30 |
| * | changing Pool to use weakref callback for auto-cleanup, instead of __del__. | Mike Bayer | 2007-08-21 | 2 | -32/+33 |
| * | Inlined ClauseParameters.set_parameter (simple assignment) in construct_params | Jason Kirtland | 2007-08-21 | 2 | -19/+26 |
| * | - implemented __len__() accessor on RowProxy | Mike Bayer | 2007-08-21 | 2 | -21/+17 |
| * | tweak that construct_params optimization, one of the adjustments wasn't needed | Jason Kirtland | 2007-08-21 | 1 | -4/+1 |
| * | A couple critical path optimizations | Jason Kirtland | 2007-08-21 | 4 | -30/+49 |
| * | - omitted 'table' and 'column' from 'from sqlalchemy import *' | Jason Kirtland | 2007-08-21 | 2 | -7/+27 |
| * | added stub/import tests for all dialects | Jason Kirtland | 2007-08-21 | 1 | -3/+3 |
| * | pool_threadlocal on by default | Mike Bayer | 2007-08-20 | 1 | -1/+1 |
| * | removed unnecessary _branch calls | Mike Bayer | 2007-08-20 | 2 | -7/+8 |