]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2014-07-22  Mike Bayer- ticket inline
2014-07-22  Mike Bayer- update some SQL server tests, support
2014-07-22  Mike Bayer- allow 10 stray connections that need a gc
2014-07-21  Mike Bayer- fix missing release date
2014-07-21  Mike Bayerput a greater variance into this test to prevent sporad...
2014-07-21  Mike Bayer- Fixed bug introduced in 0.9.5 by new pg8000 isolation...
2014-07-21  mike bayerMerge pull request #120 from bogkyu/pr_fix_docgen
2014-07-20  BogFix doc gen on Windows platform
2014-07-20  Mike Bayer- support args
2014-07-20  Brian Jarrett- apply pep8 formatting to sqlalchemy/sql, sqlalchemy...
2014-07-18  Mike Bayer- add E721
2014-07-18  Mike Bayer- update the flake8 rules again
2014-07-18  Mike Bayer- Fixed bug in oracle dialect test suite where in one...
2014-07-16  Mike Bayer- also add the alternate approach, name column distinct...
2014-07-16  Mike Bayer- add a documentation section for naming conflicts...
2014-07-16  Mike Bayer- reinstate E123, E125, E128
2014-07-16  Mike Bayer- forwards-port changelog for ref #3093
2014-07-15  Mike Bayer- use an odict here to ensure ordering of properties
2014-07-15  Mike Bayer- add a full env for pypy, name it funny to avoid hidde...
2014-07-15  Mike Bayer- fully flake8 this file
2014-07-15  Mike Bayer- Fixed a regression caused by :ticket:`2976` released...
2014-07-15  Mike Bayer- Fixed a SQLite join rewriting issue where a subquery...
2014-07-15  Mike Bayer- wrestle with conv() and tests some more
2014-07-15  Mike Bayer- allow the compilation rule that gets the formatted...
2014-07-15  Mike Bayer- Fix bug in naming convention feature where using...
2014-07-14  Mike Bayer- Fixed a regression from 0.9.5 caused by :ticket:...
2014-07-14  Mike Bayer- Added statement encoding to the "SET IDENTITY_INSERT"
2014-07-14  Mike Bayer- In the SQL Server pyodbc dialect, repaired the implem...
2014-07-14  Mike Bayer- Fixed a regression from 0.9.0 due to :ticket:`2736...
2014-07-14  Mike Bayer -Fixed bug in common table expressions whereby positio...
2014-07-14  Mike Bayer- Fixed bug where multi-valued :class:`.Insert` constru...
2014-07-14  Mike Bayerneed a 1.0.0 here
2014-07-14  Mike Bayer- Added a "str()" step to the dialect_kwargs iteration for
2014-07-14  Mike Bayer- add some order bys
2014-07-14  Mike Bayer- ensure usedevelop is present so that C exts are in...
2014-07-14  Mike Bayer- adjust this to work on PG also
2014-07-14  Mike BayerMerge branch 'pep8'
2014-07-14  Brian JarrettPEP8 style fixes
2014-07-13  Mike Bayer- Fixed bug in :class:`.Enum` and other :class:`.Schema...
2014-07-11  Mike Bayerupdate test runners to be module-based
2014-07-11  Mike BayerOK use tox
2014-07-10  Brian JarrettMerge branch 'master' of https://github.com/celttechie...
2014-07-10  Brian Jarrettfixed style to conform to PEP8
2014-07-10  Mike Bayer- determine the root cause of the mysqlconnector issue...
2014-07-10  Mike Bayer- mark tests failing for mysqlconnector, oursql
2014-07-10  Mike Bayerimports gone bad
2014-07-10  Mike Bayer- The :meth:`.TypeEngine.with_variant` method will...
2014-07-09  Mike Bayer- fully flake8 test/aaa_profiling
2014-07-09  Mike Bayer- break up the <authors> copyright comment as part...
2014-07-09  Mike Bayer- support __only_on__ and __backend__ at the same time
2014-07-09  Mike Bayer- Changed the default value of "raise_on_warnings"...
2014-07-09  Mike Bayer- add 0.9 changelog
2014-07-09  Mike Bayer- Fixed bug where "python setup.py test" wasn't calling...
2014-07-08  Mike Bayer-do an autoflake8 here
2014-07-08  Mike Bayer- The "evaulator" for query.update()/delete() won't...
2014-07-08  mike bayerMerge pull request #103 from tlocke/master
2014-07-08  jonathan vanasco- add postgresql_regconfig argument to PG dialect for...
2014-07-07  Mike Bayerdocument JSONB
2014-07-07  Mike Bayerchangelog
2014-07-07  mike bayerMerge pull request #101 from ddimmich/master
2014-07-07  Tony LockePEP8 tidy of subset of test/sql/*.py
2014-07-06  Tony Lockepg8000 passing test/sql
2014-07-06  mike bayerMerge pull request #100 from plaes/typos
2014-07-06  Mike Bayerchangelog, fixes #3093
2014-07-06  Mike BayerMerged in therve/bug-3093/bug/3093 (pull request #24)
2014-07-06  Mike Bayeradd pg8000
2014-07-06  mike bayerMerge pull request #99 from tlocke/master
2014-07-06  Mike Bayer- changelog
2014-07-06  mike bayerMerge pull request #98 from abbec/mssql2008-multivalues...
2014-07-04  Mike Bayer- add test support for disconnect modification
2014-07-04  Mike Bayer- clarify that the pg8000 backend has no impact of...
2014-07-04  Mike Bayer- rework the entire approach to #3076. As we need to...
2014-07-04  Mike Bayer- Added new attributes :attr:`.ExecutionContext.excepti...
2014-07-03  Mike Bayer- The mechanics of the :meth:`.ConnectionEvents.dbapi_e...
2014-07-03  Mike Bayer- add link to dialect docs for SQLite autoincrement...
2014-07-01  Mike Bayer- ensure ACID set up on this table for MySQL
2014-07-01  Mike Bayer- Fixed bug where items that were persisted, deleted...
2014-07-01  Damian Dimmichjsonb support for <@, ?| and ?& added.
2014-07-01  Mike Bayer- repair the _enable_single_crit method, it was named...
2014-06-30  Mike Bayer- add new section Working with Raw DBAPI Connections...
2014-06-29  Mike Bayer- attach the ResultMetaData to the Compiled object...
2014-06-29  Mike Bayer- cut out some calls by inlining the calls to get_history()
2014-06-28  Damian Dimmichit's OK to pass a dict in - it does the right thing...
2014-06-28  Damian Dimmichminor cleanup of the jsonb - had extraneous operators...
2014-06-28  Damian Dimmichadd has_key & contains operators for jsonb (ported...
2014-06-28  Damian Dimmichand tests for JSONB - as this is a superset of JSON...
2014-06-28  Priit Laestypo: s/thbe/the
2014-06-28  Priit Laestypo: s/tranasction/transaction
2014-06-28  Priit Laestypo: s/founds/found
2014-06-27  Mike Bayer- Fixed a bug within the custom operator plus :meth...
2014-06-27  Mike Bayerwrong version number
2014-06-27  Mike Bayer- MySQL error 2014 "commands out of sync" appears to...
2014-06-26  Mike Bayer- Fixed bug involving dynamic attributes, that was...
2014-06-25  Mike Bayeradd missing release date
2014-06-25  Mike Bayer- Fixed bug when the declarative ``__abstract__`` flag...
2014-06-25  Mike Bayer- add a test to confirm #3096, we definitely get a...
2014-06-24  Mike BayerMerged in uralbash/sqlalchemy/uralbash/fix-pullreq...
2014-06-24  Mike Bayer- write some really complete docs on MSSQL autoincremen...
2014-06-24  Thomas HerveReturn the assigned value in MultableDict.setdefault
2014-06-24  Damian Dimmichinitial support for JSONB - this only allows you to...
next