]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
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]
2007-03-28  Mike Bayersome more docstring patches for [ticket:214]
2007-03-28  Mike Bayer- fix for fetchmany() "size" argument being positional...
2007-03-27  Mike Bayer- fixes [ticket:185], join object determines primary...
2007-03-27  Mike Bayer- some logging cleanup
2007-03-27  Mike Bayer- preliminary support for unicode table and column...
2007-03-27  Rick Morrisonmsssql: more unit tests now pass
2007-03-26  Mike Bayer- improved/fixed custom collection classes when giving...
2007-03-24  Mike Bayer- column labels are now generated in the compilation...
2007-03-23  Mike Bayercleanup continued rel_0_3_6
2007-03-23  Mike Bayervarious cleanup, docs and things, getting ready for...
2007-03-22  Mike Bayerdocumenting generative methods on query
2007-03-22  Mike Bayer- MetaData can bind to an engine either via "url" or...
2007-03-22  Mike Bayerdan's latest patch for session.identity_key()
2007-03-22  Mike Bayer- CLOB type descends from TEXT so it goes to the dialec...
2007-03-22  Mike Bayer- added explicit MSTimeStamp type which takes effect...
2007-03-21  Mike Bayer- slightly better support for bind params as column...
2007-03-20  Mike Bayercontextual_connection() -> contextual_connect() [ticke...
next