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 |
2006-11-08 |
Mike Bayer | create_args->connect_args |
commit | commitdiff | tree |
2006-11-07 |
Rick Morrison | fix: auto_identity_insert was not working with non... |
commit | commitdiff | tree |
2006-11-05 |
Mike Bayer | removed 'redefine' from docstring |
commit | commitdiff | tree |
2006-11-04 |
Mike Bayer | - fix to subtle condition in topological sort where... |
commit | commitdiff | tree |
2006-11-03 |
Mike Bayer | - improvement to single table inheritance to load full... |
commit | commitdiff | tree |
2006-11-03 |
Mike Bayer | - added an assertion within the "cascade" step of ORM... |
commit | commitdiff | tree |
2006-11-02 |
Mike Bayer | ExtensionOption needed to extend from MapperOption |
commit | commitdiff | tree |
2006-11-02 |
Mike Bayer | - implemented from_obj argument for query.count, improv... |
commit | commitdiff | tree |
2006-11-01 |
Mike Bayer | some example cleanup |
commit | commitdiff | tree |
2006-11-01 |
Mike Bayer | added graphing example |
commit | commitdiff | tree |
2006-11-01 |
Jonathan Ellis | link to SqlSoup docs on the wiki |
commit | commitdiff | tree |
2006-11-01 |
Mike Bayer | - fixed bug in circular dependency sorting at flush... |
commit | commitdiff | tree |
2006-10-31 |
Mike Bayer | - fixed bug where eagerload() (nor lazyload()) option... |
commit | commitdiff | tree |
2006-10-31 |
Mike Bayer | - fixed direct execution of Compiled objects |
commit | commitdiff | tree |
2006-10-31 |
Jonathan Ellis | raise InvalidRequest when asked to perform DDL on non... |
commit | commitdiff | tree |
2006-10-31 |
Jonathan Ellis | smarter name generation (handles self-referencing Selec... |
commit | commitdiff | tree |
2006-10-31 |
Mike Bayer | figured out how a Select can be in its own _froms list... |
commit | commitdiff | tree |
2006-10-30 |
Mike Bayer | - fix to postgres sequence quoting when using schemas |
commit | commitdiff | tree |
2006-10-30 |
Mike Bayer | fixed binary types test to use two binary files specifi... |
commit | commitdiff | tree |
2006-10-29 |
Mike Bayer | further fixes to sqlite booleans, weren't working as... |
commit | commitdiff | tree |
2006-10-29 |
Mike Bayer | added assertion to check that mappers only inherit... |
commit | commitdiff | tree |
2006-10-27 |
Mike Bayer | added system return code to base runtest |
commit | commitdiff | tree |
2006-10-26 |
Mike Bayer | converted imports to absolute |
commit | commitdiff | tree |
2006-10-24 |
Jonathan Ellis | add join explanation for myisam |
commit | commitdiff | tree |
2006-10-24 |
Mike Bayer | - MySQL catches exception on "describe" and reports... |
commit | commitdiff | tree |
2006-10-24 |
Mike Bayer | oops, removed pool debugging code |
commit | commitdiff | tree |
2006-10-24 |
Mike Bayer | - SingletonConnectionPool must use the "threadlocal... |
commit | commitdiff | tree |
next |