| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | | | | | Fixed `__repr__()` on mapper property constructs | Mike Bayer | 2013-04-11 | 1 | -1/+1 |
| * | | | | | | The _Binary base type now converts values through | Mike Bayer | 2013-04-11 | 1 | -2/+9 |
| * | | | | | | Improvements to Connection auto-invalidation | Mike Bayer | 2013-04-11 | 1 | -24/+32 |
| * | | | | | | A major fix to the way in which a select() object produces | Mike Bayer | 2013-04-11 | 4 | -24/+59 |
| * | | | | | | Fixed indirect regression regarding :func:`.has_inherited_table`, | Mike Bayer | 2013-04-09 | 1 | -1/+1 |
| * | | | | | | Fixed bug when a query of the form: | Mike Bayer | 2013-04-09 | 1 | -2/+5 |
| | |_|_|/ /
|/| | | | |
|
| * | | | | | - Fixed bug in unit of work whereby a joined-inheritance | Mike Bayer | 2013-04-01 | 5 | -8/+58 |
| | |_|_|/
|/| | | |
|
| * | | | | Merged in sontek/sqlalchemy/add_better_disconnect_checks (pull request #47) | Mike Bayer | 2013-03-29 | 1 | -0/+2 |
| |\ \ \ \ |
|
| | * | | | | cleaned up errors, only check for connection timeout for now | John Anderson | 2013-03-18 | 1 | -3/+2 |
| | * | | | | Added disconnect checks for timeout, unable to read, and unable to write | John Anderson | 2013-03-18 | 1 | -0/+3 |
| | |/ / / |
|
| * | | | | - add a nose runner that erases out argv, otherwise | Mike Bayer | 2013-03-25 | 3 | -2/+10 |
| * | | | | - limit some of these on views, indexes, pk constraints being available | Mike Bayer | 2013-03-24 | 1 | -2/+8 |
| * | | | | merge default | Mike Bayer | 2013-03-24 | 1 | -0/+8 |
| |\ \ \ \ |
|
| | * \ \ \ | Merged in msabramo/sqlalchemy (pull request #48) | Mike Bayer | 2013-03-24 | 1 | -0/+8 |
| | |\ \ \ \ |
|
| | | * | | | | Make MonkeyPatchedBinaryTest not fail on Python 2.5 (which doesn't have | Marc Abramowitz | 2013-03-20 | 1 | -0/+8 |
| * | | | | | | - add an event to testing so that other dialects can intercept "test_needs_au... | Mike Bayer | 2013-03-24 | 3 | -11/+24 |
| |/ / / / / |
|
| * | | | | | Loosened the check on dialect-specific argument names | Mike Bayer | 2013-03-24 | 2 | -9/+7 |
| * | | | | | Fixed bug whereby a DBAPI that can return "0" | Mike Bayer | 2013-03-23 | 1 | -1/+1 |
| |/ / / / |
|
| * | | | | dialects/mssql/pymssql.py: Modify module.Binary to work properly with | Marc Abramowitz | 2013-03-18 | 1 | -1/+1 |
| |/ / / |
|
| * | | | 0.8.1 bump + test, changelog for hstore fix [ticket:2680] | Mike Bayer | 2013-03-18 | 1 | -1/+1 |
| * | | | Corrected silly circular import introduced by original "fix". | Ben Trofatter | 2013-03-18 | 2 | -3/+4 |
| * | | | Added HSTORE to ischema_names in dialects/postgresql/base.py | Ben Trofatter | 2013-03-18 | 1 | -0/+2 |
| * | | | merge plus fix the test spelling too | Mike Bayer | 2013-03-18 | 1 | -1/+1 |
| |\ \ \ |
|
| | * | | | Fix typo. | Richard Mitchell | 2013-03-18 | 1 | -1/+1 |
| * | | | | no need to use getattr() here | Mike Bayer | 2013-03-17 | 2 | -3/+5 |
| |/ / / |
|
| * | | | doc updates | Mike Bayer | 2013-03-11 | 1 | -29/+29 |
| * | | | - repair doctest for SQL expression tutorial | Mike Bayer | 2013-03-11 | 1 | -1/+35 |
| * | | | linting | Mike Bayer | 2013-03-09 | 2 | -16/+13 |
| * | | | - auto-append for CheckConstraint should skip table if the expression is against | Mike Bayer | 2013-03-09 | 1 | -2/+2 |
| * | | | Added support for Postgresql's traditional SUBSTRING | Mike Bayer | 2013-03-09 | 1 | -2/+10 |
| * | | | - remove all compat items that are pre-2.5 (hooray) | Mike Bayer | 2013-03-09 | 16 | -206/+65 |
| * | | | A meaningful :attr:`.QueryableAttribute.info` attribute is | Mike Bayer | 2013-03-09 | 4 | -0/+64 |
| * | | | - since correlation is now always at least semi-automatic, remove the | Mike Bayer | 2013-03-09 | 1 | -28/+30 |
| * | | | Changed behavior of Select.correlate() to ignore correlations to froms that d... | Luke Cyca | 2013-03-07 | 2 | -32/+36 |
| * | | | Merged in nakagami/sqlalchemy/cymysql (pull request #42) | Mike Bayer | 2013-03-07 | 3 | -2/+74 |
| |\ \ \
| |/ /
| | /
| |/
|/| |
|
| | * | merge from default | Hajime Nakagami | 2013-03-02 | 6 | -24/+134 |
| | |\ |
|
| | * | | is_disconnect() in cymysql dialect | Hajime Nakagami | 2013-03-02 | 1 | -0/+11 |
| | * | | modify _extract_error_code() at cymysql dialect | Hajime Nakagami | 2013-03-02 | 1 | -5/+1 |
| | * | | fix easy miss | Hajime Nakagami | 2013-03-01 | 1 | -0/+1 |
| | * | | fix easy miss | Hajime Nakagami | 2013-03-01 | 1 | -4/+4 |
| | * | | cython's result_processor() | Hajime Nakagami | 2013-03-01 | 1 | -0/+29 |
| | * | | mymysql dialect | Hajime Nakagami | 2013-03-01 | 1 | -1/+1 |
| | * | | return erro_code cymysql dialects | Hajime Nakagami | 2013-02-26 | 1 | -4/+5 |
| | * | | fix cymysql's _extact_error_code() for py3 | Hajime Nakagami | 2013-02-26 | 1 | -1/+4 |
| | * | | cython's _extract_error_code() | Hajime Nakagami | 2013-02-25 | 1 | -1/+3 |
| | * | | merge from default | Hajime Nakagami | 2013-02-21 | 3 | -0/+27 |
| | |\ \ |
|
| | * | | | add cymysql dialect | Hajime Nakagami | 2013-02-17 | 2 | -1/+30 |
| * | | | | - add some more transaction states so that we deliver a more accurate | Mike Bayer | 2013-03-04 | 1 | -36/+44 |
| * | | | | yikes, print statement ! | Mike Bayer | 2013-03-03 | 1 | -3/+2 |
| * | | | | fix non2.5 compat @property usage | Mike Bayer | 2013-03-03 | 1 | -4/+4 |