]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
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...
2012-01-28  Mike Bayer- [bug] Fixed issue where modified session state
2012-01-26  Mike Bayertypo
2012-01-26  Mike Bayerclarify this point
2012-01-26  Mike Bayermodernize the README
2012-01-25  Mike Bayer- [bug] Added ORA-03135 to the never ending
2012-01-24  Mike Bayerplay the hg dance with pjenvey
2012-01-24  Mike Bayeradd a thing about migration tools
2012-01-24  Philip Jenveyo null check PyObject_Repr results
2012-01-24  Mike Bayerdon't need to use __builtin__ for these things, doesn...
2012-01-23  Mike Bayerfix image link
2012-01-23  Mike Bayerintegrate new readthedocs/sqla.org doc build
2012-01-23  Mike Bayerexception pickling fails on cx_oracle
2012-01-23  Mike Bayer2.4 doesn't have any()
2012-01-23  Mike Bayer- [feature] Added new capability to relationship
2012-01-23  Mike Bayer - [bug] Dropped the "30 char" limit on pymssql,
2012-01-23  Mike Bayer- [bug] Fixed large_collection.py to close the
2012-01-23  Mike Bayer - [bug] Adjusted the regexp used in the
2012-01-23  Mike Bayer- [feature] Simplified the versioning example
2012-01-22  Mike Bayermodernize/update cascade documentation, [ticket:2302]
2012-01-22  Mike Bayer- adjust the test for [ticket:2377] to be less controve...
2012-01-22  Mike Bayerfix a callcount issue here
2012-01-22  Mike Bayercouple more vars not needed outside
2012-01-22  Mike Bayer- apply the pyflakes stick to strategies.py. In partic...
2012-01-22  Mike Bayerpg8000 fix
2012-01-22  Mike Bayer- [bug] Fixed bug whereby a table-bound Column
2012-01-22  Mike Bayer- rework the test suite to make use of SkipTest for...
2012-01-22  Mike Bayer- [bug] Improved error messages when a non-string
2012-01-18  Mike Bayer- [feature] Added "false()" and "true()" expression
2012-01-18  Mike Bayer- [bug] fixed regexp that filters out warnings
2012-01-12  Mike Bayeranother serializable for [ticket:2371]
2012-01-12  Mike Bayer- [bug] ensure pickleability of all ORM exceptions
2012-01-12  Mike Bayerfurther fixes for column/table errors
2012-01-12  Mike Bayersome adjustments for py3k
2012-01-12  Mike Bayerfix failures for oursql, python 2.4
next