]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2012-05-05  Mike Bayer0.7.7 release prep rel_0_7_7
2012-05-05  Mike Bayeradd diana
2012-05-05  Mike Bayera fix to allow mysql to work
2012-05-05  Mike Bayercallcount bump to account for sqlite's silly column...
2012-05-04  Mike Bayer - [bug] Fixed issue in unit of work
2012-05-04  Mike Bayer- [bug] removed unnecessary table clause
2012-05-04  Mike Bayerdoc update regarding with_lockmode, [ticket:2440]
2012-05-04  Mike Bayerdocument mock strategy, [ticket:2439]
2012-05-04  Mike Bayer- [feature] Added SQLite execution option
2012-05-04  Mike Bayer - [bug] Add BINARY, VARBINARY to types.__all__,
2012-01-13  Priit LaesAdd some documentation sugar for ``having`` criterion.
2012-04-27  Franck CunyFix a typo in the documentation
2012-04-26  Mike Bayer- [bug] Fixed bug in relationship comparisons
2012-04-24  Mike Bayercreated rel_0_7 branch
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-03  Diana ClarkeFixing link to python's logging module (see #2456)...
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 Clarkemost of the drizzle docs are copy/pasta, let's just...
2012-04-01  Mike Bayer- sql
2012-04-01  Mike Bayer- [bug] Fixed bug which would prevent
2012-03-31  Mike Bayer- [bug] Fixed bug in expression annotation
2012-03-31  Mike Bayer - [bug] Fixed bug whereby polymorphic_on
2012-03-22  Mike Bayer- [feature] Added new for_update/with_lockmode()
2012-03-21  Mike Bayer- 0.7.7
2012-03-18  Diana ClarkeI'm pretty sure this should be entities
2012-03-18  Diana Clarketypos in lib/sqlalchemy/sql
2012-03-18  Diana Clarketypos in lib/sqlalchemy/orm
2012-03-18  Diana Clarketypos in lib/sqlalchemy/ext
2012-03-18  Diana Clarketypos in lib/sqlalchemy/engine
2012-03-18  Diana Clarketypoes in lib/sqlalchemy/dialects
2012-03-16  Diana Clarketypo
2012-03-15  Mike BayerAdded tag rel_0_7_6 for changeset bd85bcc0cf1353ebec648...
2012-03-15  Mike Bayer0.7.6 release rel_0_7_6
2012-03-15  Mike Bayeranother oracle failure
2012-03-15  Mike Bayercallcounts for py3k
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,
next