summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* - Added func.min(), func.max(), func.sum() as "generic functions",Mike Bayer2008-09-081-5/+14
* - Dropped 0.3-compatibility for user defined typesMike Bayer2008-09-072-35/+15
* - query.order_by().get() silently drops the "ORDER BY" fromMike Bayer2008-09-061-0/+6
* - rearranged delete() so that the object is attached beforeMike Bayer2008-09-051-2/+6
* - Fixed exception throw which would occur when string-basedMike Bayer2008-09-041-2/+22
* - Fixed bug whereby mapper couldn't initialize if a compositeMike Bayer2008-09-041-0/+16
* correct extra space in SQL assertionsMike Bayer2008-09-031-5/+5
* - limit/offset no longer uses ROW NUMBER OVER to limit rows,Mike Bayer2008-09-032-40/+89
* Make Query.update and Query.delete return the amount of rows matchedAnts Aasma2008-09-021-0/+17
* - column_property(), composite_property(), and relation() nowMike Bayer2008-09-021-1/+43
* - AttributeListener has been refined such that the eventMike Bayer2008-09-022-1/+47
* - Fixed custom instrumentation bug whereby get_instance_dict()Mike Bayer2008-09-021-0/+15
* - broke pool tests out into QueuePoolTest/SingletonThreadPoolTestMike Bayer2008-09-011-263/+290
* recheck the dirty list if extensions are presentMike Bayer2008-08-301-1/+30
* - starargs_as_list was not actually issuing SAPendingDeprecationWarning, fixedMike Bayer2008-08-281-16/+3
* - Fixed bug whereby deferred() columns with a group in conjunctionMike Bayer2008-08-281-0/+11
* - expire/fetch strategies are now default for Query.update/Query.delete.Ants Aasma2008-08-251-5/+5
* - Fixed bug whereby changing a primary key attribute on anMike Bayer2008-08-242-2/+57
* - Session.delete() adds the given object to the session ifMike Bayer2008-08-241-0/+4
* - Added MSMediumInteger type [ticket:1146].Mike Bayer2008-08-241-0/+15
* - logging scale-back; the echo_uow flag on Session is deprecated, and unit of...Mike Bayer2008-08-241-1/+1
* - The 'length' argument to all Numeric types has been renamedMike Bayer2008-08-244-12/+40
* - fixed tearDown to reverse sorted table listMike Bayer2008-08-231-1/+1
* - Another old-style mixin fix and an explicit mapper() test for it.Jason Kirtland2008-08-211-2/+20
* - fixed a bug in declarative test which was looking for old version of historyMike Bayer2008-08-198-12/+12
* attributes.get_history now reports some zero-length slots as the empty tuple ...Jason Kirtland2008-08-183-78/+78
* - The before_flush() hook on SessionExtension takes placeMike Bayer2008-08-171-0/+66
* temporary check for unmapped class, until [ticket:1142] is resolvedMike Bayer2008-08-171-0/+11
* - fixed primary key update for many-to-many collectionsMike Bayer2008-08-161-0/+10
* - Mock engines take on the .name of their dialect. [ticket:1123]Jason Kirtland2008-08-151-2/+2
* - Ignore old-style classes when building inheritance graphs. [ticket:1078]Jason Kirtland2008-08-151-0/+35
* - Renamed on_reconstitute to @reconstructor and reconstruct_instanceJason Kirtland2008-08-152-37/+80
* adjust counts for 2.4 based on buildbot observation, remove 2.3 countsMike Bayer2008-08-131-3/+3
* - with 2.3 support dropped,Mike Bayer2008-08-132-11/+5
* added import for interfaces, otherwise tsa.interfaces is undef if the test is...Mike Bayer2008-08-131-1/+2
* - joins along a relation() from a mappedMike Bayer2008-08-121-0/+116
* - Improved the behavior of query.join()Mike Bayer2008-08-121-0/+19
* - When generating __init__, use a copy of the func_defaults, not a repr of them.Jason Kirtland2008-08-111-0/+34
* - The composite() property type now supportsMike Bayer2008-08-111-3/+138
* merged r5018 from 0.4 branch, but using contextual_connect() (will fix in 0.4...Mike Bayer2008-08-102-2/+21
* - cleaned up the attributes scan for reconstitute hooksMike Bayer2008-08-081-1/+1
* added unit tests for [ticket:1024]Mike Bayer2008-08-081-0/+14
* - Fixed @on_reconsitute hook for subclassesMike Bayer2008-08-081-0/+15
* - Improved the determination of the FROM clauseMike Bayer2008-08-062-2/+30
* - Temporarily rolled back the "ORDER BY" enhancementMike Bayer2008-08-061-47/+1
* - The RowTuple object returned by Query(*cols) nowMike Bayer2008-08-053-0/+24
* - fixed endless loop bug which could occurMike Bayer2008-08-044-6/+69
* - compiler visit_label() checks a flag "within_order_by" and will render its ...Mike Bayer2008-08-032-0/+81
* descriptive error message raised when string-based relation() expressions ina...Mike Bayer2008-08-031-1/+8
* - renamed autoexpire to expire_on_commitMike Bayer2008-08-033-3/+71