summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* do the cheaper check first....Mike Bayer2007-09-051-4/+9
* Fixed reflection of the empty string for mysql enums.Jason Kirtland2007-09-051-3/+3
* merged current entity_management brach r3457-r3462. cleans upMike Bayer2007-09-054-154/+160
* Small change in ActiveMapper to make it work with Python 2.3Paul Johnston2007-09-041-1/+2
* remove unused methodMike Bayer2007-09-041-6/+0
* - took out method calls for oid_columnMike Bayer2007-09-044-123/+82
* Set supports_sane_multi_rowcount for MSSQLPaul Johnston2007-09-041-0/+3
* - removed "parameters" argument from clauseelement.compile(), replaced withMike Bayer2007-09-044-60/+64
* - various cruft removal and optimizations to load process.Mike Bayer2007-09-036-97/+102
* Minor fixes to MSSQL reflectionPaul Johnston2007-09-031-3/+3
* - mapper compilation has been reorganized such that most compilationMike Bayer2007-09-026-121/+91
* adjusting firebird, obviously needs someone to testMike Bayer2007-09-011-5/+4
* fix to oracle sequence execMike Bayer2007-09-011-1/+1
* sequence pre-executes dont create an ExecutionContext, use straight cursorMike Bayer2007-09-013-31/+39
* factored out uses_sequences_for_inserts() intoMike Bayer2007-09-016-13/+8
* - got all examples workingMike Bayer2007-09-014-24/+26
* whats a big commit without some errant print statements ? :)Mike Bayer2007-09-012-2/+0
* - merged inline inserts branchMike Bayer2007-09-0112-211/+182
* - fixed bugs in determining proper sync clauses from custom inheritMike Bayer2007-08-301-3/+3
* remove() should issue a close() on existing sessionMike Bayer2007-08-301-0/+2
* Extended 'engine_from_config' coercion for QueuePool size / overflow. [ticket...Jason Kirtland2007-08-291-8/+17
* engine.url cleanups [ticket:742]Jason Kirtland2007-08-296-42/+61
* Fix for scoped_session's `mapper(extension=<scalar>)` [ticket:760]Jason Kirtland2007-08-291-1/+1
* - Restored reflection for mysql VIEWs [ticket:748]Jason Kirtland2007-08-281-28/+114
* Fixed OrderedProperties pickling [ticket:762]Jason Kirtland2007-08-281-3/+3
* Fixed signature for orm's BETWEEN operator.Jason Kirtland2007-08-271-2/+2
* Expand custom assocproxy getter/setter support to scalar proxiesJason Kirtland2007-08-231-2/+13
* Allow custom getter/setters to be specified for a standard AssociationProxyJason Kirtland2007-08-233-13/+36
* Fix for reflecting mysql keys that have USINGJason Kirtland2007-08-221-1/+1
* - ugh ! beta4 is double logging....fixed that....Mike Bayer2007-08-222-8/+10
* restored WeakValueDict for threadlocal connections + profiler test, addressingMike Bayer2007-08-221-3/+6
* - a "collection-holding" InstrumentedAttribute is now identifiedMike Bayer2007-08-222-15/+17
* - tightened down the screws on logging a little bitMike Bayer2007-08-222-10/+13
* - added **modifiers to _get_from_objectsMike Bayer2007-08-222-9/+8
* - restored engine.echo flagMike Bayer2007-08-222-0/+20
* Adjusted ColumnDefault default function fitness check to only insure that a g...Jason Kirtland2007-08-221-3/+7
* Housekeeping.Jason Kirtland2007-08-225-39/+34
* For sqlite NUMERIC, send Decimal bind values as strings instead of converting...Jason Kirtland2007-08-221-0/+9
* -removed echo_property() function, moved logging checks toMike Bayer2007-08-215-81/+44
* `from foo import (name, name)` isn't valid syntax for 2.3. ah well.Jason Kirtland2007-08-212-19/+23
* fixed generative behavior to copy collections, [ticket:752]Mike Bayer2007-08-211-12/+30
* changing Pool to use weakref callback for auto-cleanup, instead of __del__.Mike Bayer2007-08-212-32/+33
* Inlined ClauseParameters.set_parameter (simple assignment) in construct_paramsJason Kirtland2007-08-212-19/+26
* - implemented __len__() accessor on RowProxyMike Bayer2007-08-212-21/+17
* tweak that construct_params optimization, one of the adjustments wasn't neededJason Kirtland2007-08-211-4/+1
* A couple critical path optimizationsJason Kirtland2007-08-214-30/+49
* - omitted 'table' and 'column' from 'from sqlalchemy import *'Jason Kirtland2007-08-212-7/+27
* added stub/import tests for all dialectsJason Kirtland2007-08-211-3/+3
* pool_threadlocal on by defaultMike Bayer2007-08-201-1/+1
* removed unnecessary _branch callsMike Bayer2007-08-202-7/+8