summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/mods
Commit message (Expand)AuthorAgeFilesLines
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-092-7/+0
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-273-230/+1
* migrated (most) docstrings to pep-257 format, docstring generator using strai...Mike Bayer2007-02-253-31/+73
* - attributes module and test suite moves underneath 'orm' packageMike Bayer2006-10-222-8/+10
* sqlite detects version and disables CAST if version < 3.2.3Mike Bayer2006-07-111-1/+2
* activemapper will use threadlocal mod's objectstore if its installedMike Bayer2006-07-101-8/+8
* selectresults docsMike Bayer2006-05-281-0/+2
* added 0.1.7 changes to changelogMike Bayer2006-05-251-5/+2
* merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1Mike Bayer2006-05-254-90/+189
* c. martinez' fix to slicing logicMike Bayer2006-05-181-2/+2
* install_mod can take strings or module itemsMike Bayer2006-04-071-2/+5
* mapper's querying facilities migrated to new query.Query() object, which can ...Mike Bayer2006-04-061-9/+9
* adjustments...Mike Bayer2006-03-311-0/+2
* tweak...Mike Bayer2006-03-311-1/+1
* got install_mods to workMike Bayer2006-03-311-1/+2
* introducing...the mods package ! the SelectResults thing moves as the first modMike Bayer2006-03-312-0/+87