]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2007-01-10  Mike Bayer- postgres no longer uses client-side cursors, uses...
2007-01-09  Jonathan Ellisadd test for max_order non_primary mapper from the...
2007-01-08  Mike Bayer- the "op()" function is now treated as an "operation...
2007-01-07  Jonathan Ellisbrief mention of defer, undefer
2007-01-06  Mike Bayeradded SVN link to setup.py description
2007-01-06  Rick Morrisontypo fix (thanks Paul J)
2007-01-06  Mike Bayer- added a mutex to the mapper compilation step. ive...
2007-01-06  Mike Bayertweak to support reflecting eqlite columns that didnt...
2007-01-06  Mike Bayer- added an error message if you actually try to modify...
2007-01-05  Mike Bayercopyright update
2007-01-05  Mike Bayer- default "timezone" setting is now False. this corres...
2007-01-05  Mike Bayer- fix to post_update to insure rows are updated even...
2007-01-04  Rick MorrisonRemoved "burned-in" schema name of "dbo". Suggested...
2007-01-04  Rick MorrisonPatch from Paul Johnston that refactors adodbapi vs...
2007-01-03  Mike Bayer- Firebird fix to autoload multifield foreign keys...
2007-01-03  Mike Bayer- order of constraint creation puts primary key first...
2007-01-02  Mike Bayer- fixed bug in mapper refresh/expire whereby eager...
2007-01-02  Mike Bayer- added "none" to the list of cascades, although im...
2007-01-02  Mike Bayer- invalid options sent to 'cascade' string will raise...
2007-01-01  Mike Bayer- global "insure"->"ensure" change. in US english...
2006-12-28  Mike Bayer- speed enhancements to ORM object instantiation, eager...
2006-12-28  Mike Bayer- fix to correlation of subqueries when the column...
2006-12-24  Mike Bayer- fixes to postgres reflection to better handle when...
2006-12-19  Mike Bayer- fix to MapperExtension create_instance so that entity...
2006-12-18  Rick Morrisonreversing last commit
2006-12-17  Rick Morrisonadded missing ref to between in sql.py __all__
2006-12-15  Mike Bayer- added "BIGSERIAL" support for postgres table with...
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...
next