summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* closing out 0.1 maint.rel_0_1Mike Bayer2010-03-090-0/+0
* 0.1 maintenance branchMike Bayer2006-05-250-0/+0
* added explicit check for "==null()" to produce IS NULL, documnted "==None", "...Mike Bayer2006-05-242-9/+20
* anonymous indexes use column._label to avoid name collisionsMike Bayer2006-05-233-6/+9
* hypothetical (failing) test for primary key selection of joinsMike Bayer2006-05-231-0/+18
* Implemented the changes from ticket 94jralston2006-05-231-22/+19
* c. martinez' fix to slicing logicMike Bayer2006-05-182-2/+3
* typo fixMike Bayer2006-05-161-1/+1
* rick morrison's CASE statement + unit testMike Bayer2006-05-154-19/+116
* version id...Mike Bayer2006-05-151-2/+3
* title changeMike Bayer2006-05-151-3/+3
* removed .logo styleMike Bayer2006-05-151-6/+0
* extra unicode testsMike Bayer2006-05-152-1/+9
* added pre-compiled docstring supportMike Bayer2006-05-126-115/+184
* added != support for None -> foo IS NOT NULLMike Bayer2006-05-121-2/+6
* had unicode check improperly placedMike Bayer2006-05-061-2/+3
* got removed somehowMike Bayer2006-05-051-0/+64
* added __mod__ typerel_0_1_7Mike Bayer2006-05-053-1/+4
* fixed a _get_criterion mismatch, cleaned up types + updated types docMike Bayer2006-05-055-61/+30
* added from_obj option to select()Mike Bayer2006-05-051-3/+6
* fixed HAVING/ORDER BY order, 0.1.7 prepMike Bayer2006-05-053-6/+31
* save_obj/delete_obj need to specify column types to binds for primary key cri...Mike Bayer2006-05-041-4/+4
* foreignkey checks for unicode incoming stringMike Bayer2006-05-031-1/+2
* "order_by" parameter propigated to inheriting mappersMike Bayer2006-05-032-8/+4
* gambit's patch to add DISTINCT ONMike Bayer2006-05-021-0/+14
* added 'supports', 'unsupports' decorators to unittests so that they can all p...Mike Bayer2006-04-295-4/+50
* more work on types. this is the simplest implementation which is a little mo...Mike Bayer2006-04-292-43/+64
* *another* big types change....the old way was still wrong...this way is bette...Mike Bayer2006-04-293-34/+79
* fix for [ticket:169], moves the creation of "default" parameters more accuratelyMike Bayer2006-04-283-18/+37
* fix to subquery parensMike Bayer2006-04-282-3/+8
* the latest and greatest method to keep attributes from growingMike Bayer2006-04-274-24/+44
* commented out default schema name checkMike Bayer2006-04-262-2/+2
* localtime/localtimestamp dont seem to need the underscore for postgres/mysql,...Mike Bayer2006-04-261-2/+2
* added unittest to verify eager loads refresh expired instancesMike Bayer2006-04-261-0/+14
* removed a "swap" from the lazy binary clause. added a test for that condition...Mike Bayer2006-04-242-3/+40
* lazyload clause calculation uses anonymous keynames for the bind parameters, ...Mike Bayer2006-04-243-5/+110
* Got the unit tests running again, apart from the two that were not working inJonathan LaCour2006-04-232-48/+45
* added temporary option "construct_new" to mapper which will cause the mapper ...Mike Bayer2006-04-231-1/+18
* some cleanupMike Bayer2006-04-211-3/+3
* added extend() to historyarraysetMike Bayer2006-04-211-0/+3
* Updates to ActiveMapper contributed by Gabriel Jacobo. The main purpose of theJonathan LaCour2006-04-201-21/+50
* what a strange thing to not be in there....Mike Bayer2006-04-191-0/+68
* fixed up expunge() and the continuing circular refs in attributes, added a un...Mike Bayer2006-04-196-10/+81
* got circular many-to-many relationships to workMike Bayer2006-04-194-17/+83
* mapper will verify class inheritance scheme; also will not re-init inherited ...Mike Bayer2006-04-182-1/+4
* added cgi parser for url key/value connect strings, towards [ticket:157]Mike Bayer2006-04-171-5/+3
* fix for [ticket:158] regarding translate rowMike Bayer2006-04-171-2/+2
* added _get_from_obj to TypeClauseMike Bayer2006-04-172-1/+5
* a new batching algorithm for the topological sortMike Bayer2006-04-162-16/+53
* had to take out the "treeification" of the dependency sort as it doenst reall...Mike Bayer2006-04-146-24/+153