| Commit message (Expand) | Author | Age | Files | Lines |
* | merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1 | Mike Bayer | 2006-05-25 | 1 | -980/+0 |
* | commented out default schema name check | Mike Bayer | 2006-04-26 | 1 | -1/+1 |
* | removed a "swap" from the lazy binary clause. added a test for that condition... | Mike Bayer | 2006-04-24 | 1 | -2/+2 |
* | lazyload clause calculation uses anonymous keynames for the bind parameters, ... | Mike Bayer | 2006-04-24 | 1 | -5/+17 |
* | got circular many-to-many relationships to work | Mike Bayer | 2006-04-19 | 1 | -8/+6 |
* | mapper's querying facilities migrated to new query.Query() object, which can ... | Mike Bayer | 2006-04-06 | 1 | -3/+3 |
* | added explicit "session" argument to get(), select_whereclause in mapper, as ... | Mike Bayer | 2006-04-06 | 1 | -12/+13 |
* | added 'entity_name' keyword argument to mapper. a mapper is now associated w... | Mike Bayer | 2006-04-03 | 1 | -0/+2 |
* | added unit test for the old commit that was in [changeset:1186]. modified it... | Mike Bayer | 2006-03-31 | 1 | -8/+8 |
* | introducing...the mods package ! the SelectResults thing moves as the first mod | Mike Bayer | 2006-03-31 | 1 | -4/+1 |
* | Jonas Borgström's fantastic SelectRsults patch that adds dynamic list argume... | Mike Bayer | 2006-03-31 | 1 | -1/+1 |
* | backrefs on cyclical relationships were breaking for the "root" node which ha... | Mike Bayer | 2006-03-27 | 1 | -0/+3 |
* | removed circular loop in creating new list elements, fixes a common refresh()... | Mike Bayer | 2006-03-25 | 1 | -0/+4 |
* | removed all "tablename + '_' + columname" code and replaced with column._labe... | Mike Bayer | 2006-03-25 | 1 | -3/+3 |
* | some more tweaks to get more advanced polymorphic stuff to work | Mike Bayer | 2006-03-24 | 1 | -0/+3 |
* | added some extra traversal for one-to-many/many-to-one "private" relations to... | Mike Bayer | 2006-03-22 | 1 | -9/+21 |
* | removed print | Mike Bayer | 2006-03-22 | 1 | -1/+0 |
* | fixed lazy clause construction to go off...you guessed it...the noninherited ... | Mike Bayer | 2006-03-21 | 1 | -1/+2 |
* | a few changes to attributes.py to allow faster initialization of object attri... | Mike Bayer | 2006-03-21 | 1 | -2/+4 |
* | a refactoring to the EagerLoaders' _instance method to do a bunch of column a... | Mike Bayer | 2006-03-21 | 1 | -6/+18 |
* | a few tweaks and the polymorph example can also use eager loading | Mike Bayer | 2006-03-20 | 1 | -0/+8 |
* | PropertyLoader will not re-determine direction when initialized a second time... | Mike Bayer | 2006-03-18 | 1 | -1/+5 |
* | identified more issues with inheritance. mapper inheritance is more closed-m... | Mike Bayer | 2006-03-17 | 1 | -4/+3 |
* | tweak to get_direction, rolls back a comparison of "foreigntable" to "parent"... | Mike Bayer | 2006-03-13 | 1 | -2/+4 |
* | added 'noninherited table' prop to mapper indicating the "lead" table, in the... | Mike Bayer | 2006-03-09 | 1 | -8/+3 |
* | added check to relation that will see if the same table is included between t... | Mike Bayer | 2006-03-08 | 1 | -0/+5 |
* | serious overhaul to get eager loads to work inline with an inheriting mapper,... | Mike Bayer | 2006-03-08 | 1 | -6/+14 |
* | comment | Mike Bayer | 2006-03-07 | 1 | -3/+5 |
* | backref() func will also honor lazy=True/False | Mike Bayer | 2006-03-07 | 1 | -1/+6 |
* | added backref() function, allows the creation of a backref where you also sen... | Mike Bayer | 2006-03-07 | 1 | -18/+33 |
* | fixed bug in eager loading on a many-to-one [ticket:96], added the ticket tes... | Mike Bayer | 2006-03-06 | 1 | -0/+5 |
* | added new 'polymorphic' example. still trying to understand it :) . | Mike Bayer | 2006-03-06 | 1 | -3/+4 |
* | more work on cycles, fleshed out tests for post_update, fix to the delete pha... | Mike Bayer | 2006-02-27 | 1 | -1/+1 |
* | implemented SyncRules for mapper with inheritance relationship, fixes [ticket... | Mike Bayer | 2006-02-26 | 1 | -1/+3 |
* | factored out "syncrule" logic to a separate package, so mapper will be able t... | Mike Bayer | 2006-02-26 | 1 | -109/+18 |
* | adjustment to compile synchronizers which allows many-to-many synchronize to ... | Mike Bayer | 2006-02-26 | 1 | -2/+7 |
* | more fix to one-to-one: 'unchanged_items' can be [None] also with one to one ... | Mike Bayer | 2006-02-22 | 1 | -2/+3 |
* | fix to EagerLoad where it late-initializes its eager chain, thereby not getti... | Mike Bayer | 2006-02-22 | 1 | -7/+18 |
* | when creating lazy clause both sides of each clause must be Column | Mike Bayer | 2006-02-21 | 1 | -2/+2 |
* | working on postupdate idea, refactoring to dependency processing | Mike Bayer | 2006-02-21 | 1 | -22/+23 |
* | merged eager loading overhaul rev 1001:1009 | Mike Bayer | 2006-02-20 | 1 | -130/+87 |
* | some comments, changed SmartProperty to be smarter, UOW | Mike Bayer | 2006-02-19 | 1 | -0/+4 |
* | exception package added, support throughout | Mike Bayer | 2006-02-19 | 1 | -14/+15 |
* | Join object wasnt exporting foreign keys correctly | Mike Bayer | 2006-02-16 | 1 | -8/+24 |
* | commentrel_0_1_0 | Mike Bayer | 2006-02-14 | 1 | -2/+4 |
* | the list-based foreign key doenst seem to work quite right, rolling it back | Mike Bayer | 2006-02-14 | 1 | -15/+10 |
* | lazy load column fix courtesy raul garcia garcia | Mike Bayer | 2006-02-14 | 1 | -1/+1 |
* | added 'post_update' attribute to PropertyLoader, means to defer processing of... | Mike Bayer | 2006-02-13 | 1 | -8/+24 |
* | some tweaks to options, use_alias, live removed | Mike Bayer | 2006-02-12 | 1 | -3/+2 |
* | cleanup and organization of code mostly in properties, making SyncRules clearer, | Mike Bayer | 2006-02-12 | 1 | -120/+161 |