]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2007-02-16  Rick MorrisonFix Fix for adodbapi bug introduced by ticket 419
2007-02-16  Rick MorrisonFunc rewrite for better unittest compatibility
2007-02-15  Mike Bayerdont do RAWTOHEX on None
2007-02-15  Mike Bayer- some cleanup to the unitofwork test suite (needs...
2007-02-15  Rick Morrisonrevert old unittest patch for MSSQL
2007-02-15  Rick MorrisonMSSSQL is now passing unit tests (well, some) thanks...
2007-02-14  Rick Morrisonrun-time selectable DB-API modules for mssql [ticket...
2007-02-14  Rick MorrisonFix for ticket 473
2007-02-14  Rick MorrisonFix query.get for MSSQL tables with schema specified
2007-02-14  Mike Bayer- fixed relationship deletion error where parent/child...
2007-02-13  Mike Bayer- fixed argument passing to straight textual execute...
2007-02-13  Mike Bayer- fix for very large topological sorts, courtesy ants...
2007-02-10  Mike Bayer- added support for py2.5 "with" statement with Session...
2007-02-10  Mike Bayer- added options() method to SelectResults, equivalent...
2007-02-10  Mike Bayer- implemented foreign_keys argument on relation() ...
2007-02-07  Mike Bayerremoved MissingTypeError (think it was an accidental...
2007-02-07  Mike Bayer- added optional __table_opts__ dictionary to ActiveMap...
2007-02-06  Rick Morrisonticket 298 plus transaction fixes for pymssql
2007-02-06  Mike Bayer- added PGInterval type [ticket:460]
2007-02-06  Mike Bayer- fixed "remote_side" in testrelationonbaseclass [ticke...
2007-02-06  Mike Bayer- added PrefetchingResultProxy support to pre-fetch...
2007-02-05  Mike Bayer- added distinct() method to SelectResults. generally...
2007-02-05  Mike Bayernested query will always use order_by even if distinct...
2007-02-04  Mike Bayermake sure auto-reflection of remote tables working...
2007-02-04  Mike Bayer- added "schema" argument to all has_table() calls...
2007-02-04  Mike Bayeralternate OrderedSet implementation courtesy sdobrev
2007-02-04  Mike Bayeradded 'ascii' as default encoding in case getdefaultloc...
2007-02-04  Mike Bayeradded mockdbapi to mysql dialect create to better help...
2007-02-04  Mike Bayerpolymorphic union uses the literal_column function...
2007-02-04  Mike Bayer- added literal_column() to specify a column clause...
2007-02-04  Mike BayerOK nevermind that last commit, rolling the quoting...
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
next