summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* happy new yearMike Bayer2008-01-011-1/+1
* introductory docstring bonanzaMike Bayer2007-12-182-8/+10
* - select().as_scalar() will raise an exception if the select does not haveMike Bayer2007-12-181-4/+2
* fix...Mike Bayer2007-12-091-2/+2
* - mutable primary key support is added. primary key columns can beMike Bayer2007-12-091-0/+26
* - added new methods to TypeDecorator, process_bind_param() andMike Bayer2007-12-081-7/+18
* changed the anonymous numbering scheme to be more appealingMike Bayer2007-12-082-15/+15
* corrected for current output...Mike Bayer2007-12-082-23/+23
* added a mention about `eagerload_all()` [ticket:897]Mike Bayer2007-12-081-0/+10
* assert_unicode=True replaced with default of assert_unicode='warn'Mike Bayer2007-12-051-2/+2
* new synonym() behavior, including auto-attribute gen, attribute decoration,Mike Bayer2007-11-281-27/+10
* default value of assert_unicode is None on String, False on create_engine(), ...Mike Bayer2007-11-282-2/+2
* editsMike Bayer2007-11-251-44/+12
* - added new flag to String and create_engine(), assert_unicode=(True|False|No...Mike Bayer2007-11-252-13/+46
* Typo fixJason Kirtland2007-11-201-3/+3
* doctest fixupsrel_0_4_1Mike Bayer2007-11-182-4/+4
* - session.refresh() and session.expire() now support an additional argumentMike Bayer2007-11-181-0/+12
* Removed out of date identity map language (thanks, Jiten)Jason Kirtland2007-11-101-5/+1
* - identified some cases where Alias needs to be cloned; but still cant cloneMike Bayer2007-11-082-10/+12
* Added note about EXT_CONTINUE to 3.x -> 4.x migration guideRick Morrison2007-11-051-1/+3
* added small clarification on single-table inheritance mapper defRick Morrison2007-11-031-0/+2
* doc updates for save_on_init=False, merge(...dont_save=True)Mike Bayer2007-11-021-3/+28
* - merged factor_down_bindparams branch.Mike Bayer2007-11-011-3/+3
* typos, PassiveDefault likes "text()" otherwise the argument is a literalMike Bayer2007-10-171-2/+2
* typoMike Bayer2007-10-171-1/+1
* change the in_ API to accept a sequence or a selectable [ticket:750]Ants Aasma2007-10-162-4/+4
* Typo fix (thanks Ben!)Jason Kirtland2007-10-161-2/+2
* fix typo in examplesGaëtan de Menten2007-10-151-2/+2
* - much more query verbiageMike Bayer2007-10-151-81/+185
* documenting PropComparator behavior in orm tutorialMike Bayer2007-10-141-1/+89
* set svn:eol-style nativeJason Kirtland2007-10-131-71/+71
* - doc updates. generated sql docs are against sql.expression now.Mike Bayer2007-09-285-960/+23
* bump to beta7, but might become 0.4.0Mike Bayer2007-09-272-9/+16
* - some docstrings for select()Mike Bayer2007-09-262-25/+25
* add micro-doc for sequence standalone executionMike Bayer2007-09-261-0/+6
* - merged sa_entity branch. the big change here is the attributes systemMike Bayer2007-09-221-2/+6
* entity refsMike Bayer2007-09-011-2/+2
* editsMike Bayer2007-09-011-8/+12
* - got all examples workingMike Bayer2007-09-011-58/+36
* - merged inline inserts branchMike Bayer2007-09-011-2/+2
* fix typos in assoc_proxy docGaëtan de Menten2007-08-271-3/+3
* docstring compile fixupMike Bayer2007-08-181-5/+7
* editsMike Bayer2007-08-121-2/+2
* - scoped_session docsMike Bayer2007-08-121-1/+122
* typosMike Bayer2007-08-121-3/+3
* added a brief migration guiderel_0_4beta1Mike Bayer2007-08-121-0/+80
* formatting tweaksMike Bayer2007-08-091-1/+1
* moved old plugins to "deprecated" subheading, took out SessionContext/assignm...Mike Bayer2007-08-091-290/+99
* some editsMike Bayer2007-08-092-4/+12
* - decoupled all ColumnElements from also being Selectables. this meansMike Bayer2007-08-091-1/+0