summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/sqlsoup.py
Commit message (Collapse)AuthorAgeFilesLines
...
* - cleanup on some instance vars in Select (is_scalar, is_subquery, _froms is ↵Mike Bayer2006-11-251-3/+1
| | | | | | | __froms, removed unused 'nowait', '_text', etc) - cleaned up __repr__ on Column, AbstractTypeEngine - added standalone intersect(_all), except(_all) functions, unit tests illustrating nesting patterns [ticket:247]
* 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 ↵Jonathan Ellis2006-10-311-10/+32
| | | | using Soup.map
* 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
| | | | | getting the generated docs to look a little nicer. fixes to extensions, sqlsoup etc. to be compatible with recent API tweaks
* 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
| | | | add sqlsoup.PKNotFoundError
* some fixes to sqlite datetime organization, was improperly reflectingMike Bayer2006-08-121-1/+1
| | | | the "date" type as a "datetime"
* 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
| | | | with_labels stuff doesn't quite work yet -- needs that select(from_obj=[join]) support -- so no doctest
* 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 ↵Mike Bayer2006-05-271-28/+42
| | | | | | either....), added doctest hook to testsuite fix to selectone_by/selectone when zero rows returned
* added 0.1.7 changes to changelogMike Bayer2006-05-251-72/+182
| | | | | latest sqlsoup from 0.1.7 s. cazzells fixes to assignmapper, threadlocal
* 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