2011-10-11 |
Mike Bayer | - Added new flag expire_on_flush=False to column_prop... |
commit | commitdiff | tree |
2011-10-11 |
Mike Bayer | - adjust some tests and such to work better with a... |
commit | commitdiff | tree |
2011-10-05 |
Mike Bayer | - Fixed bug related to [ticket:2141] whereby the |
commit | commitdiff | tree |
2011-10-04 |
Mike Bayer | add a test to confirm alter table of pk column gets... |
commit | commitdiff | tree |
2011-10-03 |
Mike Bayer | undo that change with the _, it doesn't break round... |
commit | commitdiff | tree |
2011-10-03 |
Mike Bayer | - a CREATE TABLE will put the COLLATE option |
commit | commitdiff | tree |
2011-10-02 |
Mike Bayer | - Added "postgresql_using" argument to Index(), produces |
commit | commitdiff | tree |
2011-09-28 |
Mike Bayer | - Enhanced the instrumentation in the ORM to support |
commit | commitdiff | tree |
2011-09-28 |
Mike Bayer | - Fixed bug whereby mapper.order_by attribute would |
commit | commitdiff | tree |
2011-09-26 |
Mike Bayer | - SQLSoup will not be included in version 0.8 |
commit | commitdiff | tree |
2011-09-26 |
Mike Bayer | changelog |
commit | commitdiff | tree |
2011-09-26 |
Mike Bayer | warn when a subclass' base uses @declared_attr for... |
commit | commitdiff | tree |
2011-09-26 |
Mike Bayer | improved docs on select_from() [ticket:2274] |
commit | commitdiff | tree |
2011-09-26 |
Mike Bayer | - Adjusted dictlike-polymorphic.py example |
commit | commitdiff | tree |
2011-09-24 |
Mike Bayer | fix test |
commit | commitdiff | tree |
2011-09-24 |
Mike Bayer | fix tests here, mssql/mysql are mutually exclusive... |
commit | commitdiff | tree |
2011-09-24 |
Mike Bayer | - When an open Session is garbage collected, the objects |
commit | commitdiff | tree |
2011-09-24 |
Mike Bayer | - The String type now generates VARCHAR2 on Oracle |
commit | commitdiff | tree |
2011-09-24 |
Mike Bayer | - The integer "id" used to link a mapped instance with |
commit | commitdiff | tree |
2011-09-24 |
Mike Bayer | - The entry point resolution supported by |
commit | commitdiff | tree |
2011-09-24 |
Mike Bayer | more specific |
commit | commitdiff | tree |
2011-09-24 |
Mike Bayer | document CircularDependencyError. [ticket:2285] |
commit | commitdiff | tree |
2011-09-24 |
Mike Bayer | - The behavior of =/!= when comparing a scalar select |
commit | commitdiff | tree |
2011-09-24 |
Mike Bayer | - Modified Column.copy() to use _constructor(), |
commit | commitdiff | tree |
2011-09-22 |
Mike Bayer | - Fixed bug in unit of work whereby detection of |
commit | commitdiff | tree |
2011-09-22 |
Mike Bayer | remove inline imports from core events too |
commit | commitdiff | tree |
2011-09-22 |
Mike Bayer | remove all inline imports statements from events.py... |
commit | commitdiff | tree |
2011-09-21 |
Mike Bayer | add a document note regarding CAST and the workaround... |
commit | commitdiff | tree |
2011-09-21 |
Mike Bayer | no this is not in 0.6.9, it was an 0.7 regression |
commit | commitdiff | tree |
2011-09-21 |
Mike Bayer | - Fixed ReturningResultProxy for zxjdbc dialect. |
commit | commitdiff | tree |
2011-09-21 |
Mike Bayer | - Fixed bug whereby with_only_columns() method of |
commit | commitdiff | tree |
2011-09-21 |
Mike Bayer | - Adjusted the "importlater" mechanism, which is |
commit | commitdiff | tree |
2011-09-21 |
Mike Bayer | ensure sa_pool_key isn't passed to connect |
commit | commitdiff | tree |
2011-09-20 |
Mike Bayer | - Added optional "sa_pool_key" argument to |
commit | commitdiff | tree |
2011-09-20 |
Mike Bayer | plus synonyms accessed as string |
commit | commitdiff | tree |
2011-09-19 |
Mike Bayer | - added "adapt_on_names" boolean flag to orm.aliased() |
commit | commitdiff | tree |
2011-09-18 |
Mike Bayer | - Changes to attempt support of FreeTDS 0.91 with |
commit | commitdiff | tree |
2011-09-16 |
Mike Bayer | ordering |
commit | commitdiff | tree |
2011-09-16 |
Mike Bayer | - Fixed a variety of synonym()-related regressions |
commit | commitdiff | tree |
2011-09-15 |
Mike Bayer | - Another previously unknown feature from 0.6, synonyms |
commit | commitdiff | tree |
2011-09-15 |
Mike Bayer | - Fixed previously untested function which regressed |
commit | commitdiff | tree |
2011-09-14 |
Mike Bayer | - Changed the update() method on association proxy |
commit | commitdiff | tree |
2011-09-10 |
Mike Bayer | fix sentence |
commit | commitdiff | tree |
2011-09-10 |
Mike Bayer | - New event hook, MapperEvents.after_configured(). |
commit | commitdiff | tree |
2011-09-09 |
Mike Bayer | minor callcount bump resulting from r3876c9c0b9a4 |
commit | commitdiff | tree |
2011-09-09 |
Mike Bayer | - Reflection functions for Table, Sequence no longer |
commit | commitdiff | tree |
2011-09-09 |
Mike Bayer | - Calling class_mapper() and passing in an object |
commit | commitdiff | tree |
2011-09-09 |
Mike Bayer | - Identity map .discard() uses dict.pop(,None) |
commit | commitdiff | tree |
2011-09-09 |
Mike Bayer | - Behavioral improvement: empty |
commit | commitdiff | tree |
2011-09-09 |
Mike Bayer | - Fixed bug whereby if __eq__() was |
commit | commitdiff | tree |
2011-09-06 |
Mike Bayer | fix typo, [ticket:2271] |
commit | commitdiff | tree |
2011-09-05 |
Mike Bayer | - Fixed bug regarding calculation of "from" list |
commit | commitdiff | tree |
2011-08-25 |
Mike Bayer | and lets use the right method name here... |
commit | commitdiff | tree |
2011-08-25 |
Mike Bayer | add more discouragment from using before_/after_ mapper... |
commit | commitdiff | tree |
2011-08-24 |
Mike Bayer | document pool ping recipe |
commit | commitdiff | tree |
2011-08-22 |
Mike Bayer | who knew we already had a test for that |
commit | commitdiff | tree |
2011-08-22 |
Mike Bayer | - Improvement to multi-param statement logging, |
commit | commitdiff | tree |
2011-08-18 |
Mike Bayer | undo accidental patch commit |
commit | commitdiff | tree |
2011-08-18 |
Mike Bayer | document autocommit when using the compiler extension... |
commit | commitdiff | tree |
2011-08-17 |
Mike Bayer | document session bind resolution order |
commit | commitdiff | tree |
2011-08-16 |
Mike Bayer | - Extra keyword arguments to the base Float |
commit | commitdiff | tree |
2011-08-14 |
Mike Bayer | - Added a slightly nicer __repr__() to SchemaItem |
commit | commitdiff | tree |
2011-08-14 |
Mike Bayer | - The recreate() method in all pool classes uses |
commit | commitdiff | tree |
2011-08-14 |
Mike Bayer | - add docstrings for defer(), undefer(), improve name... |
commit | commitdiff | tree |
2011-08-14 |
Mike Bayer | - Fixed regression in new composite rewrite where |
commit | commitdiff | tree |
2011-08-13 |
Mike Bayer | this test only runs for PG |
commit | commitdiff | tree |
2011-08-13 |
Mike Bayer | - add test profiling merge() behavior when merging... |
commit | commitdiff | tree |
2011-08-09 |
Mike Bayer | - Narrowed the assumption made when reflecting |
commit | commitdiff | tree |
2011-08-07 |
Mike Bayer | some core cross linkage |
commit | commitdiff | tree |
2011-08-07 |
Mike Bayer | - basic relational patterns -> all declarative. class... |
commit | commitdiff | tree |
2011-08-07 |
Mike Bayer | long line formatting |
commit | commitdiff | tree |
2011-08-07 |
Mike Bayer | more green sections. fun ! |
commit | commitdiff | tree |
2011-08-07 |
Mike Bayer | update address_count property |
commit | commitdiff | tree |
2011-08-07 |
Mike Bayer | fix composite example |
commit | commitdiff | tree |
2011-08-07 |
Mike Bayer | drat |
commit | commitdiff | tree |
2011-08-07 |
Mike Bayer | - rework collections docs, talk about the simple stuff... |
commit | commitdiff | tree |
2011-08-07 |
Mike Bayer | declarify the mapper config docs |
commit | commitdiff | tree |
2011-08-07 |
Mike Bayer | typo |
commit | commitdiff | tree |
2011-08-07 |
Mike Bayer | - classical mappings |
commit | commitdiff | tree |
2011-08-07 |
Mike Bayer | edit |
commit | commitdiff | tree |
2011-08-07 |
Mike Bayer | tutorial content finished, needs fresh proofread as... |
commit | commitdiff | tree |
2011-08-06 |
Mike Bayer | - Repaired edge case where mapper would fail |
commit | commitdiff | tree |
2011-08-06 |
Mike Bayer | - rework tutorial to be all declarative, all the time |
commit | commitdiff | tree |
2011-08-06 |
Mike Bayer | sigh...*NOW* fix it for py3k so the next transformer... |
commit | commitdiff | tree |
2011-08-06 |
Mike Bayer | fix a test |
commit | commitdiff | tree |
2011-08-06 |
Mike Bayer | - Query will convert an OFFSET of zero when |
commit | commitdiff | tree |
2011-08-06 |
Mike Bayer | - Fixed bug in query.join() which would occur |
commit | commitdiff | tree |
2011-08-06 |
Mike Bayer | - use itertools.count() plus mutex for Query _new_runid... |
commit | commitdiff | tree |
2011-08-06 |
Mike Bayer | - second pass through association proxy docs, some... |
commit | commitdiff | tree |
2011-08-06 |
Mike Bayer | - rewrite the docs for association proxy using declarat... |
commit | commitdiff | tree |
2011-08-04 |
Mike Bayer | - Ensured that the same ValueError is raised for |
commit | commitdiff | tree |
2011-08-04 |
Mike Bayer | link date/time classes correctly, helps [ticket:2244] |
commit | commitdiff | tree |
2011-08-03 |
Mike Bayer | - epic rewrite of Query.join documentation |
commit | commitdiff | tree |
2011-08-01 |
Mike Bayer | - Added after_soft_rollback() Session event. This |
commit | commitdiff | tree |
2011-07-31 |
Mike Bayer | Added tag rel_0_7_2 for changeset b088914265cc3e918c95d... |
commit | commitdiff | tree |
2011-07-31 |
Mike Bayer | 0.7.2 + release date rel_0_7_2 |
commit | commitdiff | tree |
2011-07-31 |
Mike Bayer | fix the test |
commit | commitdiff | tree |
2011-07-31 |
Mike Bayer | - Load of a deferred() attribute on an object |
commit | commitdiff | tree |
2011-07-31 |
Mike Bayer | - document get_bind(), [ticket:1053] |
commit | commitdiff | tree |
2011-07-30 |
Mike Bayer | - add CoerceUTF8 example |
commit | commitdiff | tree |
next |