| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |