| Commit message (Expand) | Author | Age | Files | Lines |
| * | happy new year | Mike Bayer | 2008-01-01 | 1 | -1/+1 |
| * | introductory docstring bonanza | Mike Bayer | 2007-12-18 | 2 | -8/+10 |
| * | - select().as_scalar() will raise an exception if the select does not have | Mike Bayer | 2007-12-18 | 1 | -4/+2 |
| * | fix... | Mike Bayer | 2007-12-09 | 1 | -2/+2 |
| * | - mutable primary key support is added. primary key columns can be | Mike Bayer | 2007-12-09 | 1 | -0/+26 |
| * | - added new methods to TypeDecorator, process_bind_param() and | Mike Bayer | 2007-12-08 | 1 | -7/+18 |
| * | changed the anonymous numbering scheme to be more appealing | Mike Bayer | 2007-12-08 | 2 | -15/+15 |
| * | corrected for current output... | Mike Bayer | 2007-12-08 | 2 | -23/+23 |
| * | added a mention about `eagerload_all()` [ticket:897] | Mike Bayer | 2007-12-08 | 1 | -0/+10 |
| * | assert_unicode=True replaced with default of assert_unicode='warn' | Mike Bayer | 2007-12-05 | 1 | -2/+2 |
| * | new synonym() behavior, including auto-attribute gen, attribute decoration, | Mike Bayer | 2007-11-28 | 1 | -27/+10 |
| * | default value of assert_unicode is None on String, False on create_engine(), ... | Mike Bayer | 2007-11-28 | 2 | -2/+2 |
| * | edits | Mike Bayer | 2007-11-25 | 1 | -44/+12 |
| * | - added new flag to String and create_engine(), assert_unicode=(True|False|No... | Mike Bayer | 2007-11-25 | 2 | -13/+46 |
| * | Typo fix | Jason Kirtland | 2007-11-20 | 1 | -3/+3 |
| * | doctest fixupsrel_0_4_1 | Mike Bayer | 2007-11-18 | 2 | -4/+4 |
| * | - session.refresh() and session.expire() now support an additional argument | Mike Bayer | 2007-11-18 | 1 | -0/+12 |
| * | Removed out of date identity map language (thanks, Jiten) | Jason Kirtland | 2007-11-10 | 1 | -5/+1 |
| * | - identified some cases where Alias needs to be cloned; but still cant clone | Mike Bayer | 2007-11-08 | 2 | -10/+12 |
| * | Added note about EXT_CONTINUE to 3.x -> 4.x migration guide | Rick Morrison | 2007-11-05 | 1 | -1/+3 |
| * | added small clarification on single-table inheritance mapper def | Rick Morrison | 2007-11-03 | 1 | -0/+2 |
| * | doc updates for save_on_init=False, merge(...dont_save=True) | Mike Bayer | 2007-11-02 | 1 | -3/+28 |
| * | - merged factor_down_bindparams branch. | Mike Bayer | 2007-11-01 | 1 | -3/+3 |
| * | typos, PassiveDefault likes "text()" otherwise the argument is a literal | Mike Bayer | 2007-10-17 | 1 | -2/+2 |
| * | typo | Mike Bayer | 2007-10-17 | 1 | -1/+1 |
| * | change the in_ API to accept a sequence or a selectable [ticket:750] | Ants Aasma | 2007-10-16 | 2 | -4/+4 |
| * | Typo fix (thanks Ben!) | Jason Kirtland | 2007-10-16 | 1 | -2/+2 |
| * | fix typo in examples | Gaëtan de Menten | 2007-10-15 | 1 | -2/+2 |
| * | - much more query verbiage | Mike Bayer | 2007-10-15 | 1 | -81/+185 |
| * | documenting PropComparator behavior in orm tutorial | Mike Bayer | 2007-10-14 | 1 | -1/+89 |
| * | set svn:eol-style native | Jason Kirtland | 2007-10-13 | 1 | -71/+71 |
| * | - doc updates. generated sql docs are against sql.expression now. | Mike Bayer | 2007-09-28 | 5 | -960/+23 |
| * | bump to beta7, but might become 0.4.0 | Mike Bayer | 2007-09-27 | 2 | -9/+16 |
| * | - some docstrings for select() | Mike Bayer | 2007-09-26 | 2 | -25/+25 |
| * | add micro-doc for sequence standalone execution | Mike Bayer | 2007-09-26 | 1 | -0/+6 |
| * | - merged sa_entity branch. the big change here is the attributes system | Mike Bayer | 2007-09-22 | 1 | -2/+6 |
| * | entity refs | Mike Bayer | 2007-09-01 | 1 | -2/+2 |
| * | edits | Mike Bayer | 2007-09-01 | 1 | -8/+12 |
| * | - got all examples working | Mike Bayer | 2007-09-01 | 1 | -58/+36 |
| * | - merged inline inserts branch | Mike Bayer | 2007-09-01 | 1 | -2/+2 |
| * | fix typos in assoc_proxy doc | Gaëtan de Menten | 2007-08-27 | 1 | -3/+3 |
| * | docstring compile fixup | Mike Bayer | 2007-08-18 | 1 | -5/+7 |
| * | edits | Mike Bayer | 2007-08-12 | 1 | -2/+2 |
| * | - scoped_session docs | Mike Bayer | 2007-08-12 | 1 | -1/+122 |
| * | typos | Mike Bayer | 2007-08-12 | 1 | -3/+3 |
| * | added a brief migration guiderel_0_4beta1 | Mike Bayer | 2007-08-12 | 1 | -0/+80 |
| * | formatting tweaks | Mike Bayer | 2007-08-09 | 1 | -1/+1 |
| * | moved old plugins to "deprecated" subheading, took out SessionContext/assignm... | Mike Bayer | 2007-08-09 | 1 | -290/+99 |
| * | some edits | Mike Bayer | 2007-08-09 | 2 | -4/+12 |
| * | - decoupled all ColumnElements from also being Selectables. this means | Mike Bayer | 2007-08-09 | 1 | -1/+0 |