summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/sqlsoup.py
Commit message (Expand)AuthorAgeFilesLines
* - remove sqlsoup [ticket:2262]Mike Bayer2012-04-241-813/+0
* typos in lib/sqlalchemy/extDiana Clarke2012-03-171-2/+2
* sqlsoup is released separatelyMike Bayer2012-01-081-2/+9
* fix small update doc issue [ticket:2158]Mike Bayer2012-01-081-1/+1
* happy new yearMike Bayer2012-01-041-1/+1
* fix a whole bunch of note:: / warning:: that were inline,Mike Bayer2011-12-251-3/+7
* - SQLSoup will not be included in version 0.8Mike Bayer2011-09-261-0/+5
* - remove some remaining sys.modules shenanigansrel_0_7b1Mike Bayer2011-02-121-1/+1
* rename 'frozendict' to 'immutabledict', since 'frozen' implies hashabilityMike Bayer2011-01-201-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
* narrow down cascades in session some moreMike Bayer2010-12-191-2/+3
* 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