2007-01-10 |
Mike Bayer | - postgres no longer uses client-side cursors, uses... |
commit | commitdiff | tree |
2007-01-09 |
Jonathan Ellis | add test for max_order non_primary mapper from the... |
commit | commitdiff | tree |
2007-01-08 |
Mike Bayer | - the "op()" function is now treated as an "operation... |
commit | commitdiff | tree |
2007-01-07 |
Jonathan Ellis | brief mention of defer, undefer |
commit | commitdiff | tree |
2007-01-06 |
Mike Bayer | added SVN link to setup.py description |
commit | commitdiff | tree |
2007-01-06 |
Rick Morrison | typo fix (thanks Paul J) |
commit | commitdiff | tree |
2007-01-06 |
Mike Bayer | - added a mutex to the mapper compilation step. ive... |
commit | commitdiff | tree |
2007-01-06 |
Mike Bayer | tweak to support reflecting eqlite columns that didnt... |
commit | commitdiff | tree |
2007-01-06 |
Mike Bayer | - added an error message if you actually try to modify... |
commit | commitdiff | tree |
2007-01-05 |
Mike Bayer | copyright update |
commit | commitdiff | tree |
2007-01-05 |
Mike Bayer | - default "timezone" setting is now False. this corres... |
commit | commitdiff | tree |
2007-01-05 |
Mike Bayer | - fix to post_update to insure rows are updated even... |
commit | commitdiff | tree |
2007-01-04 |
Rick Morrison | Removed "burned-in" schema name of "dbo". Suggested... |
commit | commitdiff | tree |
2007-01-04 |
Rick Morrison | Patch from Paul Johnston that refactors adodbapi vs... |
commit | commitdiff | tree |
2007-01-03 |
Mike Bayer | - Firebird fix to autoload multifield foreign keys... |
commit | commitdiff | tree |
2007-01-03 |
Mike Bayer | - order of constraint creation puts primary key first... |
commit | commitdiff | tree |
2007-01-02 |
Mike Bayer | - fixed bug in mapper refresh/expire whereby eager... |
commit | commitdiff | tree |
2007-01-02 |
Mike Bayer | - added "none" to the list of cascades, although im... |
commit | commitdiff | tree |
2007-01-02 |
Mike Bayer | - invalid options sent to 'cascade' string will raise... |
commit | commitdiff | tree |
2007-01-01 |
Mike Bayer | - global "insure"->"ensure" change. in US english... |
commit | commitdiff | tree |
2006-12-28 |
Mike Bayer | - speed enhancements to ORM object instantiation, eager... |
commit | commitdiff | tree |
2006-12-28 |
Mike Bayer | - fix to correlation of subqueries when the column... |
commit | commitdiff | tree |
2006-12-24 |
Mike Bayer | - fixes to postgres reflection to better handle when... |
commit | commitdiff | tree |
2006-12-19 |
Mike Bayer | - fix to MapperExtension create_instance so that entity... |
commit | commitdiff | tree |
2006-12-18 |
Rick Morrison | reversing last commit |
commit | commitdiff | tree |
2006-12-17 |
Rick Morrison | added missing ref to between in sql.py __all__ |
commit | commitdiff | tree |
2006-12-15 |
Mike Bayer | - added "BIGSERIAL" support for postgres table with... |
commit | commitdiff | tree |
2006-12-15 |
Mike Bayer | PGBigInteger subclasses PGInteger so it gets used |
commit | commitdiff | tree |
2006-12-15 |
Mike Bayer | edits |
commit | commitdiff | tree |
2006-12-15 |
Mike Bayer | formatting |
commit | commitdiff | tree |
2006-12-15 |
Mike Bayer | fixed the raise for mysql to re-raise the error rel_0_3_3 |
commit | commitdiff | tree |
2006-12-15 |
Mike Bayer | fix to the fix for [ticket:396] plus a unit test |
commit | commitdiff | tree |
2006-12-14 |
Mike Bayer | added additional unit test to test that commit errors... |
commit | commitdiff | tree |
2006-12-14 |
Mike Bayer | added InnoDB for mysql so that all tranactional tests... |
commit | commitdiff | tree |
2006-12-13 |
Mike Bayer | - patch that makes MySQL rowcount work correctly! ... |
commit | commitdiff | tree |
2006-12-13 |
Mike Bayer | - fixed QueuePool bug whereby its better able to reconn... |
commit | commitdiff | tree |
2006-12-12 |
Mike Bayer | new collections example |
commit | commitdiff | tree |
2006-12-12 |
Mike Bayer | - fixes to passive_deletes flag, lazy=None (noload... |
commit | commitdiff | tree |
2006-12-12 |
Mike Bayer | - string-based FROM clauses fixed, i.e. select(...... |
commit | commitdiff | tree |
2006-12-10 |
Mike Bayer | added style for page control rel_0_3_2 |
commit | commitdiff | tree |
2006-12-10 |
Mike Bayer | moved page control links |
commit | commitdiff | tree |
2006-12-10 |
Mike Bayer | would help to have the files all checked in.... |
commit | commitdiff | tree |
2006-12-10 |
Mike Bayer | removing references to 0.2 series from docs |
commit | commitdiff | tree |
2006-12-09 |
Mike Bayer | clarify docs for query.instances() [ticket:386] |
commit | commitdiff | tree |
2006-12-09 |
Mike Bayer | docstring fix for [ticket:381] |
commit | commitdiff | tree |
2006-12-09 |
Mike Bayer | - MySQL bool type fix: [ticket:307] |
commit | commitdiff | tree |
2006-12-09 |
Mike Bayer | added SmallInteger to __all__ list (now we have both... |
commit | commitdiff | tree |
2006-12-09 |
Mike Bayer | - added onupdate and ondelete keyword arguments to... |
commit | commitdiff | tree |
2006-12-09 |
Mike Bayer | - support for None as precision/length in numeric types... |
commit | commitdiff | tree |
2006-12-09 |
Mike Bayer | - unit test for strong refs |
commit | commitdiff | tree |
2006-12-09 |
Mike Bayer | - identity map in Session is by default *no longer... |
commit | commitdiff | tree |
2006-12-09 |
Mike Bayer | pickle example for dmiller |
commit | commitdiff | tree |
2006-12-08 |
Mike Bayer | fix in OrderedProperties to allow pickling |
commit | commitdiff | tree |
2006-12-08 |
Mike Bayer | cursors needs to be weak key |
commit | commitdiff | tree |
2006-12-08 |
Mike Bayer | docs/examples/unittests for remote_side |
commit | commitdiff | tree |
2006-12-08 |
Mike Bayer | the pool fix is more important |
commit | commitdiff | tree |
2006-12-08 |
Mike Bayer | assign_mapper note |
commit | commitdiff | tree |
2006-12-08 |
Mike Bayer | - fix to connection pool _close() to properly clean... |
commit | commitdiff | tree |
2006-12-08 |
Mike Bayer | - MySQL detects errors 2006 (server has gone away)... |
commit | commitdiff | tree |
2006-12-06 |
Mike Bayer | moved _impl_dict to an external weakref so that TypeEng... |
commit | commitdiff | tree |
2006-12-05 |
Mike Bayer | got a rudimentary one-page display going |
commit | commitdiff | tree |
2006-12-05 |
Mike Bayer | doc adjust for "dirty" list behavior |
commit | commitdiff | tree |
2006-12-05 |
Mike Bayer | made backrefs aware of "post_update" and "viewonly... |
commit | commitdiff | tree |
2006-12-04 |
Mike Bayer | fixed up some debug logging to be conditional, adds... |
commit | commitdiff | tree |
2006-12-03 |
Mike Bayer | removed useless line |
commit | commitdiff | tree |
2006-12-02 |
Mike Bayer | added 'remote_side' functionality to lazy clause gener... |
commit | commitdiff | tree |
2006-12-02 |
Mike Bayer | - added "remote_side" argument to relation(), used... |
commit | commitdiff | tree |
2006-12-01 |
Mike Bayer | added mass eagerloading profile, debug log in EagerLoad... |
commit | commitdiff | tree |
2006-12-01 |
Mike Bayer | added conditional flag to debug log statements in mappe... |
commit | commitdiff | tree |
2006-11-30 |
Mike Bayer | - improved support for disabling save-update cascade... |
commit | commitdiff | tree |
2006-11-29 |
Mike Bayer | - sending a selectable to an IN no longer creates a... |
commit | commitdiff | tree |
2006-11-29 |
Mike Bayer | - fix to session.update() to preserve "dirty" status... |
commit | commitdiff | tree |
2006-11-29 |
Mike Bayer | oops, KeyError fix for [ticket:380] |
commit | commitdiff | tree |
2006-11-29 |
Mike Bayer | fixed has_key exception to be KeyError [ticket:380] |
commit | commitdiff | tree |
2006-11-29 |
Mike Bayer | - added extra check to "stop" cascading on save/update... |
commit | commitdiff | tree |
2006-11-27 |
Mike Bayer | added label() function to Select class, useable only... |
commit | commitdiff | tree |
2006-11-27 |
Mike Bayer | removed old function |
commit | commitdiff | tree |
2006-11-26 |
Mike Bayer | - made kwargs parsing to Table strict; removed various... |
commit | commitdiff | tree |
2006-11-25 |
Mike Bayer | some clenaup on the "correlation" API on the _Select... |
commit | commitdiff | tree |
2006-11-25 |
Mike Bayer | - cleanup on some instance vars in Select (is_scalar... |
commit | commitdiff | tree |
2006-11-24 |
Mike Bayer | added mapper return value to assign_mapper |
commit | commitdiff | tree |
2006-11-21 |
Mike Bayer | fix to oracle types test, added RAW type [ticket:378] |
commit | commitdiff | tree |
2006-11-21 |
Mike Bayer | fix to previous checkin |
commit | commitdiff | tree |
2006-11-21 |
Mike Bayer | [ticket:373] |
commit | commitdiff | tree |
2006-11-21 |
Mike Bayer | [ticket:366] |
commit | commitdiff | tree |
2006-11-21 |
Mike Bayer | [ticket:374] [ticket:377] [ticket:375], small fix to... |
commit | commitdiff | tree |
2006-11-21 |
Mike Bayer | copyright date.... |
commit | commitdiff | tree |
2006-11-17 |
Mike Bayer | added extra pickle unittest to insure update occurs... |
commit | commitdiff | tree |
2006-11-13 |
Mike Bayer | reflect from table.fullname for schema support |
commit | commitdiff | tree |
2006-11-13 |
Mike Bayer | its that time rel_0_3_1 |
commit | commitdiff | tree |
2006-11-13 |
Mike Bayer | tweaks to get module functions links to work |
commit | commitdiff | tree |
2006-11-13 |
Mike Bayer | edits |
commit | commitdiff | tree |
2006-11-12 |
Mike Bayer | one of those non-2.3 generators got in there... |
commit | commitdiff | tree |
2006-11-12 |
Mike Bayer | edits |
commit | commitdiff | tree |
2006-11-12 |
Mike Bayer | - create_engine() reworked to be strict about incoming... |
commit | commitdiff | tree |
2006-11-11 |
Mike Bayer | further refactoring of topological sort for clarity |
commit | commitdiff | tree |
2006-11-11 |
Mike Bayer | more fixes to topological sort with regards to cycles... |
commit | commitdiff | tree |
2006-11-10 |
Mike Bayer | patched **kwargs enhancement for [ticket:361] |
commit | commitdiff | tree |
2006-11-10 |
Mike Bayer | fix to query.count to use mapper-defined primary key... |
commit | commitdiff | tree |
2006-11-10 |
Mike Bayer | - "delete-orphan" for a certain type can be set on... |
commit | commitdiff | tree |
next |