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