]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2007-05-28  Mike Bayeradded "polymorphic assocaition" example, illustrates...
2007-05-27  Mike Bayerfixed two bad __init__ calls
2007-05-26  Mike Bayerremove unneeded division
2007-05-26  Mike Bayeradded hotshot points into unit test, localizes profilin...
2007-05-26  Mike Bayeranother object.__init__() call with args....might need...
2007-05-26  Mike Bayerremoved ClauseVisitor.__init__(), doesnt work with...
2007-05-26  Mike Bayernormalized PG test schema name to "alt_schema"
2007-05-26  Mike Bayer- mysql doesnt have + for concatenation, but pg doesnt...
2007-05-25  Jason Kirtland- Micro-documentation for why we set FOUND_ROWS flag...
2007-05-25  Jason Kirtland- Coerce 'local_infile' mysql connect argument into...
2007-05-25  Jason Kirtland- Nearly all MySQL column types are now supported for...
2007-05-25  Jason Kirtland- Don't use '+' for sql expr concatenation by default
2007-05-25  Jason Kirtland- Setup/teardown out test table properly
2007-05-25  Jason Kirtland- DB connection urls for tests can now be loaded from...
2007-05-25  Mike Bayerupdate
2007-05-25  Mike Bayerturned off supports_sane_rowcount until someone wants...
2007-05-23  Mike BayerCompoundSelect (i.e. UNION etc.) needed self_group...
2007-05-22  Mike Bayerfix typo
2007-05-22  Mike Bayer- improved support for eagerloading of properties off...
2007-05-20  Mike Bayerfix to previous logging fix...
2007-05-20  Mike Bayer- restored logging of "lazy loading clause" under sa...
2007-05-20  Mike Bayerrestored comparison of 1-element clause list -> ClauseE...
2007-05-20  Mike Bayer- fixed bug in query.instances() that wouldnt handle...
2007-05-18  Mike Bayer- removed "no group by's in a select thats part of...
2007-05-18  Gaëtan de Mentencorrect typo
2007-05-17  Mike Bayer- the "primary_key" argument to mapper() is propigated...
2007-05-17  Mike Bayer- fix to select_by(<propname>=<object instance>) -style...
2007-05-17  Mike Bayeradded test for "assign a list of objects", ensure casca...
2007-05-15  Mike Bayerfixed LoggingClauseVisitor
2007-05-15  Mike Bayerrestored outerjoin test
2007-05-15  Mike Bayer- fix to polymorphic query which allows the original...
2007-05-14  Mike Bayer- parenthesis are applied to clauses via a new _Groupin...
2007-05-11  Mike Bayer- _Label propigates "_hide_froms()" so that scalar...
2007-05-10  Mike Bayerpropigated detach() and invalidate() methods to Connection.
2007-05-09  Jason Kirtland- Connections can be detached from their pool, closing...
2007-05-08  Mike Bayer- set max identifier length to 31
2007-05-07  Mike Bayer- fix to long name generation when using oid_column...
2007-05-07  Mike Bayer- session.get() and session.load() propigate **kwargs...
2007-05-04  Mike Bayer- many-to-many relationships properly set the type...
2007-05-04  Mike Bayer- shored up DBAPI descriptions
2007-05-04  Mike Bayerclarifying some cascade-based unit tests, adding a...
2007-05-03  Mike Bayer- "delete-orphan" no longer implies "delete". ongoing...
2007-05-03  Mike Bayer- _Label class overrides compare_self to return its...
2007-05-03  Jason KirtlandOops, Python 2.5 ternary operator snuck in.
2007-05-03  Jason Kirtland- Test assoc proxy lazy loads, fixed __set__ race on...
2007-05-03  Jason Kirtland- New association proxy implementation, implementing...
2007-05-02  Mike Bayer- Aliasizer removed. hooray !
2007-05-02  Jason Kirtland- added sqlalchemy.ext.orderinglist, a custom list...
2007-05-02  Jason Kirtland- Use Python 2.5's built-in ElementTree if possible
2007-05-02  Jason Kirtland- Expanded on the MySQL ENUM 'strict' documentation...
2007-05-02  Jason Kirtland- MySQL ENUM types can now optionally ensure that value...
2007-05-02  Jason KirtlandRemoved an unneeded and troublesome subquery test.
2007-05-01  Mike Bayersome notes on a labeling issue that arises when label...
2007-05-01  Jason Kirtland- allow MySQL column-level CHARACTER SET and COLLATE...
2007-04-30  Mike Bayer- applied YAGNI to supports_autoclose_results (this...
2007-04-30  Mike Bayer - small fix to SelectResultsExt to not bypass itself...
2007-04-30  Gaëtan de Menten- docstring improvements in query
2007-04-29  Mike Bayer0.3.7... rel_0_3_7
2007-04-29  Mike Bayer- adapted gaetan's eager load adaption code for non...
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
next