| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fixing some pep8s and adding get_foreign_tables. | Rodrigo Menezes | 2014-09-03 | 1 | -1/+1 |
| * | Merge branch 'master' of https://github.com/zzzeek/sqlalchemy into feature/po... | Rodrigo Menezes | 2014-08-26 | 1 | -11/+0 |
| |\ |
|
| | * | two_phase_recover, COMMIT PREPARED in transaction | Tony Locke | 2014-08-02 | 1 | -1/+0 |
| | * | With pg8000-1.9.13 passes engine/test_reconnect | Tony Locke | 2014-08-02 | 1 | -10/+0 |
| * | | Added support for postgres_relkind. | Rodrigo Menezes | 2014-08-14 | 1 | -0/+8 |
| |/ |
|
| * | - add support for tags, including include/exclude support. | Mike Bayer | 2014-07-27 | 1 | -12/+2 |
| * | - rework the exclusions system to have much better support for compound | Mike Bayer | 2014-07-26 | 1 | -12/+15 |
| * | - more pg8000 tests passing | Mike Bayer | 2014-07-25 | 1 | -0/+10 |
| * | - update some SQL server tests, support | Mike Bayer | 2014-07-22 | 1 | -2/+8 |
| * | - Fixed bug introduced in 0.9.5 by new pg8000 isolation level feature | Mike Bayer | 2014-07-21 | 1 | -0/+1 |
| * | Add postgresql+pg8000 to floats_to_four_decimals | Tony Locke | 2014-05-21 | 1 | -2/+5 |
| * | pg8000 no longer truncates decimals | Tony Locke | 2014-05-21 | 1 | -2/+0 |
| * | - Fixed ORM bug where changing the primary key of an object, then marking | Mike Bayer | 2014-03-28 | 1 | -1/+8 |
| * | - Tweaked the settings for mysql-connector-python; in Py2K, the | Mike Bayer | 2014-03-27 | 1 | -8/+10 |
| * | fix some mysqlconnector failures | Mike Bayer | 2014-03-24 | 1 | -4/+10 |
| * | - move some requirements up to the testing module to better support running | Mike Bayer | 2014-03-13 | 1 | -32/+0 |
| * | - add more support for suite tests, moving some tests from test_query out to ... | Mike Bayer | 2014-03-13 | 1 | -0/+19 |
| * | - Support has been added for pytest to run tests. This runner | Mike Bayer | 2014-03-03 | 1 | -18/+22 |
| * | 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 |