| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | | | | - update 0.9 changelog from rel_0_9 | Mike Bayer | 2015-04-02 | 1 | -0/+11 |
| * | | | | | - Fixed bug where the state tracking within multiple, nested | Mike Bayer | 2015-04-02 | 3 | -0/+41 |
| * | | | | | - use odict here for test determinism | Mike Bayer | 2015-04-01 | 1 | -7/+9 |
| * | | | | | - :class:`.Query` doesn't support joins, subselects, or special | Mike Bayer | 2015-04-01 | 5 | -70/+90 |
| * | | | | | - Added a list() call around a weak dictionary used within the | Mike Bayer | 2015-04-01 | 2 | -1/+10 |
| * | | | | | - Fixed bug where updated PG index reflection as a result of | Mike Bayer | 2015-04-01 | 4 | -32/+64 |
| * | | | | | - The warning emitted by the unicode type for a non-unicode type | Mike Bayer | 2015-03-31 | 3 | -4/+30 |
| * | | | | | - further fixes for #3347; track the mappers we're joining | Mike Bayer | 2015-03-31 | 3 | -22/+94 |
| * | | | | | - use an ordered dict so that queries are deterministic | Mike Bayer | 2015-03-30 | 1 | -4/+4 |
| * | | | | | - Fixed a bug related to "nested" inner join eager loading, which | Mike Bayer | 2015-03-30 | 3 | -22/+334 |
| * | | | | | call this 1.0.0b5 for the moment | Mike Bayer | 2015-03-30 | 2 | -1/+4 |
| * | | | | | 1.0.0b4rel_1_0_0b4 | Mike Bayer | 2015-03-29 | 2 | -2/+3 |
| * | | | | | Fix typospr/165 | Ernest Walzel | 2015-03-26 | 2 | -2/+2 |
| |/ / / / |
|
| * | | | | fdb drivers seem to be no longer available | Mike Bayer | 2015-03-24 | 1 | -1/+0 |
| * | | | | - fix this for pg8000 of all backends... | Mike Bayer | 2015-03-24 | 1 | -1/+1 |
| * | | | | - also add this to Oracle, and defensively to firebird and sybase | Mike Bayer | 2015-03-24 | 4 | -4/+10 |
| * | | | | - Turned off the "simple order by" flag on the MSSQL dialect; this | Mike Bayer | 2015-03-24 | 3 | -0/+22 |
| * | | | | - The "auto-attach" feature of constraints such as :class:`.UniqueConstraint` | Mike Bayer | 2015-03-24 | 4 | -17/+181 |
| * | | | | - Fixed bug in new "label resolution" feature of :ticket:`2992` where | Mike Bayer | 2015-03-23 | 4 | -2/+22 |
| * | | | | - Fixed unicode support for PyMySQL when using an "executemany" | Mike Bayer | 2015-03-22 | 3 | -0/+18 |
| * | | | | - more updates to the unicode mess to frame this in | Mike Bayer | 2015-03-22 | 5 | -75/+63 |
| * | | | | some doc defenses | Mike Bayer | 2015-03-21 | 3 | -2/+10 |
| * | | | | - totally skip on mysqlconnector for now | Mike Bayer | 2015-03-21 | 1 | -0/+1 |
| * | | | | - Fixed bug in new "label resolution" feature of :ticket:`2992` where | Mike Bayer | 2015-03-21 | 4 | -2/+30 |
| * | | | | - oursql is unsupported on this | Mike Bayer | 2015-03-21 | 1 | -0/+1 |
| * | | | | - 1.0.0b3rel_1_0_0_b3 | Mike Bayer | 2015-03-20 | 2 | -1/+2 |
| * | | | | - Repaired the commit for issue #2771 which was inadvertently commented | Mike Bayer | 2015-03-20 | 4 | -2/+16 |
| * | | | | - 1.0.0b2rel_1_0_0b2 | Mike Bayer | 2015-03-20 | 2 | -2/+3 |
| * | | | | - test fix | Mike Bayer | 2015-03-20 | 1 | -0/+1 |
| * | | | | Merge branch 'mysqlclient' of https://bitbucket.org/methane/sqlalchemy into pr48 | Mike Bayer | 2015-03-20 | 1 | -0/+9 |
| |\ \ \ \ |
|
| | * | | | | Add mention about mysqlclient | INADA Naoki | 2015-03-14 | 1 | -2/+4 |
| * | | | | | - add a note that we aren't really doing zxjdbc right now even though | Mike Bayer | 2015-03-20 | 3 | -0/+9 |
| * | | | | | - reorganize MySQL docs re: unicode, other cleanup and updates | Mike Bayer | 2015-03-20 | 9 | -59/+117 |
| * | | | | | - add a test for #2771, fixes #2771 | Mike Bayer | 2015-03-20 | 2 | -0/+19 |
| * | | | | | Merge branch 'support-emoji-on-mysql' of https://bitbucket.org/graingert/sqla... | Mike Bayer | 2015-03-20 | 2 | -1/+21 |
| |\ \ \ \ \ |
|
| | * | | | | | add utf8mb4 recommendation | Thomas Grainger | 2015-03-18 | 1 | -0/+12 |
| | * | | | | | map MySQL encodings to python encodings fixes #2771 | Thomas Grainger | 2015-03-18 | 1 | -1/+9 |
| * | | | | | | - changelog for #3333, fixes #3333 | Mike Bayer | 2015-03-20 | 1 | -0/+9 |
| * | | | | | | Merge remote-tracking branch 'origin/pr/158' into pr158 | Mike Bayer | 2015-03-20 | 1 | -1/+3 |
| |\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
|
| | * | | | | | fix Python 2-specific byte conversionpr/158 | David Marin | 2015-02-05 | 1 | -1/+3 |
| * | | | | | | - Loosened some restrictions that were added to ``@declared_attr`` | Mike Bayer | 2015-03-18 | 3 | -9/+54 |
| | |/ / / /
|/| | | | |
|
| * | | | | | - fix typo, fixes #3325 | Mike Bayer | 2015-03-17 | 1 | -1/+1 |
| * | | | | | b2 now | Mike Bayer | 2015-03-17 | 1 | -1/+1 |
| * | | | | | - fix incorrect example | Mike Bayer | 2015-03-17 | 1 | -3/+3 |
| * | | | | | - The "auto close" for :class:`.ResultProxy` is now a "soft" close. | Mike Bayer | 2015-03-17 | 10 | -44/+264 |
| * | | | | | - merge 0.9 changelog | Mike Bayer | 2015-03-16 | 1 | -0/+8 |
| * | | | | | - changelog for #3327 fixes #3327 | Mike Bayer | 2015-03-16 | 1 | -0/+14 |
| * | | | | | Accept unicode in CascadeOptionspr/160 | Julien Castets | 2015-03-16 | 2 | -2/+10 |
| * | | | | | - remove now-misleading comment that SQLite doesn't support MATCH, | Mike Bayer | 2015-03-14 | 1 | -2/+4 |
| * | | | | | 1.0.0b1rel_1_0_0b1 | Mike Bayer | 2015-03-13 | 2 | -2/+3 |