| Commit message (Expand) | Author | Age | Files | Lines |
| * | merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena... | Mike Bayer | 2007-07-27 | 1 | -24/+69 |
| * | - improved ability to get the "correct" and most minimal set of primary key | Mike Bayer | 2007-07-14 | 1 | -1/+11 |
| * | Merged OrderedDict fixes from r2843 (0.4) | Jason Kirtland | 2007-07-03 | 1 | -27/+36 |
| * | improved handling of exceptions upon __init__(): will preserve the stack | Mike Bayer | 2007-06-30 | 1 | -0/+9 |
| * | - New association proxy implementation, implementing complete proxies to list... | Jason Kirtland | 2007-05-03 | 1 | -0/+18 |
| * | - docstring improvements in query | Gaƫtan de Menten | 2007-04-30 | 1 | -0/+3 |
| * | - fixed textual select elements that got broke the other day | Mike Bayer | 2007-04-29 | 1 | -0/+18 |
| * | - Promoted mysql's dburl query string helper to util + fixed | Jason Kirtland | 2007-04-19 | 1 | -0/+11 |
| * | - merged the "execcontext" branch, refactors engine/dialect codepaths | Mike Bayer | 2007-04-02 | 1 | -0/+4 |
| * | - corresponding to label/bindparam name generataion, eager loaders | Mike Bayer | 2007-03-29 | 1 | -0/+8 |
| * | 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 |