]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
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...
2007-03-20  Mike Bayerthe "tack on the leftover tasks at the end" step of...
2007-03-19  Mike Bayer- many-to-many table will be properly handled even...
2007-03-19  Rick Morrisonmssql: now passes still more unit tests, [ticket:481]
2007-03-18  Mike Bayer- added db modules to genned docstrings
2007-03-18  Mike Bayer- check for tables in the primaryjoin/secondaryjoin...
2007-03-18  Rick Morrisonmssql: cleanup of module importing code; specifiable...
2007-03-18  Rick Morrisonmssql: optionally use VARCHAR(max) instead of TEXT...
2007-03-17  Mike Bayer- flush fixes on self-referential relationships that...
2007-03-17  Mike Bayercss tag
2007-03-17  Mike Bayerintegrated docutils formatting into generated documenta...
2007-03-17  Mike Bayermerged mako doc generation branch
2007-03-16  Mike Bayer- added a catchall **kwargs to MSString, to help reflec...
2007-03-15  Mike Bayer"alltests" runners call testbase.main(), which takes...
2007-03-15  Mike Bayerliterals in PassiveDefault require text()
2007-03-15  Rick MorrisonMSSQL now passes still more unit tests [ticket:481]
2007-03-15  Rick Morrisonfix CASE statement when else_ is zero
2007-03-14  Mike Bayer- eager loading will not "aliasize" "order by" clauses...
2007-03-13  Mike Bayer- added a handy multi-use "identity_key()" method to...
2007-03-13  Mike Bayersome docs
2007-03-13  Mike Bayersome formatting
2007-03-11  Mike Bayer- for hackers, refactored the "visitor" system of Claus...
2007-03-10  Mike Bayer- oracle:
2007-03-10  Mike Bayer- Query has add_entity() and add_column() generative...
2007-03-10  Mike Bayer- the full featureset of the SelectResults extension...
2007-03-09  Mike Bayercleanup of reversed
2007-03-08  Mike Bayer- fixed usage of 2.4-only "reversed" in topological...
2007-03-07  Mike Bayer- fixed use_alter flag on ForeignKeyConstraint [ticket...
2007-03-07  Mike Bayer- options() method on SelectResults now implemented...
2007-03-06  Mike Bayerneed an "alias()" on map to a select
2007-03-06  Mike Bayerdecorated ImportError thrown when the <database>:/...
2007-03-06  Mike Bayeradded "enable_typechecks=True" flag on relation so...
next