summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/util.py
Commit message (Expand)AuthorAgeFilesLines
* Don't snarf Query docstrings [ticket:1026]Jason Kirtland2008-12-121-1/+2
* remove unused and conflicting "c" format specifierMike Bayer2008-09-191-3/+0
* - Supplied a custom strftime() function whichMike Bayer2008-09-191-37/+26
* - Merged 0.5's declarative behavior such that allMike Bayer2008-07-091-0/+17
* back-merged current 0.4 trunk into rel_0_4 branch, which will become the 0.4 ...Mike Bayer2008-05-091-129/+857
* - merged trunk r2880-r2901 (slightly manually for 2900-2901)Mike Bayer2007-07-141-0/+10
* make use of the isinstance(obj, (A,B)) idiom, makes the code a bit shorter an...Ants Aasma2007-07-101-1/+1
* Add a test for that OrderedDict fix, also add more paranoia in the constructor.Jason Kirtland2007-07-031-3/+3
* - Add coverage for dict collections, and fixes for dict support.Jason Kirtland2007-07-031-24/+33
* merged, with some modifications, mapped constructor exceptions fix from trunk...Mike Bayer2007-06-301-0/+8
* - OrderedDict shouldn't send None to update, never know who might be watchingJason Kirtland2007-06-281-1/+4
* - Replaced collection api: The "InstrumentedList" proxy is replaced withJason Kirtland2007-06-271-8/+16
* - merge of generative_sql branchMike Bayer2007-06-241-2/+2
* added a self-creating dict that takes advantage of 2.5's __missing__, impleme...Mike Bayer2007-05-311-33/+20
* Added util.defaultdict for ticket #582Jason Kirtland2007-05-311-0/+38
* - merged "find the equivalent columns" logic together (although both methodol...Mike Bayer2007-05-261-5/+6
* more speed improvements, built hotshot prof into masseagerload testMike Bayer2007-05-261-7/+7
* - refactor ! MapperProperty now has create_row_processor() method, returnsMike Bayer2007-05-261-1/+7
* - factored some fixes from trunk to lazyloader use_get, loggingMike Bayer2007-05-201-1/+4
* - 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