summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext
Commit message (Expand)AuthorAgeFilesLines
* - fix to using query.count() with distinct, **kwargs with SelectResultsMike Bayer2006-08-271-1/+1
* some fixes to sqlite datetime organization, was improperly reflectingMike Bayer2006-08-121-1/+1
* SelectResults will use a subselect, when calling an aggregate (i.e.Mike Bayer2006-08-111-5/+17
* r/m _reset methodJonathan Ellis2006-08-011-10/+6
* expand explanation of Query methodsJonathan Ellis2006-08-011-5/+26
* add update methodJonathan Ellis2006-07-311-3/+9
* doc updateJonathan Ellis2006-07-301-2/+7
* auto-execute delete stmtsJonathan Ellis2006-07-301-3/+3
* add mappedtable.delete supportJonathan Ellis2006-07-301-1/+13
* soup.engine propertyJonathan Ellis2006-07-291-1/+19
* with_labels supportJonathan Ellis2006-07-241-5/+14
* fix outdated link into SA docs for Query objectsJonathan Ellis2006-07-231-3/+3
* de-tabbifyJonathan Ellis2006-07-231-33/+37
* ReST-ify docstringJonathan Ellis2006-07-231-35/+50
* small join api changeJonathan Ellis2006-07-221-39/+24
* schema support for sqlsoupJonathan Ellis2006-07-211-9/+13
* fix doctests by ensuring consistent sort order via __cmp__; add join supportJonathan Ellis2006-07-211-22/+97
* _selectable interface; allows sqlsoup to pass its classes to Join and have th...Jonathan Ellis2006-07-212-5/+3
* assignmapper was setting is_primary=True, causing all sorts of mayhemMike Bayer2006-07-201-1/+0
* ActiveMapper now supports autoloading of column definitions if you supplyJonathan LaCour2006-07-141-4/+32
* added count/count_by to assignmapper, plus a test in activemapper to try it outMike Bayer2006-07-131-1/+1
* sqlite detects version and disables CAST if version < 3.2.3Mike Bayer2006-07-111-0/+1
* activemapper will use threadlocal mod's objectstore if its installedMike Bayer2006-07-101-14/+13
* works without backrefs too....Mike Bayer2006-07-101-0/+4
* some refactorings to activemapper, made relationship() class have some polymo...Mike Bayer2006-07-091-44/+54
* small fix to relation compilationMike Bayer2006-07-091-1/+0
* some adjustments to activemapper's objectstore to be composed against Session...Mike Bayer2006-07-011-7/+9
* Put back in the foreign-key checking code in process_relationships forJonathan LaCour2006-06-301-6/+0
* There were two significant changes in this commit:Jonathan LaCour2006-06-291-2/+19
* Updated ActiveMapper to support order_by parameters on all relationships.Jonathan LaCour2006-06-281-8/+18
* removed non py2.3ish parenthesisMike Bayer2006-06-221-3/+3
* Replaced tab spacing with plain spaces.sean2006-06-211-3/+3
* fixed [ticket:200]Mike Bayer2006-06-071-1/+0
* Further improved the process_relationships function to handle the ordering ofJonathan LaCour2006-06-061-22/+72
* fix to backref when its none for one-to-oneMike Bayer2006-06-061-1/+3
* HashSet is gone, uses set() for most sets in py2.4 or sets.Set.Mike Bayer2006-06-051-2/+2
* selectresults docsMike Bayer2006-05-281-1/+20
* doc updates, added 'save' method to assignmapperMike Bayer2006-05-271-1/+1
* converted sqlsoup, got its doctests working (werent working in 0.1 either.......Mike Bayer2006-05-271-28/+42
* added 0.1.7 changes to changelogMike Bayer2006-05-252-72/+185
* merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1Mike Bayer2006-05-256-312/+343
* Got the unit tests running again, apart from the two that were not working inJonathan LaCour2006-04-231-37/+36
* Updates to ActiveMapper contributed by Gabriel Jacobo. The main purpose of theJonathan LaCour2006-04-201-21/+50
* latest from j. ellis...Mike Bayer2006-04-101-72/+182
* Added preliminary support for inheritance.jeff2006-04-081-9/+9
* split up Session into Session/LegacySession, added some new constructor argsMike Bayer2006-04-061-1/+9
* moves the binding of a TypeEngine object from "schema/statement creation" tim...Mike Bayer2006-04-061-39/+0
* J. Ellis' "Simple" ORM module...for Spyce ! (and others...)Mike Bayer2006-03-161-0/+72
* rudimentary support for many-to-many relation. Still requires a separately de...jeff2006-03-031-10/+17
* engine property allows polymorphic access to get_engine/set_engineMike Bayer2006-03-021-7/+1