| Commit message (Expand) | Author | Age | Files | Lines |
| * | Added missing text_type requirement to TextTestpr/82 | Stefan Reich | 2014-03-26 | 1 | -0/+2 |
| * | - Fixed regression caused by release 0.8.5 / 0.9.3's compatibility | Mike Bayer | 2014-03-25 | 3 | -2/+17 |
| * | - Fixed regression from 0.8.3 as a result of :ticket:`2818` | Mike Bayer | 2014-03-22 | 3 | -1/+28 |
| * | - Adjusted ``setup.py`` file to support the possible future | Mike Bayer | 2014-03-22 | 3 | -22/+74 |
| * | - reword the paragraph which talks about web framework integration for sessions: | Mike Bayer | 2014-03-20 | 1 | -10/+7 |
| * | fix assertion | Mike Bayer | 2014-03-19 | 1 | -1/+1 |
| * | - Fixed bug in mutable extension as well as | Mike Bayer | 2014-03-19 | 6 | -3/+43 |
| * | Add is_ and isnot filter to the tutorial | Charles-Axel Dein | 2014-03-17 | 1 | -0/+6 |
| * | - Improved an error message which would occur if a query() were made | Mike Bayer | 2014-03-17 | 3 | -0/+29 |
| * | typo | Mike Bayer | 2014-03-16 | 1 | -1/+1 |
| * | - fairly epic rework of the cascade documentation | Mike Bayer | 2014-03-15 | 5 | -172/+337 |
| * | Merge pull request #79 from nibrahim/master | mike bayer | 2014-03-11 | 1 | -1/+1 |
| * | merge new links to rel_0_8 | Mike Bayer | 2014-03-09 | 1 | -12/+5 |
| * | cut out the BS as far as MySQLdb urls, put the one url everyone should be using | Mike Bayer | 2014-03-04 | 1 | -22/+14 |
| * | - Fixed bug in :func:`.tuple_` construct where the "type" of essentially | Mike Bayer | 2014-02-27 | 3 | -6/+62 |
| * | 0.8.6 | Mike Bayer | 2014-02-26 | 1 | -1/+1 |
| * | - Removed stale names from ``sqlalchemy.orm.interfaces.__all__`` and | Mike Bayer | 2014-02-26 | 2 | -4/+16 |
| * | 0.8.5rel_0_8_5 | Mike Bayer | 2014-02-19 | 3 | -3/+4 |
| * | 2014 | Mike Bayer | 2014-02-19 | 134 | -135/+135 |
| * | - isolate this failure as only on 0.8, only in py3.3, just comment it out, | Mike Bayer | 2014-02-19 | 1 | -1/+9 |
| * | - Added an additional message to psycopg2 disconnect detection, | Mike Bayer | 2014-02-19 | 2 | -0/+10 |
| * | - add a topological rule here to place PARTITIONS after PARTITION_BY, | Mike Bayer | 2014-02-19 | 1 | -1/+2 |
| * | restore check ahead of the lock to avoid locking when not needed | Mike Bayer | 2014-02-19 | 1 | -6/+7 |
| * | - add improved support here for string parsing of predicates, backport | Mike Bayer | 2014-02-19 | 1 | -1/+8 |
| * | - Support has been improved for Postgresql reflection behavior on very old | Mike Bayer | 2014-02-19 | 6 | -29/+54 |
| * | - Added new MySQL-specific :class:`.mysql.DATETIME` which includes | Mike Bayer | 2014-02-19 | 3 | -20/+108 |
| * | changelog for pullreq 12 | Mike Bayer | 2014-02-19 | 1 | -0/+11 |
| * | Fixes MySQL dialect partitioning | Marcus McCurdy | 2014-02-19 | 2 | -2/+32 |
| * | - Fixed bug where calling :meth:`.Insert.values` with an empty list | Mike Bayer | 2014-02-19 | 3 | -0/+33 |
| * | - Fixed a critical regression caused by :ticket:`2880` where the newly | Mike Bayer | 2014-02-19 | 3 | -3/+61 |
| * | - update mysql connector python link, #2938 | Mike Bayer | 2014-02-18 | 1 | -1/+1 |
| * | - changelog for pullreq github:72. | Mike Bayer | 2014-02-16 | 1 | -0/+9 |
| * | Merge branch 'fix_sqlite_uc_reflection' of https://github.com/malor/sqlalchem... | Mike Bayer | 2014-02-16 | 2 | -1/+5 |
| |\ |
|
| | * | Fix unique constraints reflection in SQLitepr/72 | Roman Podoliaka | 2014-02-14 | 2 | -1/+5 |
| * | | - extensive cross-linking of relationship options with their documentation se... | Mike Bayer | 2014-02-16 | 8 | -234/+428 |
| * | | - add cross-linking for passive_deletes / passive_updates | Mike Bayer | 2014-02-16 | 3 | -13/+22 |
| * | | - add documentation regarding native hstore flag, psycopg2 | Mike Bayer | 2014-02-16 | 1 | -4/+31 |
| * | | - expand docs on MySQL table arguments beyond just storage engines | Mike Bayer | 2014-02-15 | 1 | -30/+63 |
| * | | - Revised this very old issue where the Postgresql "get primary key" | Mike Bayer | 2014-02-14 | 2 | -1/+25 |
| |/ |
|
| * | - Fixed bug where :meth:`.in_()` would go into an endless loop if | Mike Bayer | 2014-02-13 | 3 | -2/+49 |
| * | this example doesn't work, we don't really have a solution for this as far as... | Mike Bayer | 2014-02-10 | 1 | -31/+0 |
| * | - dont need these extra conditions from the previous test | Mike Bayer | 2014-02-10 | 1 | -5/+0 |
| * | - Fixed bug where :meth:`.Query.get` would fail to consistently | Mike Bayer | 2014-02-10 | 3 | -4/+39 |
| * | - this seems to be the best string for pymysql | Mike Bayer | 2014-02-03 | 1 | -1/+1 |
| * | - Fixed bug which prevented MySQLdb-based dialects (e.g. | Mike Bayer | 2014-02-03 | 4 | -32/+29 |
| * | - add a few missing methods to the cymysql dialect | Mike Bayer | 2014-02-02 | 2 | -0/+17 |
| * | - don't duplicate docs for Pool within QueuePool | Mike Bayer | 2014-01-31 | 1 | -70/+68 |
| * | changelog | Mike Bayer | 2014-01-31 | 1 | -0/+9 |
| * | no Binary here if we are running a test with no DBAPI | Mike Bayer | 2014-01-31 | 1 | -0/+2 |
| * | Merge branch 'fix-convenience-import' of github.com:witsch/sqlalchemy into t | Mike Bayer | 2014-01-31 | 1 | -1/+1 |
| |\ |
|