| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | - cleanup on some instance vars in Select (is_scalar, is_subquery, _froms is ... | Mike Bayer | 2006-11-25 | 1 | -3/+1 |
* | link to SqlSoup docs on the wiki | Jonathan Ellis | 2006-11-01 | 1 | -2/+2 |
* | raise InvalidRequest when asked to perform DDL on non-Tables | Jonathan Ellis | 2006-10-31 | 1 | -2/+15 |
* | smarter name generation (handles self-referencing Select); new example of usi... | Jonathan Ellis | 2006-10-31 | 1 | -10/+32 |
* | add join explanation for myisam | Jonathan Ellis | 2006-10-24 | 1 | -4/+11 |
* | fully reST-ify doctests | Jonathan Ellis | 2006-10-23 | 1 | -2/+18 |
* | reorganizing classnames a bit, flagging "private" classes in the sql package, | Mike Bayer | 2006-10-17 | 1 | -3/+7 |
* | add compound-where example | Jonathan Ellis | 2006-10-05 | 1 | -2/+9 |
* | r/m sqlsoup.NoSuchTableError (SA proper takes care of that now) | Jonathan Ellis | 2006-10-04 | 1 | -4/+18 |
* | some fixes to sqlite datetime organization, was improperly reflecting | Mike Bayer | 2006-08-12 | 1 | -1/+1 |
* | r/m _reset method | Jonathan Ellis | 2006-08-01 | 1 | -10/+6 |
* | expand explanation of Query methods | Jonathan Ellis | 2006-08-01 | 1 | -5/+26 |
* | add update method | Jonathan Ellis | 2006-07-31 | 1 | -3/+9 |
* | doc update | Jonathan Ellis | 2006-07-30 | 1 | -2/+7 |
* | auto-execute delete stmts | Jonathan Ellis | 2006-07-30 | 1 | -3/+3 |
* | add mappedtable.delete support | Jonathan Ellis | 2006-07-30 | 1 | -1/+13 |
* | soup.engine property | Jonathan Ellis | 2006-07-29 | 1 | -1/+19 |
* | with_labels support | Jonathan Ellis | 2006-07-24 | 1 | -5/+14 |
* | fix outdated link into SA docs for Query objects | Jonathan Ellis | 2006-07-23 | 1 | -3/+3 |
* | de-tabbify | Jonathan Ellis | 2006-07-23 | 1 | -33/+37 |
* | ReST-ify docstring | Jonathan Ellis | 2006-07-23 | 1 | -35/+50 |
* | small join api change | Jonathan Ellis | 2006-07-22 | 1 | -39/+24 |
* | schema support for sqlsoup | Jonathan Ellis | 2006-07-21 | 1 | -9/+13 |
* | fix doctests by ensuring consistent sort order via __cmp__; add join support | Jonathan Ellis | 2006-07-21 | 1 | -22/+97 |
* | converted sqlsoup, got its doctests working (werent working in 0.1 either....... | Mike Bayer | 2006-05-27 | 1 | -28/+42 |
* | added 0.1.7 changes to changelog | Mike Bayer | 2006-05-25 | 1 | -72/+182 |
* | merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1 | Mike Bayer | 2006-05-25 | 1 | -182/+72 |
* | latest from j. ellis... | Mike Bayer | 2006-04-10 | 1 | -72/+182 |
* | J. Ellis' "Simple" ORM module...for Spyce ! (and others...) | Mike Bayer | 2006-03-16 | 1 | -0/+72 |