summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/sqlsoup.py
Commit message (Expand)AuthorAgeFilesLines
...
* - cleanup on some instance vars in Select (is_scalar, is_subquery, _froms is ...Mike Bayer2006-11-251-3/+1
* link to SqlSoup docs on the wikiJonathan Ellis2006-11-011-2/+2
* raise InvalidRequest when asked to perform DDL on non-TablesJonathan Ellis2006-10-311-2/+15
* smarter name generation (handles self-referencing Select); new example of usi...Jonathan Ellis2006-10-311-10/+32
* add join explanation for myisamJonathan Ellis2006-10-241-4/+11
* fully reST-ify doctestsJonathan Ellis2006-10-231-2/+18
* reorganizing classnames a bit, flagging "private" classes in the sql package,Mike Bayer2006-10-171-3/+7
* add compound-where exampleJonathan Ellis2006-10-051-2/+9
* r/m sqlsoup.NoSuchTableError (SA proper takes care of that now)Jonathan Ellis2006-10-041-4/+18
* some fixes to sqlite datetime organization, was improperly reflectingMike Bayer2006-08-121-1/+1
* 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
* 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-251-72/+182
* merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1Mike Bayer2006-05-251-182/+72
* latest from j. ellis...Mike Bayer2006-04-101-72/+182
* J. Ellis' "Simple" ORM module...for Spyce ! (and others...)Mike Bayer2006-03-161-0/+72