| Commit message (Expand) | Author | Age | Files | Lines |
* | - add a skip for JSONB on pg8000 if we are on 1.10.1 or earlier | Mike Bayer | 2015-03-02 | 1 | -0/+8 |
* | - Added support for the :class:`postgresql.JSONB` datatype when | Mike Bayer | 2015-01-31 | 1 | -0/+6 |
* | - additional test adjustments for pypy / psycopg2cffi. This | Mike Bayer | 2015-01-26 | 1 | -0/+4 |
* | Added psycopg2cffi dialect | Shaun Stanworth | 2015-01-26 | 1 | -0/+4 |
* | - SQL Server 2012 now recommends VARCHAR(max), NVARCHAR(max), | Mike Bayer | 2014-12-06 | 1 | -0/+12 |
* | - enhance only_on() to work with compound specs | Mike Bayer | 2014-12-06 | 1 | -3/+9 |
* | Merge remote-tracking branch 'origin/pr/151' into pr151 | Mike Bayer | 2014-12-01 | 1 | -0/+11 |
|\ |
|
| * | Merge branch 'master' into fdbsql-tests | Scott Dugas | 2014-11-03 | 1 | -2/+27 |
| |\ |
|
| * | | Added requirement for temporary tables | Scott Dugas | 2014-10-30 | 1 | -0/+5 |
| * | | Added new requirement for check_constraints | Scott Dugas | 2014-10-23 | 1 | -0/+6 |
* | | | - fix minor spelling error | Jon Nelson | 2014-11-14 | 1 | -1/+1 |
| |/
|/| |
|
* | | - added new backend for pysqlcipher, as we will probably get | Mike Bayer | 2014-10-29 | 1 | -2/+2 |
* | | - Mysqlconnector as of version 2.0, probably as a side effect of | Mike Bayer | 2014-10-12 | 1 | -0/+6 |
* | | - Added support for the Oracle table option ON COMMIT. This is being | Mike Bayer | 2014-09-17 | 1 | -1/+1 |
* | | - Added :meth:`.Inspector.get_temp_table_names` and | Mike Bayer | 2014-09-17 | 1 | -0/+11 |
* | | 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 |