| Commit message (Expand) | Author | Age | Files | Lines |
| * | closing out 0.1 maint.rel_0_1 | Mike Bayer | 2010-03-09 | 0 | -0/+0 |
| * | 0.1 maintenance branch | Mike Bayer | 2006-05-25 | 0 | -0/+0 |
| * | added explicit check for "==null()" to produce IS NULL, documnted "==None", "... | Mike Bayer | 2006-05-24 | 2 | -9/+20 |
| * | anonymous indexes use column._label to avoid name collisions | Mike Bayer | 2006-05-23 | 3 | -6/+9 |
| * | hypothetical (failing) test for primary key selection of joins | Mike Bayer | 2006-05-23 | 1 | -0/+18 |
| * | Implemented the changes from ticket 94 | jralston | 2006-05-23 | 1 | -22/+19 |
| * | c. martinez' fix to slicing logic | Mike Bayer | 2006-05-18 | 2 | -2/+3 |
| * | typo fix | Mike Bayer | 2006-05-16 | 1 | -1/+1 |
| * | rick morrison's CASE statement + unit test | Mike Bayer | 2006-05-15 | 4 | -19/+116 |
| * | version id... | Mike Bayer | 2006-05-15 | 1 | -2/+3 |
| * | title change | Mike Bayer | 2006-05-15 | 1 | -3/+3 |
| * | removed .logo style | Mike Bayer | 2006-05-15 | 1 | -6/+0 |
| * | extra unicode tests | Mike Bayer | 2006-05-15 | 2 | -1/+9 |
| * | added pre-compiled docstring support | Mike Bayer | 2006-05-12 | 6 | -115/+184 |
| * | added != support for None -> foo IS NOT NULL | Mike Bayer | 2006-05-12 | 1 | -2/+6 |
| * | had unicode check improperly placed | Mike Bayer | 2006-05-06 | 1 | -2/+3 |
| * | got removed somehow | Mike Bayer | 2006-05-05 | 1 | -0/+64 |
| * | added __mod__ typerel_0_1_7 | Mike Bayer | 2006-05-05 | 3 | -1/+4 |
| * | fixed a _get_criterion mismatch, cleaned up types + updated types doc | Mike Bayer | 2006-05-05 | 5 | -61/+30 |
| * | added from_obj option to select() | Mike Bayer | 2006-05-05 | 1 | -3/+6 |
| * | fixed HAVING/ORDER BY order, 0.1.7 prep | Mike Bayer | 2006-05-05 | 3 | -6/+31 |
| * | save_obj/delete_obj need to specify column types to binds for primary key cri... | Mike Bayer | 2006-05-04 | 1 | -4/+4 |
| * | foreignkey checks for unicode incoming string | Mike Bayer | 2006-05-03 | 1 | -1/+2 |
| * | "order_by" parameter propigated to inheriting mappers | Mike Bayer | 2006-05-03 | 2 | -8/+4 |
| * | gambit's patch to add DISTINCT ON | Mike Bayer | 2006-05-02 | 1 | -0/+14 |
| * | added 'supports', 'unsupports' decorators to unittests so that they can all p... | Mike Bayer | 2006-04-29 | 5 | -4/+50 |
| * | more work on types. this is the simplest implementation which is a little mo... | Mike Bayer | 2006-04-29 | 2 | -43/+64 |
| * | *another* big types change....the old way was still wrong...this way is bette... | Mike Bayer | 2006-04-29 | 3 | -34/+79 |
| * | fix for [ticket:169], moves the creation of "default" parameters more accurately | Mike Bayer | 2006-04-28 | 3 | -18/+37 |
| * | fix to subquery parens | Mike Bayer | 2006-04-28 | 2 | -3/+8 |
| * | the latest and greatest method to keep attributes from growing | Mike Bayer | 2006-04-27 | 4 | -24/+44 |
| * | commented out default schema name check | Mike Bayer | 2006-04-26 | 2 | -2/+2 |
| * | localtime/localtimestamp dont seem to need the underscore for postgres/mysql,... | Mike Bayer | 2006-04-26 | 1 | -2/+2 |
| * | added unittest to verify eager loads refresh expired instances | Mike Bayer | 2006-04-26 | 1 | -0/+14 |
| * | removed a "swap" from the lazy binary clause. added a test for that condition... | Mike Bayer | 2006-04-24 | 2 | -3/+40 |
| * | lazyload clause calculation uses anonymous keynames for the bind parameters, ... | Mike Bayer | 2006-04-24 | 3 | -5/+110 |
| * | Got the unit tests running again, apart from the two that were not working in | Jonathan LaCour | 2006-04-23 | 2 | -48/+45 |
| * | added temporary option "construct_new" to mapper which will cause the mapper ... | Mike Bayer | 2006-04-23 | 1 | -1/+18 |
| * | some cleanup | Mike Bayer | 2006-04-21 | 1 | -3/+3 |
| * | added extend() to historyarrayset | Mike Bayer | 2006-04-21 | 1 | -0/+3 |
| * | Updates to ActiveMapper contributed by Gabriel Jacobo. The main purpose of the | Jonathan LaCour | 2006-04-20 | 1 | -21/+50 |
| * | what a strange thing to not be in there.... | Mike Bayer | 2006-04-19 | 1 | -0/+68 |
| * | fixed up expunge() and the continuing circular refs in attributes, added a un... | Mike Bayer | 2006-04-19 | 6 | -10/+81 |
| * | got circular many-to-many relationships to work | Mike Bayer | 2006-04-19 | 4 | -17/+83 |
| * | mapper will verify class inheritance scheme; also will not re-init inherited ... | Mike Bayer | 2006-04-18 | 2 | -1/+4 |
| * | added cgi parser for url key/value connect strings, towards [ticket:157] | Mike Bayer | 2006-04-17 | 1 | -5/+3 |
| * | fix for [ticket:158] regarding translate row | Mike Bayer | 2006-04-17 | 1 | -2/+2 |
| * | added _get_from_obj to TypeClause | Mike Bayer | 2006-04-17 | 2 | -1/+5 |
| * | a new batching algorithm for the topological sort | Mike Bayer | 2006-04-16 | 2 | -16/+53 |
| * | had to take out the "treeification" of the dependency sort as it doenst reall... | Mike Bayer | 2006-04-14 | 6 | -24/+153 |