| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor for cx_Oracle version 6oracle_numeric | Mike Bayer | 2017-09-11 | 1 | -1/+0 |
* | Enable multi-level selectin polymorphic loading | Mike Bayer | 2017-08-07 | 1 | -8/+5 |
* | selectin polymorphic loading | Mike Bayer | 2017-06-05 | 1 | -2/+3 |
* | Allow metadata.reflect() to recover from unreflectable tables | Mike Bayer | 2017-05-22 | 1 | -4/+11 |
* | Add safe_reraise() + warnings only to Connection._autorollback | Mike Bayer | 2017-03-27 | 1 | -4/+5 |
* | Support hybrids/composites with bulk updates | Mike Bayer | 2017-03-22 | 1 | -0/+4 |
* | New features from python 2.7 | Катаев Денис | 2017-03-17 | 1 | -3/+3 |
* | update for 2017 copyright | Mike Bayer | 2017-01-04 | 1 | -1/+1 |
* | Repair clauselist comparison to account for clause ordering | Mike Bayer | 2016-09-02 | 1 | -0/+8 |
* | - don't raise for stray gc connection. this just happens | Mike Bayer | 2016-06-02 | 1 | -2/+3 |
* | - handle parameter sets that aren't correctly formed, so that | Mike Bayer | 2016-02-17 | 1 | -0/+4 |
* | - CTE functionality has been expanded to support all DML, allowing | Mike Bayer | 2016-02-11 | 1 | -0/+2 |
* | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
* | - The ``str()`` call for :class:`.Query` will now take into account | Mike Bayer | 2016-01-19 | 1 | -0/+9 |
* | - Multi-tenancy schema translation for :class:`.Table` objects is added. | Mike Bayer | 2016-01-08 | 1 | -1/+5 |
* | - A rare case which occurs when a :meth:`.Session.rollback` fails in the | Mike Bayer | 2015-11-19 | 1 | -1/+1 |
* | - Fixed regression where :meth:`.ResultProxy.keys` would return | Mike Bayer | 2015-07-19 | 1 | -0/+10 |
* | - fixes to the warnings filters | Mike Bayer | 2015-06-19 | 1 | -3/+1 |
* | - Add a new le_() assertion for less than or equals | Mike Bayer | 2015-06-14 | 1 | -0/+5 |
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
* | - expect_warnings was not expecting and neither was assert_warnings | Mike Bayer | 2015-02-19 | 1 | -12/+40 |
* | - rework assertsql system, fixes #3293 | Mike Bayer | 2015-01-18 | 1 | -8/+3 |
* | - The multi-values version of :meth:`.Insert.values` has been | Mike Bayer | 2015-01-13 | 1 | -0/+3 |
* | - rework the assert_sql system so that we have a context manager to work with, | Mike Bayer | 2014-12-07 | 1 | -5/+8 |
* | - refine this a bit to better check for exception type | Mike Bayer | 2014-08-31 | 1 | -7/+8 |
* | - A new style of warning can be emitted which will "filter" up to | Mike Bayer | 2014-08-31 | 1 | -67/+62 |
* | - allow 10 stray connections that need a gc | Mike Bayer | 2014-07-22 | 1 | -4/+7 |
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -23/+33 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 1 | -1/+1 |
* | dont warn, that just crashes the test... | Mike Bayer | 2014-03-26 | 1 | -2/+3 |
* | try to liberalize the pool._refs assertion a bit | Mike Bayer | 2014-03-26 | 1 | -2/+34 |
* | - Support has been added for pytest to run tests. This runner | Mike Bayer | 2014-03-03 | 1 | -1/+1 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | - add support for specifying tables or entities for "of" | Mike Bayer | 2013-11-28 | 1 | -2/+2 |
* | adjustment to work on py3k as well | Mike Bayer | 2013-11-21 | 1 | -1/+3 |
* | - Fixed bug which prevented the ``serializer`` extension from working | Mike Bayer | 2013-11-21 | 1 | -1/+1 |
* | - add copyright to source files missing it | Mike Bayer | 2013-10-26 | 1 | -0/+6 |
* | - The typing system now handles the task of rendering "literal bind" values, | Mike Bayer | 2013-10-20 | 1 | -1/+10 |
* | The MySQL :class:`.mysql.SET` type now features the same auto-quoting | Mike Bayer | 2013-10-14 | 1 | -21/+27 |
* | clean up the dialect selection thing here | Mike Bayer | 2013-06-04 | 1 | -8/+12 |
* | working through tests.... | Mike Bayer | 2013-06-02 | 1 | -6/+7 |
* | - endless isinstance(x, str)s.... | Mike Bayer | 2013-04-28 | 1 | -12/+12 |
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -15/+16 |
* | just a pep8 pass of lib/sqlalchemy/testing/ | Diana Clarke | 2012-11-19 | 1 | -6/+21 |
* | - add a nifty contextmanager form of assert_execution/assert_statement_count | Mike Bayer | 2012-10-08 | 1 | -0/+11 |
* | - don't call get_lastrowid() on explicit returning | Mike Bayer | 2012-10-04 | 1 | -1/+3 |
* | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -0/+349 |