| Commit message (Expand) | Author | Age | Files | Lines |
* | - remove sqlsoup [ticket:2262] | Mike Bayer | 2012-04-24 | 1 | -813/+0 |
* | typos in lib/sqlalchemy/ext | Diana Clarke | 2012-03-17 | 1 | -2/+2 |
* | sqlsoup is released separately | Mike Bayer | 2012-01-08 | 1 | -2/+9 |
* | fix small update doc issue [ticket:2158] | Mike Bayer | 2012-01-08 | 1 | -1/+1 |
* | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
* | fix a whole bunch of note:: / warning:: that were inline, | Mike Bayer | 2011-12-25 | 1 | -3/+7 |
* | - SQLSoup will not be included in version 0.8 | Mike Bayer | 2011-09-26 | 1 | -0/+5 |
* | - remove some remaining sys.modules shenanigansrel_0_7b1 | Mike Bayer | 2011-02-12 | 1 | -1/+1 |
* | rename 'frozendict' to 'immutabledict', since 'frozen' implies hashability | Mike Bayer | 2011-01-20 | 1 | -1/+1 |
* | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -56/+56 |
* | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -0/+6 |
* | narrow down cascades in session some more | Mike Bayer | 2010-12-19 | 1 | -2/+3 |
* | this is new | Mike Bayer | 2010-11-24 | 1 | -0/+2 |
* | - SqlSoup overhaul | Mike Bayer | 2010-11-24 | 1 | -133/+359 |
* | almost through. | Mike Bayer | 2010-09-04 | 1 | -1/+9 |
* | - the SqlSoup constructor accepts a `base` argument which specifies | Mike Bayer | 2010-05-08 | 1 | -5/+8 |
* | - The official name for the relation() function is now | Mike Bayer | 2010-03-17 | 1 | -6/+6 |
* | remove __cmp__, move to __lt__ , __eq__ per http://docs.python.org/dev/3.0/wh... | Mike Bayer | 2010-02-20 | 1 | -5/+16 |
* | send along the sqlsoup engine for encoding purposes. | Mike Bayer | 2010-01-21 | 1 | -6/+7 |
* | - ensure correct session usage + tests | Mike Bayer | 2010-01-21 | 1 | -5/+5 |
* | - sqlsoup objects no longer have the 'query' attribute - it's | Mike Bayer | 2010-01-16 | 1 | -4/+31 |
* | - added a real unit test for sqlsoup | Mike Bayer | 2009-11-09 | 1 | -164/+103 |
* | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -2/+8 |
* | add schema to entity method | Jonathan Ellis | 2009-03-09 | 1 | -2/+5 |
* | - Query now implements __clause_element__() which produces | Mike Bayer | 2009-01-27 | 1 | -3/+3 |
* | - The "clear()", "save()", "update()", "save_or_update()" | Mike Bayer | 2009-01-17 | 1 | -2/+5 |
* | - Concrete inheriting mappers now instrument attributes which are inherited f... | Mike Bayer | 2009-01-11 | 1 | -1/+1 |
* | allow repr to leave stuff as unicode. I can't think of any reason for the ol... | Jonathan Ellis | 2008-10-29 | 1 | -23/+17 |
* | fix #821 | Jonathan Ellis | 2008-10-28 | 1 | -0/+3 |
* | r/m wildcard imports. fixes #1195 | Jonathan Ellis | 2008-10-27 | 1 | -3/+3 |
* | And thus ends support for Python 2.3. | Jason Kirtland | 2008-07-15 | 1 | -1/+1 |
* | use normal ScopedSession, with autoflush, instead of custom one | Jonathan Ellis | 2008-06-27 | 1 | -26/+8 |
* | r4695 merged to trunk; trunk now becomes 0.5. | Mike Bayer | 2008-05-09 | 1 | -10/+24 |
* | add relate(), entity() methods | Jonathan Ellis | 2008-03-12 | 1 | -3/+41 |
* | `from foo import (name, name)` isn't valid syntax for 2.3. ah well. | Jason Kirtland | 2007-08-21 | 1 | -0/+1 |
* | ReST docstring fix | Jason Kirtland | 2007-08-19 | 1 | -1/+1 |
* | 1. Module layout. sql.py and related move into a package called "sql". | Mike Bayer | 2007-08-18 | 1 | -3/+3 |
* | fix url for 04 docs | Jonathan Ellis | 2007-08-08 | 1 | -1/+1 |
* | update SS docs to 0.4 | Jonathan Ellis | 2007-08-08 | 1 | -52/+35 |
* | merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena... | Mike Bayer | 2007-07-27 | 1 | -6/+7 |
* | - the various "engine" arguments, such as "engine", "connectable", | Mike Bayer | 2007-07-12 | 1 | -2/+3 |
* | - Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData instead | Jason Kirtland | 2007-07-06 | 1 | -2/+2 |
* | add a couple expository notes to docs; fix a couple rst buglets. use modern ... | Jonathan Ellis | 2007-06-01 | 1 | -12/+28 |
* | - column label and bind param "truncation" also generate | Mike Bayer | 2007-03-28 | 1 | -2/+2 |
* | migrated (most) docstrings to pep-257 format, docstring generator using strai... | Mike Bayer | 2007-02-25 | 1 | -79/+135 |
* | added 'ascii' as default encoding in case getdefaultlocale()[1] comes up with... | Mike Bayer | 2007-02-04 | 1 | -1/+1 |
* | justify text | Jonathan Ellis | 2007-01-23 | 1 | -8/+9 |
* | add example of joining to labeled table | Jonathan Ellis | 2007-01-23 | 1 | -1/+10 |
* | split out SelectableClassType from TableClassType, so we don't have to do an ... | Jonathan Ellis | 2007-01-23 | 1 | -17/+37 |
* | document "Accessing the Session" | Jonathan Ellis | 2007-01-17 | 1 | -1/+16 |