| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | cleanup of reversed | Mike Bayer | 2007-03-09 | 1 | -11/+10 |
| * | migrated (most) docstrings to pep-257 format, docstring generator using strai... | Mike Bayer | 2007-02-25 | 1 | -26/+89 |
| * | [ticket:463] fix to OrderedSet | Mike Bayer | 2007-02-17 | 1 | -19/+18 |
| * | alternate OrderedSet implementation courtesy sdobrev | Mike Bayer | 2007-02-04 | 1 | -7/+76 |
| * | - improved support for complex queries embedded into "where" criterion | Mike Bayer | 2007-02-01 | 1 | -0/+10 |
| * | further work on insuring clear_mappers() really works. assignmapper identified | Mike Bayer | 2007-01-30 | 1 | -0/+4 |
| * | copyright update | Mike Bayer | 2007-01-05 | 1 | -1/+1 |
| * | - identity map in Session is by default *no longer weak referencing*. | Mike Bayer | 2006-12-09 | 1 | -12/+13 |
| * | fix in OrderedProperties to allow pickling | Mike Bayer | 2006-12-08 | 1 | -1/+1 |
| * | removed old function | Mike Bayer | 2006-11-27 | 1 | -40/+0 |
| * | - create_engine() reworked to be strict about incoming **kwargs. all keyword | Mike Bayer | 2006-11-12 | 1 | -1/+12 |
| * | converted imports to absolute | Mike Bayer | 2006-10-26 | 1 | -1/+1 |
| * | - a fair amount of cleanup to the schema package, removal of ambiguous | Mike Bayer | 2006-10-14 | 1 | -0/+2 |
| * | make OrderedDict consructor, update more dict-like | Jonathan Ellis | 2006-10-14 | 1 | -10/+15 |
| * | - fixed condition that occurred during reflection when a primary key | Mike Bayer | 2006-09-30 | 1 | -0/+5 |
| * | - logging is now implemented via standard python "logging" module. | Mike Bayer | 2006-09-24 | 1 | -27/+0 |
| * | fixes for threadless python compiles | Jonathan Ellis | 2006-08-15 | 1 | -2/+8 |
| * | added __contains__ to OrderedProperties, so that rabbit is not in there | Mike Bayer | 2006-08-10 | 1 | -0/+2 |
| * | merged attributes rewrite | Mike Bayer | 2006-06-15 | 1 | -181/+12 |
| * | late compilation of mappers. now you can create mappers in any order, and th... | Mike Bayer | 2006-06-08 | 1 | -21/+28 |
| * | HashSet is gone, uses set() for most sets in py2.4 or sets.Set. | Mike Bayer | 2006-06-05 | 1 | -41/+16 |
| * | "foreignkey" property of PropertyLoader is a sets.Set. removed "foreigntable". | Mike Bayer | 2006-06-05 | 1 | -0/+2 |
| * | merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1 | Mike Bayer | 2006-05-25 | 1 | -19/+32 |
| * | added extend() to historyarrayset | Mike Bayer | 2006-04-21 | 1 | -0/+3 |
| * | a little spring cleaning for the util package, etc | Mike Bayer | 2006-04-07 | 1 | -55/+12 |
| * | the __iter__ method on historyarraylist seemed to get broked...hmmmm | 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 | -0/+2 |
| * | util: the __setitem__ method on historyarraylist was meaningless, surprising ... | Mike Bayer | 2006-03-26 | 1 | -1/+1 |
| * | identified more issues with inheritance. mapper inheritance is more closed-m... | Mike Bayer | 2006-03-17 | 1 | -0/+2 |
| * | refactor to engine to have a separate SQLSession object. allows nested trans... | Mike Bayer | 2006-03-17 | 1 | -8/+2 |
| * | refactor to Compiled.get_params() to return new ClauseParameters object, a mo... | Mike Bayer | 2006-03-13 | 1 | -1/+2 |
| * | HistoryArrayList checks internal list as a list or dict to clear it | Mike Bayer | 2006-03-10 | 1 | -2/+7 |
| * | serious overhaul to get eager loads to work inline with an inheriting mapper,... | Mike Bayer | 2006-03-08 | 1 | -0/+13 |
| * | fixed bug in eager loading on a many-to-one [ticket:96], added the ticket tes... | Mike Bayer | 2006-03-06 | 1 | -0/+2 |
| * | added util.Logger object with configurable thread/timestamp view | Mike Bayer | 2006-03-03 | 1 | -2/+29 |
| * | added objectstore.refresh(), including supporting changes in mapper, attribut... | Mike Bayer | 2006-03-02 | 1 | -0/+4 |
| * | small cleanup courtesy j.ellis | Mike Bayer | 2006-02-28 | 1 | -14/+23 |
| * | merged sql_rearrangement branch , refactors sql package to work standalone with | Mike Bayer | 2006-02-25 | 1 | -4/+19 |
| * | exception package added, support throughout | Mike Bayer | 2006-02-19 | 1 | -3/+4 |
| * | latest reorgnanization of the objectstore, the Session is a simpler object th... | Mike Bayer | 2006-02-14 | 1 | -1/+1 |
| * | more refactoring to session/UOW scope management...under construction ! | Mike Bayer | 2006-02-12 | 1 | -27/+17 |
| * | cleanup and organization of code mostly in properties, making SyncRules clearer, | Mike Bayer | 2006-02-12 | 1 | -1/+11 |
| * | objectstore refactored to have more flexible scopes for UnitOfWork | Mike Bayer | 2006-02-10 | 1 | -37/+26 |
| * | trying to get mappers to support having versions against different tables for... | Mike Bayer | 2006-02-07 | 1 | -1/+8 |
| * | added __repr__ to HashSet | Mike Bayer | 2006-01-26 | 1 | -0/+2 |
| * | implemented better hash_key on select allowing proper comparisons, implemented | Mike Bayer | 2006-01-19 | 1 | -1/+42 |
| * | added some __repr__ functionality | Mike Bayer | 2006-01-08 | 1 | -1/+5 |
| * | remove method on HashSet | Mike Bayer | 2006-01-08 | 1 | -0/+2 |
| * | copyright->2005,2006 | Mike Bayer | 2006-01-03 | 1 | -1/+1 |
| * | license switch | Mike Bayer | 2005-12-31 | 1 | -13/+2 |