summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* - The exists() construct won't "export" its contained listMike Bayer2008-09-081-2/+16
* reverted inheritance tweak which fails tests on non-sqliteMike Bayer2008-09-081-3/+5
* - Added func.min(), func.max(), func.sum() as "generic functions",Mike Bayer2008-09-082-2/+16
* - Removed conflicting `contains()` operator fromMike Bayer2008-09-071-8/+0
* - Dropped 0.3-compatibility for user defined typesMike Bayer2008-09-071-74/+1
* - query.order_by().get() silently drops the "ORDER BY" fromMike Bayer2008-09-061-14/+12
* - rearranged delete() so that the object is attached beforeMike Bayer2008-09-051-29/+37
* synchronize inherited does not need to be called for the full mapper hierarchyMike Bayer2008-09-052-10/+9
* - Fixed exception throw which would occur when string-basedMike Bayer2008-09-041-0/+6
* allow the no_criterion call in _get() to copy the method name thorughMike Bayer2008-09-041-3/+3
* - Fixed bug whereby mapper couldn't initialize if a compositeMike Bayer2008-09-042-5/+17
* added BFILE to reflected type names [ticket:1121]Mike Bayer2008-09-031-0/+1
* - has_sequence() now takes the current "schema" argument intoMike Bayer2008-09-032-5/+8
* - limit/offset no longer uses ROW NUMBER OVER to limit rows,Mike Bayer2008-09-032-16/+45
* Make Query.update and Query.delete return the amount of rows matchedAnts Aasma2008-09-021-2/+10
* - column_property(), composite_property(), and relation() nowMike Bayer2008-09-026-14/+101
* - AttributeListener has been refined such that the eventMike Bayer2008-09-024-30/+55
* - Fixed custom instrumentation bug whereby get_instance_dict()Mike Bayer2008-09-021-3/+1
* recheck the dirty list if extensions are presentMike Bayer2008-08-301-4/+6
* - The "extension" argument to Session and others can nowMike Bayer2008-08-291-19/+20
* - add an example illustrating attribute event reception.Mike Bayer2008-08-292-6/+12
* check extensions each time; user-defined code will be appending to "extension...Mike Bayer2008-08-291-3/+3
* - starargs_as_list was not actually issuing SAPendingDeprecationWarning, fixedMike Bayer2008-08-287-143/+87
* - Fixed bug whereby deferred() columns with a group in conjunctionMike Bayer2008-08-281-2/+8
* ugh...try againMike Bayer2008-08-271-1/+2
* critical fix to r5028 repairs SingleThreadPool to return a connection in case...Mike Bayer2008-08-271-7/+9
* - expire/fetch strategies are now default for Query.update/Query.delete.Ants Aasma2008-08-251-4/+64
* - Fixed bug whereby changing a primary key attribute on anMike Bayer2008-08-242-7/+12
* - Session.delete() adds the given object to the session ifMike Bayer2008-08-241-1/+3
* - Added MSMediumInteger type [ticket:1146].Mike Bayer2008-08-241-2/+29
* - logging scale-back; the echo_uow flag on Session is deprecated, and unit of...Mike Bayer2008-08-2411-82/+70
* - The 'length' argument to all Numeric types has been renamedMike Bayer2008-08-2412-89/+98
* - attributes now has an "active_history" flag. This flag indicates that when...Mike Bayer2008-08-222-8/+22
* - column_property() and synonym() both accept comparator_factory argument, al...Mike Bayer2008-08-213-14/+21
* - Another old-style mixin fix and an explicit mapper() test for it.Jason Kirtland2008-08-211-0/+2
* - fixed a bug in declarative test which was looking for old version of historyMike Bayer2008-08-194-13/+26
* catch AttributeError in case thread local storage was not configuredMike Bayer2008-08-191-1/+4
* attributes.get_history now reports some zero-length slots as the empty tuple ...Jason Kirtland2008-08-181-9/+14
* hack tweak: exc.NO_STATE is a tuple.Jason Kirtland2008-08-181-1/+1
* more ORM @decorator fliparooJason Kirtland2008-08-189-307/+314
* - The before_flush() hook on SessionExtension takes placeMike Bayer2008-08-172-18/+27
* temporary check for unmapped class, until [ticket:1142] is resolvedMike Bayer2008-08-172-1/+8
* - fixed primary key update for many-to-many collectionsMike Bayer2008-08-161-1/+4
* - class.someprop.in_() raises NotImplementedError pendingMike Bayer2008-08-161-1/+4
* - Mock engines take on the .name of their dialect. [ticket:1123]Jason Kirtland2008-08-151-10/+11
* - Don't choke when instrumenting a class with an old-style mixin. [ticket:1078]Jason Kirtland2008-08-151-0/+5
* - Ignore old-style classes when building inheritance graphs. [ticket:1078]Jason Kirtland2008-08-151-6/+14
* Re-use func_defaults when generating wrapper functions. [ticket:1139]Jason Kirtland2008-08-151-2/+14
* - Renamed on_reconstitute to @reconstructor and reconstruct_instanceJason Kirtland2008-08-154-124/+131
* dont rely upon AttributeError to test for NoneMike Bayer2008-08-131-4/+8