]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2007-02-04  Mike Bayer- more quoting fixes for [ticket:450]...quoting more...
2007-02-02  Mike Bayer- sequences on a non-pk column will properly fire off...
2007-02-02  Mike Bayerunit test for "cant execute"
2007-02-02  Mike Bayer- added a "supports_execution()" method to ClauseElemen...
2007-02-02  Mike Bayerremoved extra _find_cycles call
2007-02-01  Mike Bayeradded unit test for previous checked in lazy fix
2007-02-01  Mike Bayer- clear_mappers() just blows away all of ArgSingleton...
2007-02-01  Mike Bayer- the "polymorphic_primaryjoin" again goes against...
2007-02-01  Mike Bayer- improved support for complex queries embedded into...
2007-01-31  Mike Bayeradded types to genned docs
2007-01-31  Mike Bayerclarification to detached state
2007-01-30  Mike Bayer- fix to deferred so that load operation doesnt mistake...
2007-01-30  Mike Bayerfurther work on insuring clear_mappers() really works...
2007-01-30  Mike Bayer- fixed bug where cascade operations incorrectly includ...
2007-01-30  Mike Bayerdoc
2007-01-29  Mike Bayerupdated docs for delete()
2007-01-29  Mike Bayerreset managed attributes on mapped classes when clear_m...
2007-01-29  Mike Bayerempty out ClassKey registry when clear_mappers() is...
2007-01-29  Mike Bayerfixes to quoting on "fake" column when used off its...
2007-01-28  Mike Bayerremoved erroneous "lazy"
2007-01-28  Mike Bayerremoved various print statements
2007-01-28  Mike Bayeradded regexp search for "schema" in sequence reflection...
2007-01-28  Mike Bayermerged the polymorphic relationship refactoring branch...
2007-01-28  Mike Bayerfixed "eager=True"
2007-01-27  Mike Bayer- added a standardized test harness for ORM tests
2007-01-27  Mike Bayer- fix for multi-level polymorphic mappers
2007-01-27  Mike Bayer- eager relation to an inheriting mapper wont fail...
2007-01-27  Mike Bayeradded a close() to the single SQL execute, useful for...
2007-01-26  Mike Bayerremoved print line
2007-01-25  Jonathan Ellispool_size was there already of course :-|
2007-01-25  Jonathan Ellisr/m unused import
2007-01-25  Jonathan Ellisadd pool_size to "list of all standard options"
2007-01-25  Mike Bayer- fix to reflection on older DB's that might return...
2007-01-24  Mike Bayer- calling corresponding_column with keys_ok matches...
2007-01-24  Mike Bayeradded unit tests illustrating current workaround for...
2007-01-24  Mike Bayerraise exception if invalid collection class used
2007-01-24  Mike Bayerchangeset
2007-01-24  Mike Bayeroracle can conditionally decide if it wants to say...
2007-01-24  Jonathan Ellisnote support for LIMIT in firebird and mssql
2007-01-23  Mike Bayerformatting
2007-01-23  Mike Bayertest patches from [ticket:422]
2007-01-23  Mike Bayer- *slight* support for binary, but still need to figure... rel_0_3_4
2007-01-23  Mike Bayerattempting to get oracle binary working
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...
next