| Commit message (Expand) | Author | Age | Files | Lines |
| * | Don't snarf Query docstrings [ticket:1026] | Jason Kirtland | 2008-12-12 | 1 | -1/+2 |
| * | remove unused and conflicting "c" format specifier | Mike Bayer | 2008-09-19 | 1 | -3/+0 |
| * | - Supplied a custom strftime() function which | Mike Bayer | 2008-09-19 | 1 | -37/+26 |
| * | - Merged 0.5's declarative behavior such that all | Mike Bayer | 2008-07-09 | 1 | -0/+17 |
| * | back-merged current 0.4 trunk into rel_0_4 branch, which will become the 0.4 ... | Mike Bayer | 2008-05-09 | 1 | -129/+857 |
| * | - merged trunk r2880-r2901 (slightly manually for 2900-2901) | Mike Bayer | 2007-07-14 | 1 | -0/+10 |
| * | make use of the isinstance(obj, (A,B)) idiom, makes the code a bit shorter an... | Ants Aasma | 2007-07-10 | 1 | -1/+1 |
| * | Add a test for that OrderedDict fix, also add more paranoia in the constructor. | Jason Kirtland | 2007-07-03 | 1 | -3/+3 |
| * | - Add coverage for dict collections, and fixes for dict support. | Jason Kirtland | 2007-07-03 | 1 | -24/+33 |
| * | merged, with some modifications, mapped constructor exceptions fix from trunk... | Mike Bayer | 2007-06-30 | 1 | -0/+8 |
| * | - OrderedDict shouldn't send None to update, never know who might be watching | Jason Kirtland | 2007-06-28 | 1 | -1/+4 |
| * | - Replaced collection api: The "InstrumentedList" proxy is replaced with | Jason Kirtland | 2007-06-27 | 1 | -8/+16 |
| * | - merge of generative_sql branch | Mike Bayer | 2007-06-24 | 1 | -2/+2 |
| * | added a self-creating dict that takes advantage of 2.5's __missing__, impleme... | Mike Bayer | 2007-05-31 | 1 | -33/+20 |
| * | Added util.defaultdict for ticket #582 | Jason Kirtland | 2007-05-31 | 1 | -0/+38 |
| * | - merged "find the equivalent columns" logic together (although both methodol... | Mike Bayer | 2007-05-26 | 1 | -5/+6 |
| * | more speed improvements, built hotshot prof into masseagerload test | Mike Bayer | 2007-05-26 | 1 | -7/+7 |
| * | - refactor ! MapperProperty now has create_row_processor() method, returns | Mike Bayer | 2007-05-26 | 1 | -1/+7 |
| * | - factored some fixes from trunk to lazyloader use_get, logging | Mike Bayer | 2007-05-20 | 1 | -1/+4 |
| * | - 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 |