summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/sqlsoup.py
Commit message (Expand)AuthorAgeFilesLines
* Add some `Sphinx` paragraph level versions informations markups,Mike Bayer2012-06-081-7/+17
* copyrightMike Bayer2012-05-051-1/+1
* -whitespace removal bonanzaMike Bayer2011-01-021-56/+56
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-0/+6
* this is newMike Bayer2010-11-241-0/+2
* - SqlSoup overhaulMike Bayer2010-11-241-133/+359
* almost through.Mike Bayer2010-09-041-1/+9
* - the SqlSoup constructor accepts a `base` argument which specifiesMike Bayer2010-05-081-5/+8
* - The official name for the relation() function is nowMike Bayer2010-03-171-6/+6
* remove __cmp__, move to __lt__ , __eq__ per http://docs.python.org/dev/3.0/wh...Mike Bayer2010-02-201-5/+16
* send along the sqlsoup engine for encoding purposes.Mike Bayer2010-01-211-6/+7
* - ensure correct session usage + testsMike Bayer2010-01-211-5/+5
* - sqlsoup objects no longer have the 'query' attribute - it'sMike Bayer2010-01-161-4/+31
* - added a real unit test for sqlsoupMike Bayer2009-11-091-164/+103
* merge 0.6 series to trunk.Mike Bayer2009-08-061-2/+8
* add schema to entity methodJonathan Ellis2009-03-091-2/+5
* - Query now implements __clause_element__() which producesMike Bayer2009-01-271-3/+3
* - The "clear()", "save()", "update()", "save_or_update()"Mike Bayer2009-01-171-2/+5
* - Concrete inheriting mappers now instrument attributes which are inherited f...Mike Bayer2009-01-111-1/+1
* allow repr to leave stuff as unicode. I can't think of any reason for the ol...Jonathan Ellis2008-10-291-23/+17
* fix #821Jonathan Ellis2008-10-281-0/+3
* r/m wildcard imports. fixes #1195Jonathan Ellis2008-10-271-3/+3
* And thus ends support for Python 2.3.Jason Kirtland2008-07-151-1/+1
* use normal ScopedSession, with autoflush, instead of custom oneJonathan Ellis2008-06-271-26/+8
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-10/+24
* add relate(), entity() methodsJonathan Ellis2008-03-121-3/+41
* `from foo import (name, name)` isn't valid syntax for 2.3. ah well.Jason Kirtland2007-08-211-0/+1
* ReST docstring fixJason Kirtland2007-08-191-1/+1
* 1. Module layout. sql.py and related move into a package called "sql".Mike Bayer2007-08-181-3/+3
* fix url for 04 docsJonathan Ellis2007-08-081-1/+1
* update SS docs to 0.4Jonathan Ellis2007-08-081-52/+35
* 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