summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* - [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
* sqlsoup is released separatelyMike Bayer2012-01-081-2/+9
* fix small update doc issue [ticket:2158]Mike Bayer2012-01-081-1/+1
* that's not a "name=0", that's a counter. so name is None unconditonally.Mike Bayer2012-01-071-6/+4
* - [bug] the "name" of an FK constraint in SQLiteMike Bayer2012-01-071-0/+2
* - [feature] query.filter() accepts multipleMike Bayer2012-01-071-19/+53
* - [bug] Fixed bug whereby event.listen(SomeClass)Mike Bayer2012-01-071-1/+1
* - fix the index, [ticket:2366]Mike Bayer2012-01-051-42/+138
* happy new yearMike Bayer2012-01-04110-110/+110
* date change; hook testMike Bayer2012-01-041-2/+2
* another date update/test a hookMike Bayer2012-01-041-1/+1
* document that strings are accepted with declarative/secondaryMike Bayer2011-12-291-0/+9
* - [feature] Added "class_registry" argument toMike Bayer2011-12-281-1/+12
* fix a whole bunch of note:: / warning:: that were inline,Mike Bayer2011-12-2515-50/+114
* - [bug] Fixed inappropriate usage of util.py3kMike Bayer2011-12-154-25/+27
* 0.7.5 versMike Bayer2011-12-111-1/+1
* - [bug] Fixed bug whereby hybrid_property didn'tMike Bayer2011-12-111-1/+1
* make the comparable_property() example somewhat meaningfulrel_0_7_4Mike Bayer2011-12-091-32/+34
* - Standalone expressions in polymorphic_onMike Bayer2011-12-091-16/+55