]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2012-04-24  Mike Bayer- [bug] The warning emitted when using
2012-04-24  Mike Bayer- [bug] The "passive" flag on Session.is_modified()
2012-04-24  Mike Bayercallcount tweak here, this moved up due to r5b6237e3f068
2012-04-24  Mike Bayer- [bug] The names of the columns on the
2012-04-24  Mike Bayerchangelog adjust
2012-04-24  Mike Bayer- [bug] removed legacy behavior whereby
2012-04-24  Mike Bayer- [feature] New standalone function with_polymorphic()
2012-04-23  Mike Bayer- [removed] The legacy "mutable" system of the
2012-04-23  Mike Bayerthe callcounts are greater here since object_mapper...
2012-04-23  Mike Bayer- some adjustments to keep hybrid properties working
2012-04-23  Mike Bayermerge patch for [ticket:2208]. This still needs docum...
2012-04-23  Mike Bayer- re-merge + CHANGES
2012-04-23  Mike Bayer- merge attribute flag overhaul for [ticket:2358]
2012-04-22  Mike Bayer- merged #1401 branch from bitbucket
2012-04-22  Mike Bayer0.8 initial prep
2012-04-19  Mike Bayer- [bug] Fixed bug in 0.7.6 introduced by
2012-04-18  Mike Bayer- [bug] UPDATE..FROM syntax with SQL Server
2012-04-16  Mike Bayer- mysql [bug] Fixed bug whereby if cast() is used
2012-04-12  Mike BayerMerged in bentrofatter/sqlalchemy-informix-dialect...
2012-04-12  Mike Bayer- [bug] If conn.begin() fails when calling
2012-04-12  Benjamin TrofatterChanged misspelled 'altere' reserved word to 'alter'
2012-04-12  Mike Bayer- test explicitly for 'VIEW', 'SYSTEM VIEW'
2012-04-12  Mike BayerMerged in elazar/sqlalchemy/fix/mysql-system-views...
2012-04-12  elazarFixed test_system_views not checking for MySQL >= 5...
2012-04-12  elazarModified MySQLDialect.get_view_names() to also return...
2012-04-11  Mike Bayer- [feature] Added new flag to @validates
2012-04-10  Mike Bayer- [feature] Added new connection event
2012-04-08  Mike Bayer- adjust mysql patch a bit so that we use
2012-04-07  Jeff DairikiFix innodb autoinc constraint (double)quoting
2012-04-05  Mike Bayer - [bug] Repaired the use_scope_identity
2012-04-04  Mike Bayer- the inspect interface is done, needs docs.
2012-04-03  Mike Bayermerge fix
2012-04-03  Mike Bayerbegin implementing inspection system for #2208
2012-04-03  Diana ClarkeFixing link to python's logging module (see #2456)...
2012-04-03  Mike Bayerthen spiff up that error msg
2012-04-03  Mike Bayerevery test passing for test_relationships
2012-04-03  Mike BayerMerged in _diana_/sqlalchemy-2385 (pull request #4)
2012-04-03  Mike Bayer- reopened #2453, needed to put in the original patch...
2012-04-03  Diana Clarkemake auto-correlation the same for Query & select()
2012-04-03  Diana Clarkemost of the drizzle docs are copy/pasta, let's just...
2012-04-01  Mike Bayer- move create_lazy_clause() to relationships
2012-03-12  Nathan WrightMove a SQLLite datetime test to a new DateTimeTest...
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 Bayeralmost through all the fine tuning
2012-02-25  Mike Bayerstart to work on error messages, allow foreign_keys...
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-12  Mike Bayer- figured out again why deannotate must clone()
2012-02-11  Mike Bayermany fixes but still can't get heuristics to work as...
2012-02-11  Mike Bayerdocument identity_map
2012-02-10  Mike Bayertweak for correlated subqueries here, seems to work...
2012-02-10  Mike Bayer- move properties to use the new create_joins
2012-02-10  Mike Bayeradd a test for reverse remote
2012-02-10  Mike Bayerfix up this test
2012-02-10  Mike Bayer- got m2m, local_remote_pairs, etc. working
next