]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2007-02-24  Mike Bayer- added "refresh-expire" cascade [ticket:492]
2007-02-24  Mike Bayer- correlated subqueries work inside of ORDER BY, GROUP BY
2007-02-23  Mike Bayer- exists() becomes useable as a standalone selectable...
2007-02-22  Mike Bayer- a full select() construct can be passed to query...
2007-02-22  Mike Bayerrestored sequence back, needed by PG for the unit test rel_0_3_5
2007-02-22  Mike Bayer- added selectfirst(), selectfirst_by() to assign_mappe...
2007-02-22  Mike Bayeradded collengths to use varchar instead of TEXT
2007-02-21  Mike Bayer- removed deprecated method of specifying custom collec...
2007-02-21  Mike Bayerformatting fix
2007-02-21  Mike Bayerformatting/cleanup
2007-02-21  Mike Bayer - eager relation loading bug fixed for eager relation...
2007-02-21  Rick MorrisonTested with pymssql 0.8.0
2007-02-20  Mike Bayerfix to the fix for [ticket:454], prevent other mappers...
2007-02-20  Mike Bayer- added "contains_alias()" option for result set mappin...
2007-02-20  Mike Bayer - added "alias" argument to contains_eager(). use...
2007-02-20  Mike Bayer- moved SynonymProperty to interfaces, since its more...
2007-02-19  Rick Morrison(no commit message)
2007-02-19  Mike Bayerremoved not-always-applicable check for "polymorphic_id...
2007-02-19  Mike Bayer- documented foreign_keys argument
2007-02-19  Mike Bayerreverted unit test change
2007-02-19  Mike Bayer- oracle issues a log warning when a related table...
2007-02-18  Rick MorrisonCompleted previously missed patches from tickets 422...
2007-02-17  Mike Bayer- modified patch for [ticket:379] - detecting synonyms...
2007-02-17  Mike Bayer- fixes to tometadata() operation to propigate Constrai...
2007-02-17  Mike Bayer- fixed generation of CHECK constraints on columns...
2007-02-17  Mike Bayer- extension() query option propigates to Mapper._instan...
2007-02-17  Mike Bayer- moved change for [ticket:466] to ansisql, since thats...
2007-02-17  Mike Bayeradded PGInet type [ticket:444]
2007-02-17  Mike Bayer- added a Sequence to the unicode test tables to help...
2007-02-17  Mike Bayer[ticket:463] fix to OrderedSet
2007-02-17  Mike Bayercommented out ImportError for now; will issue new ticke...
2007-02-17  Mike Bayer- fixed oracle list of binary types to check for their...
2007-02-17  Mike Bayer- small fix to BoundMetaData to accept unicode or strin...
2007-02-16  Rick Morrisonbetter MSSSQL support for implicit sequences and auto...
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...
next