summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/util.py
Commit message (Expand)AuthorAgeFilesLines
* Centralized some `try: import foo except: import other as foo` imports in utilJason Kirtland2007-08-131-2/+7
* Added `set_types` to util, a tuple of available set implementations.Jason Kirtland2007-08-081-7/+7
* - SessionContext and assignmapper are deprecatedMike Bayer2007-08-011-1/+4
* Stopgap for post- #646 and r3030, wedge in 0.3 Decimals-are-floats behavior f...Jason Kirtland2007-08-011-0/+16
* Don't set __name__ on py 2.3Jason Kirtland2007-08-011-1/+5
* re-jiggered (yes, thats a technical term) DeprecationWarning into SADeprecati...Mike Bayer2007-07-311-4/+3
* log-ify warnings module. get rid of one-per-customer deprecationwarning limit.Jonathan Ellis2007-07-301-8/+0
* add warnings for deprecated methods and optionsJonathan Ellis2007-07-301-0/+23
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-24/+69
* - improved ability to get the "correct" and most minimal set of primary keyMike Bayer2007-07-141-1/+11
* Merged OrderedDict fixes from r2843 (0.4)Jason Kirtland2007-07-031-27/+36
* improved handling of exceptions upon __init__(): will preserve the stackMike Bayer2007-06-301-0/+9
* - New association proxy implementation, implementing complete proxies to list...Jason Kirtland2007-05-031-0/+18
* - docstring improvements in queryGaƫtan de Menten2007-04-301-0/+3
* - fixed textual select elements that got broke the other dayMike Bayer2007-04-291-0/+18
* - Promoted mysql's dburl query string helper to util + fixedJason Kirtland2007-04-191-0/+11
* - merged the "execcontext" branch, refactors engine/dialect codepathsMike Bayer2007-04-021-0/+4
* - corresponding to label/bindparam name generataion, eager loadersMike Bayer2007-03-291-0/+8
* cleanup of reversedMike Bayer2007-03-091-11/+10
* migrated (most) docstrings to pep-257 format, docstring generator using strai...Mike Bayer2007-02-251-26/+89
* [ticket:463] fix to OrderedSetMike Bayer2007-02-171-19/+18
* alternate OrderedSet implementation courtesy sdobrevMike Bayer2007-02-041-7/+76
* - improved support for complex queries embedded into "where" criterionMike Bayer2007-02-011-0/+10
* further work on insuring clear_mappers() really works. assignmapper identifiedMike Bayer2007-01-301-0/+4
* copyright updateMike Bayer2007-01-051-1/+1
* - identity map in Session is by default *no longer weak referencing*.Mike Bayer2006-12-091-12/+13
* fix in OrderedProperties to allow picklingMike Bayer2006-12-081-1/+1
* removed old functionMike Bayer2006-11-271-40/+0
* - create_engine() reworked to be strict about incoming **kwargs. all keywordMike Bayer2006-11-121-1/+12
* converted imports to absoluteMike Bayer2006-10-261-1/+1
* - a fair amount of cleanup to the schema package, removal of ambiguousMike Bayer2006-10-141-0/+2
* make OrderedDict consructor, update more dict-likeJonathan Ellis2006-10-141-10/+15
* - fixed condition that occurred during reflection when a primary keyMike Bayer2006-09-301-0/+5
* - logging is now implemented via standard python "logging" module.Mike Bayer2006-09-241-27/+0
* fixes for threadless python compilesJonathan Ellis2006-08-151-2/+8
* added __contains__ to OrderedProperties, so that rabbit is not in thereMike Bayer2006-08-101-0/+2
* merged attributes rewriteMike Bayer2006-06-151-181/+12
* late compilation of mappers. now you can create mappers in any order, and th...Mike Bayer2006-06-081-21/+28
* HashSet is gone, uses set() for most sets in py2.4 or sets.Set.Mike Bayer2006-06-051-41/+16
* "foreignkey" property of PropertyLoader is a sets.Set. removed "foreigntable".Mike Bayer2006-06-051-0/+2
* merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1Mike Bayer2006-05-251-19/+32
* added extend() to historyarraysetMike Bayer2006-04-211-0/+3
* a little spring cleaning for the util package, etcMike Bayer2006-04-071-55/+12
* the __iter__ method on historyarraylist seemed to get broked...hmmmmMike Bayer2006-04-061-3/+3
* added explicit "session" argument to get(), select_whereclause in mapper, as ...Mike Bayer2006-04-061-0/+2
* util: the __setitem__ method on historyarraylist was meaningless, surprising ...Mike Bayer2006-03-261-1/+1
* identified more issues with inheritance. mapper inheritance is more closed-m...Mike Bayer2006-03-171-0/+2
* refactor to engine to have a separate SQLSession object. allows nested trans...Mike Bayer2006-03-171-8/+2
* refactor to Compiled.get_params() to return new ClauseParameters object, a mo...Mike Bayer2006-03-131-1/+2
* HistoryArrayList checks internal list as a list or dict to clear itMike Bayer2006-03-101-2/+7