| Commit message (Expand) | Author | Age | Files | Lines |
| * | - string-based query param parsing/config file parser understands | Mike Bayer | 2007-10-16 | 1 | -2/+14 |
| * | - mapper compilation has been reorganized such that most compilation | Mike Bayer | 2007-09-02 | 1 | -4/+5 |
| * | Fixed OrderedProperties pickling [ticket:762] | Jason Kirtland | 2007-08-28 | 1 | -3/+3 |
| * | Allow custom getter/setters to be specified for a standard AssociationProxy | Jason Kirtland | 2007-08-23 | 1 | -0/+6 |
| * | A couple critical path optimizations | Jason Kirtland | 2007-08-21 | 1 | -20/+23 |
| * | - method call removal | Mike Bayer | 2007-08-20 | 1 | -1/+5 |
| * | - Added a "legacy" adapter to types, such that user-defined TypeEngine | Mike Bayer | 2007-08-17 | 1 | -1/+1 |
| * | use threading.local if available | Jason Kirtland | 2007-08-15 | 1 | -20/+26 |
| * | mass has_key->__contains__ migration, [ticket:738] | Mike Bayer | 2007-08-15 | 1 | -3/+3 |
| * | Centralized some `try: import foo except: import other as foo` imports in util | Jason Kirtland | 2007-08-13 | 1 | -2/+7 |
| * | Added `set_types` to util, a tuple of available set implementations. | Jason Kirtland | 2007-08-08 | 1 | -7/+7 |
| * | - SessionContext and assignmapper are deprecated | Mike Bayer | 2007-08-01 | 1 | -1/+4 |
| * | Stopgap for post- #646 and r3030, wedge in 0.3 Decimals-are-floats behavior f... | Jason Kirtland | 2007-08-01 | 1 | -0/+16 |
| * | Don't set __name__ on py 2.3 | Jason Kirtland | 2007-08-01 | 1 | -1/+5 |
| * | re-jiggered (yes, thats a technical term) DeprecationWarning into SADeprecati... | Mike Bayer | 2007-07-31 | 1 | -4/+3 |
| * | log-ify warnings module. get rid of one-per-customer deprecationwarning limit. | Jonathan Ellis | 2007-07-30 | 1 | -8/+0 |
| * | add warnings for deprecated methods and options | Jonathan Ellis | 2007-07-30 | 1 | -0/+23 |
| * | 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 |