| Commit message (Expand) | Author | Age | Files | Lines |
| * | framework agnostic coverage flag | Mike Bayer | 2014-03-03 | 1 | -2/+1 |
| * | - go through a more complex process here to work around a dict reordering iss... | Mike Bayer | 2014-03-03 | 1 | -0/+1 |
| * | - cleanup, solidify Config | Mike Bayer | 2014-03-02 | 1 | -8/+12 |
| * | - remove lots of old and unused nose options | Mike Bayer | 2014-03-01 | 1 | -12/+12 |
| * | add a skip for oracle on this | Mike Bayer | 2014-02-01 | 1 | -0/+21 |
| * | - support addition of fails_if()/only_on(), just wraps the decorators | Mike Bayer | 2014-01-02 | 1 | -4/+10 |
| * | - apply a similar fix for floats to mssql+pyodbc as we did to firebird | Mike Bayer | 2013-12-28 | 1 | -1/+11 |
| * | - The "asdecimal" flag used with the :class:`.Float` type will now | Mike Bayer | 2013-12-27 | 1 | -2/+12 |
| * | - repair some suite tests for firebird | Mike Bayer | 2013-12-27 | 1 | -3/+15 |
| * | - The precision used when coercing a returned floating point value to | Mike Bayer | 2013-11-22 | 1 | -0/+7 |
| * | - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche... | Mike Bayer | 2013-11-17 | 1 | -7/+2 |
| * | - The typing system now handles the task of rendering "literal bind" values, | Mike Bayer | 2013-10-20 | 1 | -0/+9 |
| * | - Removed some now unneeded version checks [ticket:2829] courtesy alex gaynor | Mike Bayer | 2013-09-22 | 1 | -14/+0 |
| * | - assorted fixes raised by pypy 2.1beta2, but all of which are good | Mike Bayer | 2013-08-01 | 1 | -2/+3 |
| * | make this rule automatic based on coverage plugin | Mike Bayer | 2013-07-03 | 1 | -5/+8 |
| * | add a float exclusion to help oursql build 100% | Mike Bayer | 2013-07-02 | 1 | -0/+3 |
| * | mark the tests that seem to be segfauling py3k+coverage so that we can exclud... | Mike Bayer | 2013-06-30 | 1 | -0/+9 |
| * | this locale is not needed. maybe it is somewhere but the locale I have ("C"... | Mike Bayer | 2013-06-22 | 1 | -5/+0 |
| * | Merge pull request #5 from cjw296/pg-ranges | mike bayer | 2013-06-22 | 1 | -0/+15 |
| |\ |
|
| | * | Basic type support for the new range types in postgres 9.2 | Chris Withers | 2013-06-10 | 1 | -0/+15 |
| * | | turn this requirement back down as the simpler serialize works better now | Mike Bayer | 2013-06-17 | 1 | -7/+0 |
| * | | - skip this test for py3k. serializer kind of a bust | Mike Bayer | 2013-06-14 | 1 | -0/+8 |
| |/ |
|
| * | - get_unique_constraints() pull request | Mike Bayer | 2013-06-09 | 1 | -0/+8 |
| * | - clean up some of the requires for cross-schema reflection | Mike Bayer | 2013-06-03 | 1 | -0/+7 |
| * | fix serializer tests. something is wrong with non-C pickle but for some reas... | Mike Bayer | 2013-05-26 | 1 | -0/+9 |
| * | test for cymysql | Hajime Nakagami | 2013-02-17 | 1 | -1/+3 |
| * | port numeric tests to dialect suite | Mike Bayer | 2013-02-06 | 1 | -0/+55 |
| * | - adding in requirements | Mike Bayer | 2013-02-06 | 1 | -1/+19 |
| * | - add support for pulling in an external requirements file | Mike Bayer | 2013-02-06 | 1 | -0/+9 |
| * | Fixed table reflection for Oracle when accessing a synonym that refers | Mike Bayer | 2012-12-09 | 1 | -0/+8 |
| * | - hstore adjustments | Mike Bayer | 2012-11-17 | 1 | -0/+13 |
| * | sybase doesn't support microseconds, surprise, and after that we should have ... | Mike Bayer | 2012-11-17 | 1 | -2/+4 |
| * | - merge ben's patch with updates | Mike Bayer | 2012-11-17 | 1 | -6/+18 |
| |\ |
|
| | * | Updated sybase testing requirements | Benjamin Trofatter | 2012-10-31 | 1 | -2/+2 |
| | * | Added sybase requirements to testing and improved view reflection. | Benjamin Trofatter | 2012-10-30 | 1 | -6/+17 |
| * | | oracle doesnt support TIME or microseconds | Mike Bayer | 2012-11-12 | 1 | -3/+3 |
| * | | fix some oracle-related tests, but still need to fix unhashable_types test | Mike Bayer | 2012-11-12 | 1 | -2/+1 |
| * | | - support "fails_if" requirements as __requires__; so far this just skips, do... | Mike Bayer | 2012-11-12 | 1 | -0/+51 |
| * | | Support for reflection of the "name" of primary key | Mike Bayer | 2012-11-10 | 1 | -1/+1 |
| |/ |
|
| * | - rework the sphinx customizations into distinct modules | Mike Bayer | 2012-10-19 | 1 | -2/+10 |
| * | - add some UPDATE..FROM tests and also some new reqs | Mike Bayer | 2012-10-12 | 1 | -0/+16 |
| * | - create new sqlalchemy.testing.suite.test_types, starting with Unicode round... | Mike Bayer | 2012-10-10 | 1 | -0/+7 |
| * | - test updates | Mike Bayer | 2012-10-04 | 1 | -56/+25 |
| * | - [feature] the MS Access dialect has been | Mike Bayer | 2012-09-30 | 1 | -3/+1 |
| * | dev | Mike Bayer | 2012-09-29 | 1 | -15/+0 |
| * | adjustments | Mike Bayer | 2012-09-29 | 1 | -7/+0 |
| * | - more tests, move some tests out of test_reflection, test_query | Mike Bayer | 2012-09-27 | 1 | -1/+1 |
| * | tweaks | Mike Bayer | 2012-09-27 | 1 | -3/+1 |
| * | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -0/+500 |