]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2007-04-29  Mike Bayer- restored old "column_property()" ORM function (used...
2007-04-29  Mike Bayer- the label() method on ColumnElement will properly...
2007-04-29  Mike Bayeradded orig_set colleciton to Select when its declared...
2007-04-29  Mike Bayer- fix to using distinct() or distinct=True in combinati...
2007-04-29  Mike Bayer- mysql uses "DESCRIBE [<schemaname>].<tablename>"...
2007-04-29  Rick Morrison- mssql: replace "select @@identity" with "select ...
2007-04-29  Mike Bayerdocument the 'echo' property
2007-04-29  Mike Bayer- added 'url' attribute to Engine
2007-04-29  Mike Bayerdocstring tweaks
2007-04-29  Mike Bayer- CSS change to regular font for docstrings now that...
2007-04-29  Mike Bayer- fixed textual select elements that got broke the...
2007-04-29  Mike Bayersentence clarify
2007-04-28  Mike Bayer- support for inline hyperlinks between HTML-generated...
2007-04-27  Mike Bayerextra tests that unneeded UPDATEs dont occur
2007-04-27  Mike Bayerremoved unneeded closure function
2007-04-27  Mike Bayerremoved 'unjoined_table', synonymous with local_table
2007-04-27  Mike Bayer- the usual adjustments to relationships between inheri...
2007-04-27  Gaëtan de Mentencorrect typo-equivalent mistakes in some comments/docst...
2007-04-27  Jason Kirtland- Fully specify ordering for ordered union test comparison
2007-04-27  Mike Bayerrestored functionality to not issue DELETE for instance...
2007-04-26  Mike Bayerdecruftify UOW some more....uowdumper always prints...
2007-04-26  Mike Bayer- generative test doesnt apply to mysql, others
2007-04-26  Mike Bayersome extra tests for synonyms to relation()s
2007-04-26  Mike Bayer- _with_parent_criterion generalized into _with_lazy_cr...
2007-04-26  Mike Bayerfixed casing of SET clause
2007-04-25  Jason Kirtland- Always propagate constructor exceptions in mapped...
2007-04-25  Mike Bayer- added generative versions of aggregates, i.e. sum...
2007-04-25  Mike Bayerrevert CSS tweak
2007-04-25  Mike Bayer#553 propigate index on copied columns
2007-04-25  Mike Bayersome formatting/indentation stuff
2007-04-25  Mike Bayerwrap __name__ settings in a try/except for 2.3 compat
2007-04-24  Mike Bayer - assign_mapper names methods according to their...
2007-04-24  Mike Bayer- added a col label to help sqlite with order by
2007-04-24  Mike Bayer- primary key determination within Join maintains table...
2007-04-24  Mike Bayer- fix to case() construct to propigate the type of...
2007-04-24  Mike Bayeradded an order_by
2007-04-24  Jason Kirtland- Fire delrecord events when items are discard()ed...
2007-04-23  Mike Bayerdont use assignmapper.flush()
2007-04-23  Mike Bayer- big fix to AssociationProxy so that multiple Associat...
2007-04-22  Mike Bayer- support for SSL arguments given as inline within...
2007-04-22  Mike Bayerfix for dbapi() method to be classmethod #546
2007-04-22  Mike Bayera rudimental reconnect/pool auto-dispose test. not...
2007-04-21  Mike Bayer- informix support added ! courtesy James Zhang
2007-04-21  Mike Bayer- converted logger.warn() to warnings.warn()
2007-04-20  Mike Bayernon-db identifier length raised arbitrarily high
2007-04-20  Mike Bayermore comprehensive query docs
2007-04-20  Mike Bayerrewrite....
2007-04-20  Mike Bayer- some docstrings
2007-04-19  Jason Kirtland- Promoted mysql's dburl query string helper to util...
2007-04-19  Mike Bayersupport positional parameters at the execute level...
2007-04-19  Mike Bayerunit test with just one param
2007-04-19  Mike Bayersome changelog
2007-04-19  Jason Kirtland- merged in the combined patch for #474, #475, #476...
2007-04-19  Jason Kirtland- fixed issue where slice assignment on relation proper...
2007-04-19  Jason Kirtland- tweak to restore Python 2.3 compatability
2007-04-19  Mike Bayersome docstrings
2007-04-18  Mike Bayer- the "where" criterion of an update() and delete(...
2007-04-18  Mike Bayer- fixed critical issue when, after options(eagerload...
2007-04-18  Mike Bayeradded "is_disconnect()" for firebird
2007-04-18  Mike Bayer- making progress with session.merge() as well as combi...
2007-04-17  Mike Bayernote about elixir
2007-04-17  Mike Bayerslight cleanup for #498
2007-04-17  Mike Bayer- the dialects within sqlalchemy.databases become a...
2007-04-17  Mike Bayerdocs/examples for new with_parent() feature
2007-04-17  Mike Bayer- added query.with_parent(someinstance) method. search...
2007-04-17  Mike Bayeradded "recreate()" argument to connection pool classes
2007-04-16  Mike Bayer- removed meaningless entity_name argument from session...
2007-04-15  Mike Bayer- got unicode schemas to work with postgres
2007-04-14  Mike Bayermore docstrings stuff
2007-04-14  Mike Bayeradded ansisql docs to output, moved exceptions to a...
2007-04-14  Mike Bayerdidnt need that method...
2007-04-14  Mike Bayersome docstrings to provide more detail in the sql package
2007-04-13  Mike Bayer- small fix to allow successive compiles of the same...
2007-04-11  Mike Bayer[ticket:534] get dictionary append() method properly
2007-04-11  Mike Bayer- the "mini" column labels generated when using subquer...
2007-04-11  Mike Bayer- fix to many-to-many relationships targeting polymorph...
2007-04-10  Mike Bayerwill be 0.3.7
2007-04-04  Mike Bayer- some cleanup of reflection unit tests
2007-04-04  Rick Morrisonexplicit zero was failing for float cols
2007-04-03  Mike Bayer- slight tweak to raw execute() change to also support...
2007-04-03  Mike Bayerfor #516, moved the "disconnect check" step out of...
2007-04-02  Mike Bayer- merged the patch from #516 + fixes
2007-04-02  Mike Bayer- merged the "execcontext" branch, refactors engine...
2007-03-31  Mike Bayerlatest #214 fixups
2007-03-30  Mike Bayer- query strings in unicode URLs get keys encoded to...
2007-03-30  Mike Bayerthank you, SVN, for being completely idiotic and non...
2007-03-29  Mike Bayercurrent progress with exec branch
2007-03-29  Mike Bayer- corresponding to label/bindparam name generataion...
2007-03-28  Mike Bayeradded example for expressions in updates
2007-03-28  Mike Bayerordering adjustments
2007-03-28  Mike Bayeradded keys() to ColumnParameters, needed for setbindpar...
2007-03-28  Mike Bayer- sending None as an argument to func.<something> will...
2007-03-28  Mike Bayerunit test fix, same child object was being attached...
2007-03-28  Rick Morrisonbetter explicit PK insert checking
2007-03-28  Rick MorrisonChange to ParameterClause object change
2007-03-28  Mike Bayererror raised if trying to auto-join on a self referential
2007-03-28  Mike Bayeradded "supports_unicode_statements()" step to dialect...
2007-03-28  Mike Bayer- column label and bind param "truncation" also generate
2007-03-28  Mike Bayeradded label truncation for bind param names which was...
2007-03-28  Mike Bayeradded LONG->OracleText reflection mapping [ticket:393]
next