]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2015-04-10  Mike Bayer- Fixed issue where a :class:`.MetaData` object that...
2015-04-08  Mike Bayer- add test support for MySQLdb with use_unicode=1 or...
2015-04-08  Mike Bayer- ensure that the keys we put into the parameters dicti...
2015-04-08  Mike Bayer- Fixed a regression where the "last inserted id" mecha...
2015-04-08  Mike Bayer- changelog for pr github:166
2015-04-08  Mike BayerMerge remote-tracking branch 'origin/pr/166' into pr166
2015-04-08  Mike Bayer- add some teardown for connections that are held open...
2015-04-06  Mike Bayer- OK, forget it, the DBAPIs, etc. everything else is...
2015-04-05  Ramiro Morales- pymssql has PEP249 Binary contructor since 2.1.1
2015-04-05  Mike Bayer- since we're working with no_site_packages at the...
2015-04-04  Mike Bayer- make sure this is 1.0.0 backported to 0.9
2015-04-04  Mike Bayer- Fixed the pathing used when tests run; for sqla_nose...
2015-04-04  Mike Bayer- Fixed a long-standing bug where the :class:`.Enum...
2015-04-03  Mike Bayer- changelog for #3084, fixes #3084
2015-04-03  Mike BayerMerge branch 'bb_issue_3084' of https://bitbucket.org...
2015-04-03  Mike Bayer- next will be 1.0.0
2015-04-03  Mike Bayer- changelog + docstring for pullreq github:164
2015-04-03  Mike BayerMerge remote-tracking branch 'origin/pr/164' into pr164
2015-04-03  Mike Bayer1.0.0b5 rel_1_0_0b5
2015-04-02  Mike Bayer- update 0.9 changelog from rel_0_9
2015-04-02  Mike Bayer- Fixed bug where the state tracking within multiple...
2015-04-01  Mike Bayer- use odict here for test determinism
2015-04-01  Mike Bayer- :class:`.Query` doesn't support joins, subselects...
2015-04-01  Mike Bayer- Added a list() call around a weak dictionary used...
2015-04-01  Mike Bayer- Fixed bug where updated PG index reflection as a...
2015-03-31  Mike Bayer- The warning emitted by the unicode type for a non...
2015-03-31  Mike Bayer- further fixes for #3347; track the mappers we're...
2015-03-31  Mike Bayer- use an ordered dict so that queries are deterministic
2015-03-30  Mike Bayer- Fixed a bug related to "nested" inner join eager...
2015-03-30  Mike Bayercall this 1.0.0b5 for the moment
2015-03-29  Mike Bayer1.0.0b4 rel_1_0_0b4
2015-03-26  Ernest WalzelFix typos
2015-03-24  Mike Bayerfdb drivers seem to be no longer available
2015-03-24  Mike Bayer- fix this for pg8000 of all backends...
2015-03-24  Mike Bayer- also add this to Oracle, and defensively to firebird...
2015-03-24  Mike Bayer- Turned off the "simple order by" flag on the MSSQL...
2015-03-24  Mike Bayer- The "auto-attach" feature of constraints such as...
2015-03-23  Mike Bayer- Fixed bug in new "label resolution" feature of :ticke...
2015-03-22  Mike Bayer- Fixed unicode support for PyMySQL when using an ...
2015-03-22  Mike Bayer- more updates to the unicode mess to frame this in
2015-03-21  Mike Bayersome doc defenses
2015-03-21  Mike Bayer- totally skip on mysqlconnector for now
2015-03-21  Mike Bayer- Fixed bug in new "label resolution" feature of :ticke...
2015-03-21  Mike Bayer- oursql is unsupported on this
2015-03-20  Mike Bayer- 1.0.0b3 rel_1_0_0_b3
2015-03-20  Mike Bayer- Repaired the commit for issue #2771 which was inadver...
2015-03-20  Amir SadoughiAllow kwargs to be passed through update()
2015-03-20  Mike Bayer- 1.0.0b2 rel_1_0_0b2
2015-03-20  Mike Bayer- test fix
2015-03-20  Mike BayerMerge branch 'mysqlclient' of https://bitbucket.org...
2015-03-20  Mike Bayer- add a note that we aren't really doing zxjdbc right...
2015-03-20  Mike Bayer- reorganize MySQL docs re: unicode, other cleanup...
2015-03-20  Mike Bayer- add a test for #2771, fixes #2771
2015-03-20  Mike BayerMerge branch 'support-emoji-on-mysql' of https://bitbuc...
2015-03-20  Mike Bayer- changelog for #3333, fixes #3333
2015-03-20  Mike BayerMerge remote-tracking branch 'origin/pr/158' into pr158
2015-03-18  Mike Bayer- Loosened some restrictions that were added to ``...
2015-03-18  Thomas Graingeradd utf8mb4 recommendation
2015-03-18  Thomas Graingermap MySQL encodings to python encodings fixes #2771
2015-03-17  Mike Bayer- fix typo, fixes #3325
2015-03-17  Mike Bayerb2 now
2015-03-17  Mike Bayer- fix incorrect example
2015-03-17  Mike Bayer- The "auto close" for :class:`.ResultProxy` is now...
2015-03-16  Mike Bayer- merge 0.9 changelog
2015-03-16  Mike Bayer- changelog for #3327 fixes #3327
2015-03-16  Julien CastetsAccept unicode in CascadeOptions
2015-03-14  Mike Bayer- remove now-misleading comment that SQLite doesn't...
2015-03-13  Mike Bayer1.0.0b1 rel_1_0_0b1
2015-03-13  Mike Bayer- add notes for prerelease install
2015-03-13  INADA NaokiAdd mention about mysqlclient
2015-03-13  Mike Bayer- call this 1.0.0b1
2015-03-13  Mike Bayer- tweaks regarding the use_alter update
2015-03-12  Mike Bayer- ensure as_declarative is part of __all__ here
2015-03-12  Mike Bayer- repair forwards-port directives
2015-03-12  Mike Bayer- fix a get call here, we should figure this out since...
2015-03-12  Mike Bayer- add the fact that we can cache the sql naively as...
2015-03-12  Mike Bayer- fix quantize recipe, fixes #3322
2015-03-12  Mike Bayer- add a rationale section
2015-03-12  Mike Bayer- try to document how to get columns from constraints.
2015-03-12  Mike Bayer- Added a new extension suite :mod:`sqlalchemy.ext...
2015-03-11  Mike Bayer- Added a new entry ``"entity"`` to the dictionaries...
2015-03-11  Mike Bayer- The Postgresql :class:`.postgresql.ENUM` type will...
2015-03-10  Mike Bayer- Added a new event suite :class:`.QueryEvents`. The
2015-03-10  Mike Bayer- The subquery wrapping which occurs when joined eager...
2015-03-10  Mike Bayer- Fixed bug where the session attachment error "object...
2015-03-10  Mike Bayer- Fixed bug where using an ``__abstract__`` mixin in...
2015-03-10  Mike Bayer- keep this as 100
2015-03-10  Mike Bayer- feature, not enhancement
2015-03-10  Mike Bayer- 0.9.9 changelog update
2015-03-10  Mike Bayer- copyright 2015
2015-03-10  Mike Bayer- repair doclevel
2015-03-10  Mike Bayer- changelog and docs for pullreq bitbucket:45
2015-03-10  Mike BayerMerge branch 'postgres-concurrently' of https://bitbuck...
2015-03-10  Gilles DartiguelongueFix dependencies for running coverage checks
2015-03-10  Mike Bayer- changelog for pr github:154
2015-03-10  Gilles DartiguelongueFix slice addressing of _AssociationList with python3
2015-03-10  Mike Bayer- changelog / doc for sqlite partial indexes
2015-03-10  Mike BayerMerge branch 'sqlite-partial-indexes' of https://bitbuc...
2015-03-09  Mike Bayer- updated counts
2015-03-09  Mike Bayer- fix a potential race condition where the per-mapper...
next