summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/util.py
Commit message (Expand)AuthorAgeFilesLines
* - string-based query param parsing/config file parser understandsMike Bayer2007-10-161-2/+14
* - mapper compilation has been reorganized such that most compilationMike Bayer2007-09-021-4/+5
* Fixed OrderedProperties pickling [ticket:762]Jason Kirtland2007-08-281-3/+3
* Allow custom getter/setters to be specified for a standard AssociationProxyJason Kirtland2007-08-231-0/+6
* A couple critical path optimizationsJason Kirtland2007-08-211-20/+23
* - method call removalMike Bayer2007-08-201-1/+5
* - Added a "legacy" adapter to types, such that user-defined TypeEngineMike Bayer2007-08-171-1/+1
* use threading.local if availableJason Kirtland2007-08-151-20/+26
* mass has_key->__contains__ migration, [ticket:738]Mike Bayer2007-08-151-3/+3
* 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