summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/sqlsoup.py
Commit message (Expand)AuthorAgeFilesLines
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-6/+7
* - the various "engine" arguments, such as "engine", "connectable",Mike Bayer2007-07-121-2/+3
* - Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData insteadJason Kirtland2007-07-061-2/+2
* add a couple expository notes to docs; fix a couple rst buglets. use modern ...Jonathan Ellis2007-06-011-12/+28
* - column label and bind param "truncation" also generateMike Bayer2007-03-281-2/+2
* migrated (most) docstrings to pep-257 format, docstring generator using strai...Mike Bayer2007-02-251-79/+135
* added 'ascii' as default encoding in case getdefaultlocale()[1] comes up with...Mike Bayer2007-02-041-1/+1
* justify textJonathan Ellis2007-01-231-8/+9
* add example of joining to labeled tableJonathan Ellis2007-01-231-1/+10
* split out SelectableClassType from TableClassType, so we don't have to do an ...Jonathan Ellis2007-01-231-17/+37
* document "Accessing the Session"Jonathan Ellis2007-01-171-1/+16
* - 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