]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2012-03-14  Mike Bayeradd autoincrements here hopefully fixing oracle test
2012-03-14  Mike Bayerfails on oracle too
2012-03-14  Mike Bayeradd a checkfirst here as s3 seems to be stuck on the...
2012-03-14  Mike Bayercallcounts
2012-03-14  Mike Bayerpg8000 fails on this
2012-03-14  Mike Bayer- [bug] Fixed issue whereby attribute-based
2012-03-14  Mike Bayer- [feature] Added support for MySQL index and
2012-03-14  Mike Bayer- [bug] Added 'LEVEL' to the list of reserved
2012-03-14  Mike Bayerhey pyodbc fixed this, hoopde doo
2012-03-14  Mike Bayerfix up docs a bit here, not sure if some enhancements...
2012-03-14  Mike Bayerrevert this, the instrumentation here is conditional
2012-03-14  Mike Bayeradd most of Brad Allen's doc updates, [ticket:2434]
2012-03-14  Mike Bayer- [bug] Fixed bug in C extensions whereby
2012-03-13  Mike Bayer- [feature] Added support for MSSQL INSERT,
2012-03-12  Mike Bayer- [bug] Fixed bug whereby a primaryjoin
2012-03-12  Mike Bayer- add __table_cls__ option to declarative, not publiciz...
2012-03-11  Mike Bayer- [bug] Fixed memory leak in core which would
2012-03-08  Mike Bayermerge tip
2012-03-08  Philip Jenveycleanup test_processors, modeling the PEP 399 style
2012-03-08  Mike Bayer- [bug] Fixed event registration bug
2012-03-05  Mike Bayercallcount tweak
2012-03-05  Mike Bayer- [bug] Fixed bug whereby objects using
2012-03-03  Mike Bayerfix typos, SQL server also needs union all
2012-03-03  Mike Bayermerge this
2012-03-03  Mike Bayer- [feature] Added cte() method to Query,
2012-03-02  Philip Jenveyunmonkeypatch the 2to3 preprocessor so we don't disturb...
2012-03-01  Mike Bayerthis is 0.7.6..
2012-02-29  Mike Bayer- [bug] Fixed the repr() for CascadeOptions to
2012-02-29  Mike Bayer- expand the check to determine if a selectable column...
2012-02-28  Mike Bayerremove the "produce test" approach from the polymorphic...
2012-02-27  Mike Bayeradded missing 0.4 versions to CHANGES_PRE_06
2012-02-27  Mike Bayerfix callcount
2012-02-26  Mike Bayeradd tests for #2128
2012-02-26  Mike Bayerremove check_columns here so warning not emitted with...
2012-02-25  Mike Bayerplus add it to the scoping namespace
2012-02-25  Mike Bayer- [feature] Added "no_autoflush" context
2012-02-21  Mike Bayer- [bug] A warning is emitted when a not-present
2012-02-20  Mike Bayerdocument with_lockmode(), [ticket:2412]
2012-02-17  Mike Bayerbreak up _join_left_to_right to call upon _prepare_righ...
2012-02-16  Mike Bayer- fix some unclear phrases in query regarding polymorphic,
2012-02-16  Mike Bayermysql connector python 3k is dev status
2012-02-15  Mike Bayercallcounts
2012-02-15  Mike Bayertest failures
2012-02-14  Mike Bayermodify these tests to ensure the CASE output is being...
2012-02-14  Mike Bayer- [bug] Altered _params_from_query() function
2012-02-14  Mike Bayerupdate the search to call searchindex.js in the latest way
2012-02-14  Mike Bayer - [bug] Added execution_options() call to
2012-02-14  Mike Bayer - [feature] Added "no_parameters=True" execution
2012-02-14  Mike Bayerrevert this, bad idea
2012-02-13  Mike Bayer- [bug] Fixed the "render literal bind" function,
2012-02-13  Mike Bayer- [bug] Fixed bug whereby MappedCollection
2012-02-13  Mike Bayer- test failures. one in particular seems to be a weird...
2012-02-13  Mike Bayer- break out sample URLs into individual, per-database...
2012-02-12  Mike Bayer- [feature] Added a new oracle create_engine() flag
2012-02-12  Mike Bayer- add OrderingList class and other functions to sphinx...
2012-02-12  Mike Bayer- [feature] Added the ability to query for
2012-02-12  Mike Bayer- [feature] Added support for the "isolation_level"
2012-02-12  Mike Bayer- [bug] Index will raise when arguments passed
2012-02-12  Mike Bayer- [bug] Fixed bug whereby if a method name
2012-02-12  Mike Bayer- [bug] Fixed bug in new "autoload_replace" flag
2012-02-12  Mike Bayer- Added missing compilation support for
2012-02-12  Mike Bayer- add a context manager availble via Engine.begin()
2012-02-11  Mike Bayerdocument identity_map
2012-02-09  Mike Bayerthis is the actual case that #1401 will fix. confirme...
2012-02-09  Mike Bayerdeclarartive reflection example didn't actually work...
2012-02-08  Mike Bayersome work on the #1401 branch has discovered that this...
2012-02-05  Mike Bayer- [bug] Added support for using the .key
2012-02-05  Mike Bayercallcount adjust
2012-02-05  Mike Bayer- [bug] A significant change to how labeling
2012-02-04  Mike Bayer- add a warning regarding tuple.in_(), [ticket:2395]
2012-02-01  Mike Bayeraccept the symbols so recreate works
2012-02-01  Mike Bayer- [feature] Added pool_reset_on_return argument
2012-01-31  Mike Bayerfix an inadvertent abuse of variable scope
2012-01-31  Mike Bayerbreak out _save_obj(), _delete_obj(), _post_update...
2012-01-30  Mike Bayer- [bug] Scaled back the test applied within
2012-01-29  Mike Bayerattempt to use the secret weapon to force a total rebuild
2012-01-28  Mike Bayer- [bug] Improved the "declarative reflection"
2012-01-28  Mike BayerAdded tag rel_0_7_5 for changeset 667249f7b19325e1512f1...
2012-01-28  Mike Bayerget ready for release 0.7.5 rel_0_7_5
2012-01-28  Mike Bayerdeclarative reflection example
2012-01-28  Mike Bayer- [feature] New declarative reflection example
2012-01-28  Mike Bayermodernize adjacency list example, use declarative
2012-01-28  Mike Bayerfix a usage issue here
2012-01-28  Mike Bayeranother py3k fix
2012-01-28  Mike Bayermark this test as unsupported before 2.6, there's some...
2012-01-28  Mike Bayer- [feature] New reflection feature "autoload_replace";
2012-01-28  Mike Bayerfix a few py3k bugs
2012-01-28  Mike Bayerthen merge this
2012-01-28  Mike Bayer- [bug] removed an erroneous "raise" in the
2012-01-28  Mike Bayer- [feature] Dialect-specific compilers now raise
2012-01-28  Mike Bayer- [bug] Fixed bug where "merge" cascade could
2012-01-28  Mike Bayer- [bug] Fixed bug in "mock" strategy whereby
2012-01-28  Mike Bayer- [bug] Fixed issue where the "required" exception
2012-01-28  Mike Bayer- [bug] Fixed bug where unpickled object didn't
2012-01-28  Mike Bayer- [bug] Raise an exception if xyzload_all() is
2012-01-28  Mike Bayer- [bug] Fixed regression from 0.7.4 whereby
2012-01-28  Mike Bayer- [bug] Added a boolean check for the "finalize"
2012-01-28  Mike Bayer- [bug] Changed LRUCache, used by the mapper
2012-01-28  Mike Bayer- [bug] implemented standard "can't set attribute" /
2012-01-28  Mike Bayermove most tests that are specific to SessionTransaction...
next