summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - The exists() construct won't "export" its contained listMike Bayer2008-09-085-11/+74
* 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-084-7/+39
* - Removed conflicting `contains()` operator fromMike Bayer2008-09-072-8/+4
* - Dropped 0.3-compatibility for user defined typesMike Bayer2008-09-075-118/+32
* - query.order_by().get() silently drops the "ORDER BY" fromMike Bayer2008-09-063-14/+21
* - rearranged delete() so that the object is attached beforeMike Bayer2008-09-052-31/+43
* synchronize inherited does not need to be called for the full mapper hierarchyMike Bayer2008-09-053-15/+15
* - Fixed exception throw which would occur when string-basedMike Bayer2008-09-043-4/+33
* 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-044-5/+38
* added BFILE to reflected type names [ticket:1121]Mike Bayer2008-09-032-0/+2
* correct extra space in SQL assertionsMike Bayer2008-09-031-5/+5
* - has_sequence() now takes the current "schema" argument intoMike Bayer2008-09-033-6/+10
* - limit/offset no longer uses ROW NUMBER OVER to limit rows,Mike Bayer2008-09-035-56/+141
* Make Query.update and Query.delete return the amount of rows matchedAnts Aasma2008-09-022-2/+27
* correctionMike Bayer2008-09-021-3/+3
* - column_property(), composite_property(), and relation() nowMike Bayer2008-09-0211-140/+195
* - AttributeListener has been refined such that the eventMike Bayer2008-09-029-33/+234
* - Fixed custom instrumentation bug whereby get_instance_dict()Mike Bayer2008-09-023-3/+20
* - broke pool tests out into QueuePoolTest/SingletonThreadPoolTestMike Bayer2008-09-011-263/+290
* recheck the dirty list if extensions are presentMike Bayer2008-08-302-5/+36
* - The "extension" argument to Session and others can nowMike Bayer2008-08-292-19/+25
* - add an example illustrating attribute event reception.Mike Bayer2008-08-293-6/+95
* 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-288-159/+90
* - Fixed bug whereby deferred() columns with a group in conjunctionMike Bayer2008-08-283-2/+23
* Corrected typo in the mapper docs. Fixes #1159.Michael Trier2008-08-281-1/+1
* Type processors get a dialect, not an engine...Jason Kirtland2008-08-271-4/+4
* 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-253-9/+72
* - Fixed bug whereby changing a primary key attribute on anMike Bayer2008-08-245-9/+73
* - Session.delete() adds the given object to the session ifMike Bayer2008-08-243-1/+11
* - Added MSMediumInteger type [ticket:1146].Mike Bayer2008-08-243-2/+46
* - logging scale-back; the echo_uow flag on Session is deprecated, and unit of...Mike Bayer2008-08-2413-83/+74
* - The 'length' argument to all Numeric types has been renamedMike Bayer2008-08-2417-101/+146
* - fixed tearDown to reverse sorted table listMike Bayer2008-08-231-1/+1
* - 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-212-2/+22
* - Fix occurences of Class.c.column_nameGaƫtan de Menten2008-08-211-226/+225
* - fixed a bug in declarative test which was looking for old version of historyMike Bayer2008-08-1913-26/+47
* 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-185-106/+115
* 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-174-19/+104
* temporary check for unmapped class, until [ticket:1142] is resolvedMike Bayer2008-08-173-1/+19
* - fixed primary key update for many-to-many collectionsMike Bayer2008-08-163-1/+18