| Commit message (Expand) | Author | Age | Files | Lines |
* | - start trying to move things into __slots__. This seems to reduce theslots | Mike Bayer | 2015-01-04 | 12 | -103/+141 |
* | - use a different bitwise approach here that doesn't require iterating | Mike Bayer | 2015-01-03 | 3 | -6/+16 |
* | - The :class:`.mysql.SET` type has been overhauled to no longer | Mike Bayer | 2015-01-03 | 5 | -59/+295 |
* | - clean up SET tests | Mike Bayer | 2015-01-03 | 1 | -95/+135 |
* | - tighten the inspection in _ColumnEntity to reduce unnecessary | Mike Bayer | 2015-01-03 | 1 | -14/+14 |
* | - put this back now that we found the source of this | Mike Bayer | 2015-01-02 | 1 | -5/+1 |
* | - test failures: | Mike Bayer | 2015-01-02 | 2 | -2/+1 |
* | - repair drop_all_tables | Mike Bayer | 2015-01-02 | 1 | -1/+1 |
* | - restate sort_tables in terms of a more fine grained | Mike Bayer | 2015-01-01 | 17 | -134/+909 |
* | - Added a new accessor :attr:`.Table.foreign_key_constraints` | Mike Bayer | 2015-01-01 | 3 | -0/+74 |
* | - remove the "edges" from the message here. It's illegible | Mike Bayer | 2015-01-01 | 1 | -1/+1 |
* | - fix some RST whitespace syntactical issues in toctrees | Mike Bayer | 2014-12-29 | 2 | -12/+13 |
* | - see if we can get RTD to use this for now | Mike Bayer | 2014-12-28 | 1 | -1/+1 |
* | bump | Mike Bayer | 2014-12-28 | 1 | -1/+1 |
* | bump | Mike Bayer | 2014-12-28 | 1 | -1/+1 |
* | - fix links for loading, add a redirect page | Mike Bayer | 2014-12-27 | 5 | -6/+9 |
* | - another bump | Mike Bayer | 2014-12-27 | 1 | -1/+1 |
* | - remove private superclasses from docs in favor of fixing | Mike Bayer | 2014-12-27 | 5 | -16/+1 |
* | remove pipe... | Mike Bayer | 2014-12-27 | 1 | -1/+1 |
* | corrections | Mike Bayer | 2014-12-27 | 15 | -28/+53 |
* | - corrections | Mike Bayer | 2014-12-27 | 27 | -37/+99 |
* | - typo fixes #3269 | Mike Bayer | 2014-12-27 | 1 | -1/+1 |
* | - ouch, this needs to be in dbapi, not module level! | Mike Bayer | 2014-12-19 | 1 | -7/+8 |
* | - make the google deprecation messages more specific, use full URL | Mike Bayer | 2014-12-19 | 3 | -4/+24 |
* | Merge branch 'update-gaerdbms-docs' of https://bitbucket.org/rob_b/sqlalchemy... | Mike Bayer | 2014-12-19 | 1 | -0/+12 |
|\ |
|
| * | Update gaerdbms to highlight improved connection method | Rob Berry | 2014-12-18 | 1 | -0/+12 |
* | | Maul the evaulate & friends typo | Priit Laes | 2014-12-19 | 13 | -15/+15 |
* | | - Fixed bug where using a :class:`.TypeDecorator` that implemented | Mike Bayer | 2014-12-19 | 3 | -3/+43 |
* | | - create a new section on "custom load rules", to help with edge | Mike Bayer | 2014-12-19 | 1 | -0/+76 |
|/ |
|
* | - classical is really not the most important topic here | Mike Bayer | 2014-12-17 | 1 | -1/+1 |
* | - squash-merge the improve_toc branch, which moves all the Sphinx styling | Mike Bayer | 2014-12-17 | 79 | -11663/+10043 |
* | - Added a version check to the MySQLdb dialect surrounding the | Mike Bayer | 2014-12-16 | 2 | -6/+15 |
* | - rework the migration doc sections | Mike Bayer | 2014-12-14 | 2 | -579/+585 |
* | - automap isn't new anymore | Mike Bayer | 2014-12-14 | 1 | -1/+1 |
* | - rework sqlite FK and unique constraint system to combine both PRAGMA | Mike Bayer | 2014-12-13 | 5 | -244/+506 |
* | - add tentative 'changelog' documentation on #3244 | Jon Nelson | 2014-12-13 | 1 | -0/+9 |
* | - add test_get_unnamed_unique_constraints to SQLite reflection tests | Jon Nelson | 2014-12-13 | 1 | -0/+18 |
* | - fix unique constraint parsing for sqlite -- may return '' for name, however | Jon Nelson | 2014-12-13 | 1 | -1/+1 |
* | - Added new method :meth:`.Session.invalidate`, functions similarly | Mike Bayer | 2014-12-12 | 4 | -2/+72 |
* | - update zoomark | Mike Bayer | 2014-12-12 | 1 | -6/+6 |
* | - fix up query update /delete documentation, make warnings | Mike Bayer | 2014-12-10 | 1 | -69/+110 |
* | - keep working on fixing #3266, more cases, more tests | Mike Bayer | 2014-12-10 | 1 | -4/+5 |
* | - rework the handle error on connect tests from test_parsconnect where | Mike Bayer | 2014-12-10 | 2 | -236/+245 |
* | Merge remote-tracking branch 'origin/pr/153' | Mike Bayer | 2014-12-08 | 1 | -1/+1 |
|\ |
|
| * | Removing unneeded space.pr/153 | Yuval Langer | 2014-12-09 | 1 | -1/+1 |
* | | - identify another spot where _handle_dbapi_error() needs to do something | Mike Bayer | 2014-12-08 | 2 | -3/+32 |
|/ |
|
* | - simplify the "noconnection" error handling, setting | Mike Bayer | 2014-12-08 | 3 | -20/+22 |
* | - autoinc here for oracle | Mike Bayer | 2014-12-08 | 1 | -1/+3 |
* | - force the _has_events flag to True on engines, so that | Mike Bayer | 2014-12-08 | 2 | -54/+24 |
* | - some profile changes likely due to the change in event listeningticket_3100 | Mike Bayer | 2014-12-08 | 2 | -23/+54 |