]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2012-08-11  Mike Bayer- add the new profiling system to 0.7
2012-08-10  Mike Bayerwhitespace removal
2012-08-08  Mike Bayer - [bug] Fixed the repr() of Enum to include
2012-08-08  Mike Bayerbig rework of is_active and SessionTransaction docs
2012-08-08  Mike Bayermerge session edits from default
2012-08-08  Mike Bayer- modernize some merge docs a bit
2012-08-06  Mike Bayer - [bug] A warning is emitted when lazy='dynamic'
2012-07-24  Mike Bayer- [bug] Added gaerdbms import to mysql/__init__.py,
2012-07-17  Mike Bayertry to loosen the times up here to reduce failures...
2012-07-16  Mike Bayergenindex is 100% valid
2012-07-15  Mike Bayer- [bug] Fixed bug mostly local to new
2012-07-10  Mike Bayer - [bug] Fixed more un-intuitivenesses in CTEs
2012-07-02  Mike Bayerexcept the example was wrong.
2012-07-02  Mike Bayer- add a nice example about begin_nested as context...
2012-06-30  Mike Bayer- using sublime, so there's mass trailing whitespace...
2012-06-25  Mike Bayeradd a section on many-to-many deletes
2012-06-25  Mike Bayermerge next() compatibility
2012-06-25  Mike Bayer- move cte tests into their own test/sql/test_cte.py
2012-06-21  Mike Bayer- [bug] quoting is applied to the column names
2012-06-21  Mike Bayer- [bug] Fixed regression introduced in 0.7.6
2012-06-21  Mike Bayercallcount
2012-06-20  Mike Bayer- [feature] Dramatic improvement in memory
2012-06-18  Mike BayerMerged in msabramo/sqlalchemy (pull request #9)
2012-06-18  Mike Bayerremove ambiguous language
2012-06-17  Mike Bayersome fixes
2012-06-17  Mike BayerAdded tag rel_0_7_8 for changeset 37b807cd04d4ab3a6acbd...
2012-06-17  Mike Bayer0.7.8 prep rel_0_7_8
2012-06-17  Mike Bayersome doc fixes
2012-06-16  Mike Bayercallcount adjust
2012-06-16  Mike Bayerremove this test now covered in test_execute
2012-06-16  Mike Bayer- [bug] Fixed bug whereby append_column()
2012-06-16  Mike Bayerset these up as None, the comprehensive solution here is
2012-06-16  Mike Bayer- [bug] removed unnecessary table clause when
2012-06-16  Mike Bayer- [bug] Fixed bug whereby populate_existing
2012-06-13  Mike Bayerfix crap
2012-06-13  Mike Bayer - [bug] Repaired common table expression
2012-06-13  Mike Bayer- [bug] added BIGINT to types.__all__,
2012-06-13  Mike Bayerdont call connection()/get_bind() all that here if...
2012-06-12  Mike Bayer- rewrite rowcount documentation to be as absolutely...
2012-06-12  Mike Bayersigh. go back to __iter__ because of silly rowproxy...
2012-06-12  Mike Bayer- [bug] Fixed bug affecting Py3K whereby
2012-06-11  Mike Bayer- [bug] Fixed identity_key() function which
2012-06-08  Mike BayerAdd some `Sphinx` related version informations paragrap...
2012-06-08  Mike BayerAdd some `Sphinx` paragraph level versions informations...
2012-06-08  Mike BayerAdd some basic CSS styles for version informations...
2012-06-08  Mike Bayer- [feature] The 'objects' argument to
2012-06-01  Mike Bayer- [bug] Fixed memory leak in C version of
2012-05-26  Mike Bayercredit !
2012-05-26  Mike Bayer- upgrade DBAPI index to have links to all dialect...
2012-05-26  Mike Bayer- [feature] Added a new dialect for Google App
2012-05-26  Mike Bayer - [bug] Fixed bug in declarative
2012-05-17  Mike Bayer- [bug] Added ROWID to oracle.*, [ticket:2483]
2012-05-17  Mike Bayeradd a note about sqlites lack of concurrency by design...
2012-05-17  Mike Bayer- [bug] Fixed bug whereby subqueryload() from
2012-05-05  Mike BayerAdded tag rel_0_7_7 for changeset c91fd10f5cf38c6cb8964...
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
next