| 2011-08-25 |
Mike Bayer | add more discouragment from using before_/after_ mapper... |
commit | commitdiff | tree | snapshot |
| 2011-08-24 |
Mike Bayer | document pool ping recipe |
commit | commitdiff | tree | snapshot |
| 2011-08-22 |
Mike Bayer | who knew we already had a test for that |
commit | commitdiff | tree | snapshot |
| 2011-08-22 |
Mike Bayer | - Improvement to multi-param statement logging, |
commit | commitdiff | tree | snapshot |
| 2011-08-18 |
Mike Bayer | undo accidental patch commit |
commit | commitdiff | tree | snapshot |
| 2011-08-18 |
Mike Bayer | document autocommit when using the compiler extension... |
commit | commitdiff | tree | snapshot |
| 2011-08-17 |
Mike Bayer | document session bind resolution order |
commit | commitdiff | tree | snapshot |
| 2011-08-16 |
Mike Bayer | - Extra keyword arguments to the base Float |
commit | commitdiff | tree | snapshot |
| 2011-08-14 |
Mike Bayer | - Added a slightly nicer __repr__() to SchemaItem |
commit | commitdiff | tree | snapshot |
| 2011-08-14 |
Mike Bayer | - The recreate() method in all pool classes uses |
commit | commitdiff | tree | snapshot |
| 2011-08-14 |
Mike Bayer | - add docstrings for defer(), undefer(), improve name... |
commit | commitdiff | tree | snapshot |
| 2011-08-14 |
Mike Bayer | - Fixed regression in new composite rewrite where |
commit | commitdiff | tree | snapshot |
| 2011-08-13 |
Mike Bayer | this test only runs for PG |
commit | commitdiff | tree | snapshot |
| 2011-08-13 |
Mike Bayer | - add test profiling merge() behavior when merging... |
commit | commitdiff | tree | snapshot |
| 2011-08-09 |
Mike Bayer | - Narrowed the assumption made when reflecting |
commit | commitdiff | tree | snapshot |
| 2011-08-07 |
Mike Bayer | some core cross linkage |
commit | commitdiff | tree | snapshot |
| 2011-08-07 |
Mike Bayer | - basic relational patterns -> all declarative. class... |
commit | commitdiff | tree | snapshot |
| 2011-08-07 |
Mike Bayer | long line formatting |
commit | commitdiff | tree | snapshot |
| 2011-08-07 |
Mike Bayer | more green sections. fun ! |
commit | commitdiff | tree | snapshot |
| 2011-08-07 |
Mike Bayer | update address_count property |
commit | commitdiff | tree | snapshot |
| 2011-08-07 |
Mike Bayer | fix composite example |
commit | commitdiff | tree | snapshot |
| 2011-08-07 |
Mike Bayer | drat |
commit | commitdiff | tree | snapshot |
| 2011-08-07 |
Mike Bayer | - rework collections docs, talk about the simple stuff... |
commit | commitdiff | tree | snapshot |
| 2011-08-07 |
Mike Bayer | declarify the mapper config docs |
commit | commitdiff | tree | snapshot |
| 2011-08-07 |
Mike Bayer | typo |
commit | commitdiff | tree | snapshot |
| 2011-08-07 |
Mike Bayer | - classical mappings |
commit | commitdiff | tree | snapshot |
| 2011-08-07 |
Mike Bayer | edit |
commit | commitdiff | tree | snapshot |
| 2011-08-07 |
Mike Bayer | tutorial content finished, needs fresh proofread as... |
commit | commitdiff | tree | snapshot |
| 2011-08-06 |
Mike Bayer | - Repaired edge case where mapper would fail |
commit | commitdiff | tree | snapshot |
| 2011-08-06 |
Mike Bayer | - rework tutorial to be all declarative, all the time |
commit | commitdiff | tree | snapshot |
| 2011-08-06 |
Mike Bayer | sigh...*NOW* fix it for py3k so the next transformer... |
commit | commitdiff | tree | snapshot |
| 2011-08-06 |
Mike Bayer | fix a test |
commit | commitdiff | tree | snapshot |
| 2011-08-06 |
Mike Bayer | - Query will convert an OFFSET of zero when |
commit | commitdiff | tree | snapshot |
| 2011-08-06 |
Mike Bayer | - Fixed bug in query.join() which would occur |
commit | commitdiff | tree | snapshot |
| 2011-08-06 |
Mike Bayer | - use itertools.count() plus mutex for Query _new_runid... |
commit | commitdiff | tree | snapshot |
| 2011-08-06 |
Mike Bayer | - second pass through association proxy docs, some... |
commit | commitdiff | tree | snapshot |
| 2011-08-06 |
Mike Bayer | - rewrite the docs for association proxy using declarat... |
commit | commitdiff | tree | snapshot |
| 2011-08-04 |
Mike Bayer | - Ensured that the same ValueError is raised for |
commit | commitdiff | tree | snapshot |
| 2011-08-04 |
Mike Bayer | link date/time classes correctly, helps [ticket:2244] |
commit | commitdiff | tree | snapshot |
| 2011-08-03 |
Mike Bayer | - epic rewrite of Query.join documentation |
commit | commitdiff | tree | snapshot |
| 2011-08-01 |
Mike Bayer | - Added after_soft_rollback() Session event. This |
commit | commitdiff | tree | snapshot |
| 2011-07-31 |
Mike Bayer | Added tag rel_0_7_2 for changeset b088914265cc3e918c95d... |
commit | commitdiff | tree | snapshot |
| 2011-07-31 |
Mike Bayer | 0.7.2 + release date rel_0_7_2 |
commit | commitdiff | tree | snapshot |
| 2011-07-31 |
Mike Bayer | fix the test |
commit | commitdiff | tree | snapshot |
| 2011-07-31 |
Mike Bayer | - Load of a deferred() attribute on an object |
commit | commitdiff | tree | snapshot |
| 2011-07-31 |
Mike Bayer | - document get_bind(), [ticket:1053] |
commit | commitdiff | tree | snapshot |
| 2011-07-30 |
Mike Bayer | - add CoerceUTF8 example |
commit | commitdiff | tree | snapshot |
| 2011-07-30 |
Mike Bayer | - Fixed bug where query.join() + aliased=True |
commit | commitdiff | tree | snapshot |
| 2011-07-30 |
Mike Bayer | - Added public attribute ".validators" to |
commit | commitdiff | tree | snapshot |
| 2011-07-28 |
Mike Bayer | - SQLite dialect no longer strips quotes |
commit | commitdiff | tree | snapshot |
| 2011-07-25 |
Mike Bayer | - rework Annotated to no longer use __cmp__(), supply... |
commit | commitdiff | tree | snapshot |
| 2011-07-24 |
Mike Bayer | default dialect, oopsie |
commit | commitdiff | tree | snapshot |
| 2011-07-24 |
Mike Bayer | - rewrite cloned_traverse() and replacement_traverse... |
commit | commitdiff | tree | snapshot |
| 2011-07-24 |
Mike Bayer | - recall that groupby() expects a sorted collection... |
commit | commitdiff | tree | snapshot |
| 2011-07-24 |
Mike Bayer | fix broken tests |
commit | commitdiff | tree | snapshot |
| 2011-07-24 |
Mike Bayer | - added CURRENT to reserved word list. |
commit | commitdiff | tree | snapshot |
| 2011-07-24 |
Mike Bayer | - Fixed OurSQL dialect to use ansi-neutral |
commit | commitdiff | tree | snapshot |
| 2011-07-24 |
Mike Bayer | - Fixed regression from 0.6 where Session.add() |
commit | commitdiff | tree | snapshot |
| 2011-07-24 |
Mike Bayer | - Fixed bug apparent only in Python 3 whereby |
commit | commitdiff | tree | snapshot |
| 2011-07-23 |
Mike Bayer | - document query.get(), ObjectDeletedError fully, ... |
commit | commitdiff | tree | snapshot |
| 2011-07-21 |
Mike Bayer | - Added an informative error message when |
commit | commitdiff | tree | snapshot |
| 2011-07-20 |
Mike Bayer | fix some more typos |
commit | commitdiff | tree | snapshot |
| 2011-07-20 |
Mike Bayer | put a really explicit note about joinedload vs. join... |
commit | commitdiff | tree | snapshot |
| 2011-07-20 |
Mike Bayer | - Fixed regression from 0.6 where a get history |
commit | commitdiff | tree | snapshot |
| 2011-07-20 |
Mike Bayer | - Fixed bug whereby the source clause |
commit | commitdiff | tree | snapshot |
| 2011-07-20 |
Mike Bayer | fix keyword error |
commit | commitdiff | tree | snapshot |
| 2011-07-20 |
Mike Bayer | - Added new "postgresql_ops" argument to |
commit | commitdiff | tree | snapshot |
| 2011-07-19 |
Mike Bayer | - repaired the oracle.RAW type which did not |
commit | commitdiff | tree | snapshot |
| 2011-07-17 |
Mike Bayer | - Fixed bug whereby if a mapped class |
commit | commitdiff | tree | snapshot |
| 2011-07-17 |
Mike Bayer | - Feature enhancement: joined and subquery |
commit | commitdiff | tree | snapshot |
| 2011-07-12 |
Mike Bayer | - Context manager provided by Connection.begin() |
commit | commitdiff | tree | snapshot |
| 2011-07-07 |
Mike Bayer | - add a latex Makefile to texinputs that gets copied... |
commit | commitdiff | tree | snapshot |
| 2011-07-06 |
Mike Bayer | - The join condition produced by with_parent |
commit | commitdiff | tree | snapshot |
| 2011-07-06 |
Mike Bayer | - fix up the invalidate on connect for py3k |
commit | commitdiff | tree | snapshot |
| 2011-07-05 |
Mike Bayer | another typo |
commit | commitdiff | tree | snapshot |
| 2011-07-05 |
Mike Bayer | - fix typo in session section |
commit | commitdiff | tree | snapshot |
| 2011-07-04 |
Mike Bayer | - fix pypostgresql typo, [ticket:2185] |
commit | commitdiff | tree | snapshot |
| 2011-07-04 |
Mike Bayer | - Added an improved repr() to TypeEngine objects |
commit | commitdiff | tree | snapshot |
| 2011-07-02 |
Mike Bayer | - fix documentation versions in conf.py, other changes... |
commit | commitdiff | tree | snapshot |
| 2011-07-01 |
Mike Bayer | - add doc to schema docs linking to declarative usage... |
commit | commitdiff | tree | snapshot |
| 2011-07-01 |
Mike Bayer | - Failures on connect which raise dbapi.Error |
commit | commitdiff | tree | snapshot |
| 2011-07-01 |
Mike Bayer | - Fixed bug in the mutable extension whereby |
commit | commitdiff | tree | snapshot |
| 2011-06-30 |
Mike Bayer | - Fixed bug where "autoincrement" detection on |
commit | commitdiff | tree | snapshot |
| 2011-06-30 |
Mike Bayer | - Fixed bug in the mutable extension whereby |
commit | commitdiff | tree | snapshot |
| 2011-06-30 |
Mike Bayer | - Fixed bug whereby adaptation of old append_ddl_list... |
commit | commitdiff | tree | snapshot |
| 2011-06-30 |
Mike Bayer | - add a mention of attributeevents in the validates doc |
commit | commitdiff | tree | snapshot |
| 2011-06-29 |
Mike Bayer | - document that pysqlite does not share temporary tables |
commit | commitdiff | tree | snapshot |
| 2011-06-27 |
Mike Bayer | - Fixed subtle bug that caused SQL to blow |
commit | commitdiff | tree | snapshot |
| 2011-06-27 |
Mike Bayer | - Fixed a subtle bug involving column |
commit | commitdiff | tree | snapshot |
| 2011-06-26 |
Mike Bayer | if python 2.4, have DontWrapException be old style |
commit | commitdiff | tree | snapshot |
| 2011-06-26 |
Mike Bayer | time for a better arch diagram |
commit | commitdiff | tree | snapshot |
| 2011-06-26 |
Mike Bayer | - Fixed the attribute shard example to check |
commit | commitdiff | tree | snapshot |
| 2011-06-25 |
Mike Bayer | - new section on backrefs |
commit | commitdiff | tree | snapshot |
| 2011-06-23 |
Mike Bayer | - the "cascade" section of the session doc was totally... |
commit | commitdiff | tree | snapshot |
| 2011-06-23 |
Mike Bayer | - add docs about not using text() with session.execute() |
commit | commitdiff | tree | snapshot |
| 2011-06-23 |
Mike Bayer | - rename EagerLoader to JoinedLoader |
commit | commitdiff | tree | snapshot |
| 2011-06-23 |
Mike Bayer | fix docstring |
commit | commitdiff | tree | snapshot |
| 2011-06-22 |
Mike Bayer | - add doc example for column_property() on an associati... |
commit | commitdiff | tree | snapshot |
| 2011-06-22 |
Mike Bayer | try to get py3k to pass here |
commit | commitdiff | tree | snapshot |
| 2011-06-22 |
Mike Bayer | fix test |
commit | commitdiff | tree | snapshot |
| next |