summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* local_remote_pairs/remote_side are comparing against existingMike Bayer2012-02-062-249/+53
* this version has easy cases going well. hard cases not so muchMike Bayer2012-02-062-103/+385
* proof of concept. relationships.JoinCondition is givenMike Bayer2012-02-061-0/+742
* initial annotations approach to join conditions. all tests pass, plus additi...Mike Bayer2012-02-064-25/+71
* - [bug] Added support for using the .keyMike Bayer2012-02-052-13/+42
* - [bug] A significant change to how labelingMike Bayer2012-02-058-58/+111
* - add a warning regarding tuple.in_(), [ticket:2395]Mike Bayer2012-02-042-7/+24
* accept the symbols so recreate worksMike Bayer2012-02-011-4/+5
* - [feature] Added pool_reset_on_return argumentMike Bayer2012-02-013-8/+56
* fix an inadvertent abuse of variable scopeMike Bayer2012-01-311-1/+2
* break out _save_obj(), _delete_obj(), _post_update() into a new moduleMike Bayer2012-01-304-629/+793
* - [bug] Scaled back the test applied withinMike Bayer2012-01-301-10/+9
* declarative reflection exampleMike Bayer2012-01-281-1/+34
* - [feature] New reflection feature "autoload_replace";Mike Bayer2012-01-283-54/+76
* fix a few py3k bugsMike Bayer2012-01-281-0/+1
* then merge thisMike Bayer2012-01-287-21/+38
|\
| * - [feature] Dialect-specific compilers now raiseMike Bayer2012-01-287-21/+38
* | - [bug] removed an erroneous "raise" in theMike Bayer2012-01-281-3/+0
|/
* - [bug] Fixed bug where "merge" cascade couldMike Bayer2012-01-281-1/+4
* - [bug] Fixed bug in "mock" strategy wherebyMike Bayer2012-01-281-3/+3
* - [bug] Fixed issue where the "required" exceptionMike Bayer2012-01-281-11/+22
* - [bug] Fixed bug where unpickled object didn'tMike Bayer2012-01-281-0/+4
* - [bug] Raise an exception if xyzload_all() isMike Bayer2012-01-281-2/+5
* - [bug] Fixed regression from 0.7.4 wherebyMike Bayer2012-01-281-1/+1
* - [bug] Added a boolean check for the "finalize"Mike Bayer2012-01-271-1/+1
* - [bug] Changed LRUCache, used by the mapperMike Bayer2012-01-271-4/+9
* - [bug] implemented standard "can't set attribute" /Mike Bayer2012-01-271-0/+4
* - [bug] Fixed issue where modified session stateMike Bayer2012-01-271-4/+18
* - [bug] Added ORA-03135 to the never endingMike Bayer2012-01-251-1/+3
* o null check PyObject_Repr resultsPhilip Jenvey2012-01-232-7/+20
* don't need to use __builtin__ for these things, doesn't work in py3kMike Bayer2012-01-231-8/+5
* 2.4 doesn't have any()Mike Bayer2012-01-222-1/+11
* - [feature] Added new capability to relationshipMike Bayer2012-01-224-2/+29
* - [bug] Dropped the "30 char" limit on pymssql,Mike Bayer2012-01-221-1/+0
* - [bug] Adjusted the regexp used in theMike Bayer2012-01-221-1/+1
* - adjust the test for [ticket:2377] to be less controversial onMike Bayer2012-01-221-11/+14
* fix a callcount issue hereMike Bayer2012-01-221-3/+1
* couple more vars not needed outsideMike Bayer2012-01-221-4/+2
* - apply the pyflakes stick to strategies.py. In particular, tryMike Bayer2012-01-221-194/+285
* - [bug] Fixed bug whereby a table-bound ColumnMike Bayer2012-01-224-11/+41
* - [bug] Improved error messages when a non-stringMike Bayer2012-01-222-31/+79
* - [feature] Added "false()" and "true()" expressionMike Bayer2012-01-182-0/+8
* - [bug] fixed regexp that filters out warningsMike Bayer2012-01-171-3/+1
* another serializable for [ticket:2371]Mike Bayer2012-01-121-2/+9
* - [bug] ensure pickleability of all ORM exceptionsMike Bayer2012-01-111-5/+12
* further fixes for column/table errorsMike Bayer2012-01-111-0/+7
* some adjustments for py3kMike Bayer2012-01-111-1/+1
* add examples for multi metadata under __abstract__, custom vertical partitioningMike Bayer2012-01-111-0/+21
* - Fixed regression from 0.6 whereby ifMike Bayer2012-01-103-14/+18
* - [bug] Added __reduce__ to StatementError,Mike Bayer2012-01-101-0/+8