summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/util.py
Commit message (Expand)AuthorAgeFilesLines
* - 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
* serious overhaul to get eager loads to work inline with an inheriting mapper,...Mike Bayer2006-03-081-0/+13
* fixed bug in eager loading on a many-to-one [ticket:96], added the ticket tes...Mike Bayer2006-03-061-0/+2
* added util.Logger object with configurable thread/timestamp viewMike Bayer2006-03-031-2/+29
* added objectstore.refresh(), including supporting changes in mapper, attribut...Mike Bayer2006-03-021-0/+4
* small cleanup courtesy j.ellisMike Bayer2006-02-281-14/+23
* merged sql_rearrangement branch , refactors sql package to work standalone withMike Bayer2006-02-251-4/+19
* exception package added, support throughoutMike Bayer2006-02-191-3/+4
* latest reorgnanization of the objectstore, the Session is a simpler object th...Mike Bayer2006-02-141-1/+1
* more refactoring to session/UOW scope management...under construction !Mike Bayer2006-02-121-27/+17
* cleanup and organization of code mostly in properties, making SyncRules clearer,Mike Bayer2006-02-121-1/+11
* objectstore refactored to have more flexible scopes for UnitOfWorkMike Bayer2006-02-101-37/+26
* trying to get mappers to support having versions against different tables for...Mike Bayer2006-02-071-1/+8
* added __repr__ to HashSetMike Bayer2006-01-261-0/+2
* implemented better hash_key on select allowing proper comparisons, implementedMike Bayer2006-01-191-1/+42
* added some __repr__ functionalityMike Bayer2006-01-081-1/+5
* remove method on HashSetMike Bayer2006-01-081-0/+2
* copyright->2005,2006Mike Bayer2006-01-031-1/+1
* license switchMike Bayer2005-12-311-13/+2
* docstrings, who knewMike Bayer2005-12-161-2/+17
* small tweak to HistoryList to properly report "delete" success, new unit test...Mike Bayer2005-12-151-1/+3
* build in 'backref' property argumentMike Bayer2005-12-091-1/+37
* added rudimentary support for limit and offset (with the hack version in oracle)Mike Bayer2005-12-071-0/+2