]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2007-01-23  Mike Bayer0.3.4
2007-01-23  Mike Bayer- added support for column "key" attribute to be useabl...
2007-01-23  Jonathan Ellisjustify text
2007-01-23  Jonathan Ellisadd example of joining to labeled table
2007-01-23  Jonathan Ellissplit out SelectableClassType from TableClassType,...
2007-01-23  Mike Bayerrelationships no longer compile against the "selectable...
2007-01-23  Mike Bayeradded "instances" to assign_mapper funcs [ticket:433]
2007-01-22  Mike Bayeradded a session transaction test
2007-01-21  Mike Bayeroops, change from yesterday fails the zblog tests....
2007-01-21  Mike Bayerbetter error message from [ticket:429]
2007-01-21  Mike Bayeradded merge unit test from [ticket:430]
2007-01-21  Mike Bayeradded recursion check to merge
2007-01-21  Jonathan Ellisselectby -> select_by
2007-01-21  Mike Bayerdocs: [ticket:345], [ticket:356], [ticket:48], [ticket...
2007-01-20  Mike Bayer- mysql table create options work on a generic passthru...
2007-01-20  Mike Bayer- added "validate=False" argument to assign_mapper...
2007-01-20  Mike Bayerstarting to refactor adaptation of inherited properties...
2007-01-20  Mike Bayer- tightened down conditions used to locate "relation...
2007-01-20  Mike Bayerremoved
2007-01-20  Mike Bayer- fix to "proxy=True" behavior on synonym()
2007-01-19  Mike Bayer- trailing underscores are trimmed from func.<xxx>...
2007-01-19  Mike Bayer- changed "BooleanExpression" to subclass from "BinaryE...
2007-01-19  Mike Bayer- fixed bug where delete-orphan basically didn't work...
2007-01-19  Mike Bayeradded testcase for upcoming ticket
2007-01-19  Mike Bayer- another fix to subquery correlation so that a subquer...
2007-01-19  Mike Bayerhas_table wasnt handling case-sensitive table names
2007-01-18  Mike Bayer - some deeper error checking when compiling relations...
2007-01-17  Mike Bayerremoved unnecessary value grab
2007-01-17  Mike Bayertweaks
2007-01-17  Mike Bayerupdates, verbiage
2007-01-17  Mike Bayer- fix to the initial checkfirst for tables to take...
2007-01-17  Jonathan Ellisdocument "Accessing the Session"
2007-01-16  Mike Bayeradded testcase to ensure that type gets propigated...
2007-01-16  Mike Bayeradded "options" to exported query API
2007-01-16  Mike Bayerverbiage updates, this is a work-in-progress (WIP)
2007-01-15  Mike Bayer- added optional constructor to sql.ColumnCollection
2007-01-15  Mike Bayer- trying to redefine a reflected primary key column...
2007-01-14  Mike Bayer[ticket:398]
2007-01-14  Mike Bayer- default cascade is "save-update, merge"
2007-01-14  Mike Bayer- postgres cursor option is now server_side_cursors...
2007-01-13  Mike Bayer- basic idea of "session.merge()" actually implemented...
2007-01-12  Mike Bayermore insure->ensure. this is going to be a hard habit...
2007-01-12  Mike Bayer- mysql is inconsistent with what kinds of quotes it...
2007-01-11  Mike Bayer - added "fetchmany()" support to ResultProxy
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
next