| Commit message (Expand) | Author | Age | Files | Lines |
| * | tweaks | Mike Bayer | 2007-01-17 | 1 | -0/+2 |
| * | updates, verbiage | Mike Bayer | 2007-01-17 | 2 | -31/+54 |
| * | verbiage updates, this is a work-in-progress (WIP) | Mike Bayer | 2007-01-16 | 1 | -7/+20 |
| * | - added optional constructor to sql.ColumnCollection | Mike Bayer | 2007-01-15 | 1 | -0/+12 |
| * | [ticket:398] | Mike Bayer | 2007-01-14 | 1 | -0/+2 |
| * | brief mention of defer, undefer | Jonathan Ellis | 2007-01-07 | 1 | -0/+7 |
| * | - global "insure"->"ensure" change. in US english "insure" is actually | Mike Bayer | 2007-01-01 | 4 | -6/+6 |
| * | fixed the raise for mysql to re-raise the errorrel_0_3_3 | Mike Bayer | 2006-12-15 | 2 | -3/+1 |
| * | - fixes to passive_deletes flag, lazy=None (noload) flag | Mike Bayer | 2006-12-12 | 1 | -0/+48 |
| * | added style for page controlrel_0_3_2 | Mike Bayer | 2006-12-10 | 1 | -76/+120 |
| * | moved page control links | Mike Bayer | 2006-12-10 | 2 | -2/+7 |
| * | would help to have the files all checked in.... | Mike Bayer | 2006-12-10 | 1 | -0/+20 |
| * | removing references to 0.2 series from docs | Mike Bayer | 2006-12-10 | 5 | -7/+7 |
| * | clarify docs for query.instances() [ticket:386] | Mike Bayer | 2006-12-09 | 1 | -5/+5 |
| * | - identity map in Session is by default *no longer weak referencing*. | Mike Bayer | 2006-12-09 | 1 | -4/+4 |
| * | docs/examples/unittests for remote_side | Mike Bayer | 2006-12-08 | 1 | -4/+5 |
| * | got a rudimentary one-page display going | Mike Bayer | 2006-12-05 | 8 | -25/+46 |
| * | doc adjust for "dirty" list behavior | Mike Bayer | 2006-12-05 | 1 | -3/+5 |
| * | its that timerel_0_3_1 | Mike Bayer | 2006-11-13 | 1 | -1/+1 |
| * | tweaks to get module functions links to work | Mike Bayer | 2006-11-13 | 2 | -3/+5 |
| * | edits | Mike Bayer | 2006-11-13 | 1 | -5/+13 |
| * | edits | Mike Bayer | 2006-11-12 | 1 | -5/+51 |
| * | - "delete-orphan" for a certain type can be set on more than one parent class; | Mike Bayer | 2006-11-10 | 1 | -1/+1 |
| * | create_args->connect_args | Mike Bayer | 2006-11-08 | 1 | -1/+1 |
| * | - added an assertion within the "cascade" step of ORM relationships to check | Mike Bayer | 2006-11-03 | 2 | -1/+82 |
| * | link to SqlSoup docs on the wiki | Jonathan Ellis | 2006-11-01 | 1 | -6/+4 |
| * | - SingletonConnectionPool must use the "threadlocal" pooling behavior | Mike Bayer | 2006-10-24 | 1 | -0/+1 |
| * | - some new Pool utility classes, updated docs | Mike Bayer | 2006-10-24 | 2 | -17/+47 |
| * | fixed the example, because my brain goes blank when i work on that page, | Mike Bayer | 2006-10-23 | 1 | -11/+14 |
| * | association mappings are now simpler, updated docs | Mike Bayer | 2006-10-23 | 2 | -4/+7 |
| * | "circular mapping" is out, SA figures that stuff out for you | Mike Bayer | 2006-10-22 | 1 | -19/+0 |
| * | docstring | Mike Bayer | 2006-10-22 | 1 | -0/+7 |
| * | . | Mike Bayer | 2006-10-22 | 1 | -1/+1 |
| * | more on non-threadsafeness | Mike Bayer | 2006-10-22 | 1 | -3/+4 |
| * | docs about objects not being threadsafe | Mike Bayer | 2006-10-22 | 2 | -23/+26 |
| * | - attributes module and test suite moves underneath 'orm' package | Mike Bayer | 2006-10-22 | 1 | -1/+1 |
| * | ugh, restored brackets | Mike Bayer | 2006-10-21 | 1 | -1/+1 |
| * | docstrings | Mike Bayer | 2006-10-21 | 1 | -1/+4 |
| * | took out unused formatting | Mike Bayer | 2006-10-21 | 1 | -5/+0 |
| * | take those 2.4 generators out.... | Mike Bayer | 2006-10-21 | 1 | -1/+1 |
| * | merge of new documentation generation system | Mike Bayer | 2006-10-21 | 26 | -1105/+788 |
| * | some docstring stuff | Mike Bayer | 2006-10-20 | 1 | -1/+1 |
| * | got linking of classes to work. but what a mess the doc code is now. | Mike Bayer | 2006-10-20 | 5 | -159/+208 |
| * | fixed __repr__ style to be inline with python style guide [ticket:341] | Mike Bayer | 2006-10-19 | 1 | -14/+16 |
| * | typo | Mike Bayer | 2006-10-17 | 1 | -2/+2 |
| * | synonym does not create the proxying behavior unless the flag 'proxy=True' is... | Mike Bayer | 2006-10-17 | 1 | -1/+15 |
| * | reorganizing classnames a bit, flagging "private" classes in the sql package, | Mike Bayer | 2006-10-17 | 3 | -18/+19 |
| * | latest markdown, added "bold link" style to doc generator | Mike Bayer | 2006-10-17 | 3 | -555/+490 |
| * | quote function names | Mike Bayer | 2006-10-16 | 1 | -1/+1 |
| * | apparently re.S makes things go b00m | Mike Bayer | 2006-10-16 | 2 | -7/+5 |