]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2006-12-15  Mike BayerPGBigInteger subclasses PGInteger so it gets used
2006-12-15  Mike Bayeredits
2006-12-15  Mike Bayerformatting
2006-12-15  Mike Bayerfixed the raise for mysql to re-raise the error rel_0_3_3
2006-12-15  Mike Bayerfix to the fix for [ticket:396] plus a unit test
2006-12-14  Mike Bayeradded additional unit test to test that commit errors...
2006-12-14  Mike Bayeradded InnoDB for mysql so that all tranactional tests...
2006-12-13  Mike Bayer- patch that makes MySQL rowcount work correctly! ...
2006-12-13  Mike Bayer- fixed QueuePool bug whereby its better able to reconn...
2006-12-12  Mike Bayernew collections example
2006-12-12  Mike Bayer- fixes to passive_deletes flag, lazy=None (noload...
2006-12-12  Mike Bayer- string-based FROM clauses fixed, i.e. select(......
2006-12-10  Mike Bayeradded style for page control rel_0_3_2
2006-12-10  Mike Bayermoved page control links
2006-12-10  Mike Bayerwould help to have the files all checked in....
2006-12-10  Mike Bayerremoving references to 0.2 series from docs
2006-12-09  Mike Bayerclarify docs for query.instances() [ticket:386]
2006-12-09  Mike Bayerdocstring fix for [ticket:381]
2006-12-09  Mike Bayer- MySQL bool type fix: [ticket:307]
2006-12-09  Mike Bayeradded SmallInteger to __all__ list (now we have both...
2006-12-09  Mike Bayer- added onupdate and ondelete keyword arguments to...
2006-12-09  Mike Bayer- support for None as precision/length in numeric types...
2006-12-09  Mike Bayer- unit test for strong refs
2006-12-09  Mike Bayer- identity map in Session is by default *no longer...
2006-12-09  Mike Bayerpickle example for dmiller
2006-12-08  Mike Bayerfix in OrderedProperties to allow pickling
2006-12-08  Mike Bayercursors needs to be weak key
2006-12-08  Mike Bayerdocs/examples/unittests for remote_side
2006-12-08  Mike Bayer the pool fix is more important
2006-12-08  Mike Bayerassign_mapper note
2006-12-08  Mike Bayer- fix to connection pool _close() to properly clean...
2006-12-08  Mike Bayer- MySQL detects errors 2006 (server has gone away)...
2006-12-06  Mike Bayermoved _impl_dict to an external weakref so that TypeEng...
2006-12-05  Mike Bayergot a rudimentary one-page display going
2006-12-05  Mike Bayerdoc adjust for "dirty" list behavior
2006-12-05  Mike Bayermade backrefs aware of "post_update" and "viewonly...
2006-12-04  Mike Bayerfixed up some debug logging to be conditional, adds...
2006-12-03  Mike Bayerremoved useless line
2006-12-02  Mike Bayeradded 'remote_side' functionality to lazy clause gener...
2006-12-02  Mike Bayer- added "remote_side" argument to relation(), used...
2006-12-01  Mike Bayeradded mass eagerloading profile, debug log in EagerLoad...
2006-12-01  Mike Bayeradded conditional flag to debug log statements in mappe...
2006-11-30  Mike Bayer- improved support for disabling save-update cascade...
2006-11-29  Mike Bayer- sending a selectable to an IN no longer creates a...
2006-11-29  Mike Bayer- fix to session.update() to preserve "dirty" status...
2006-11-29  Mike Bayeroops, KeyError fix for [ticket:380]
2006-11-29  Mike Bayerfixed has_key exception to be KeyError [ticket:380]
2006-11-29  Mike Bayer- added extra check to "stop" cascading on save/update...
2006-11-27  Mike Bayeradded label() function to Select class, useable only...
2006-11-27  Mike Bayerremoved old function
2006-11-26  Mike Bayer- made kwargs parsing to Table strict; removed various...
2006-11-25  Mike Bayersome clenaup on the "correlation" API on the _Select...
2006-11-25  Mike Bayer- cleanup on some instance vars in Select (is_scalar...
2006-11-24  Mike Bayeradded mapper return value to assign_mapper
2006-11-21  Mike Bayerfix to oracle types test, added RAW type [ticket:378]
2006-11-21  Mike Bayerfix to previous checkin
2006-11-21  Mike Bayer[ticket:373]
2006-11-21  Mike Bayer[ticket:366]
2006-11-21  Mike Bayer[ticket:374] [ticket:377] [ticket:375], small fix to...
2006-11-21  Mike Bayercopyright date....
2006-11-17  Mike Bayeradded extra pickle unittest to insure update occurs...
2006-11-13  Mike Bayerreflect from table.fullname for schema support
2006-11-13  Mike Bayerits that time rel_0_3_1
2006-11-13  Mike Bayertweaks to get module functions links to work
2006-11-13  Mike Bayeredits
2006-11-12  Mike Bayerone of those non-2.3 generators got in there...
2006-11-12  Mike Bayeredits
2006-11-12  Mike Bayer- create_engine() reworked to be strict about incoming...
2006-11-11  Mike Bayerfurther refactoring of topological sort for clarity
2006-11-11  Mike Bayermore fixes to topological sort with regards to cycles...
2006-11-10  Mike Bayerpatched **kwargs enhancement for [ticket:361]
2006-11-10  Mike Bayerfix to query.count to use mapper-defined primary key...
2006-11-10  Mike Bayer- "delete-orphan" for a certain type can be set on...
2006-11-08  Mike Bayercreate_args->connect_args
2006-11-07  Rick Morrisonfix: auto_identity_insert was not working with non...
2006-11-05  Mike Bayerremoved 'redefine' from docstring
2006-11-04  Mike Bayer- fix to subtle condition in topological sort where...
2006-11-03  Mike Bayer- improvement to single table inheritance to load full...
2006-11-03  Mike Bayer- added an assertion within the "cascade" step of ORM...
2006-11-02  Mike BayerExtensionOption needed to extend from MapperOption
2006-11-02  Mike Bayer- implemented from_obj argument for query.count, improv...
2006-11-01  Mike Bayersome example cleanup
2006-11-01  Mike Bayeradded graphing example
2006-11-01  Jonathan Ellislink to SqlSoup docs on the wiki
2006-11-01  Mike Bayer- fixed bug in circular dependency sorting at flush...
2006-10-31  Mike Bayer- fixed bug where eagerload() (nor lazyload()) option...
2006-10-31  Mike Bayer- fixed direct execution of Compiled objects
2006-10-31  Jonathan Ellisraise InvalidRequest when asked to perform DDL on non...
2006-10-31  Jonathan Ellissmarter name generation (handles self-referencing Selec...
2006-10-31  Mike Bayerfigured out how a Select can be in its own _froms list...
2006-10-30  Mike Bayer- fix to postgres sequence quoting when using schemas
2006-10-30  Mike Bayerfixed binary types test to use two binary files specifi...
2006-10-29  Mike Bayerfurther fixes to sqlite booleans, weren't working as...
2006-10-29  Mike Bayeradded assertion to check that mappers only inherit...
2006-10-27  Mike Bayeradded system return code to base runtest
2006-10-26  Mike Bayerconverted imports to absolute
2006-10-24  Jonathan Ellisadd join explanation for myisam
2006-10-24  Mike Bayer- MySQL catches exception on "describe" and reports...
2006-10-24  Mike Bayeroops, removed pool debugging code
2006-10-24  Mike Bayer- SingletonConnectionPool must use the "threadlocal...
next