summaryrefslogtreecommitdiff
path: root/test/requirements.py
Commit message (Expand)AuthorAgeFilesLines
* - add a skip for JSONB on pg8000 if we are on 1.10.1 or earlierMike Bayer2015-03-021-0/+8
* - Added support for the :class:`postgresql.JSONB` datatype whenMike Bayer2015-01-311-0/+6
* - additional test adjustments for pypy / psycopg2cffi. ThisMike Bayer2015-01-261-0/+4
* Added psycopg2cffi dialectShaun Stanworth2015-01-261-0/+4
* - SQL Server 2012 now recommends VARCHAR(max), NVARCHAR(max),Mike Bayer2014-12-061-0/+12
* - enhance only_on() to work with compound specsMike Bayer2014-12-061-3/+9
* Merge remote-tracking branch 'origin/pr/151' into pr151Mike Bayer2014-12-011-0/+11
|\
| * Merge branch 'master' into fdbsql-testsScott Dugas2014-11-031-2/+27
| |\
| * | Added requirement for temporary tablesScott Dugas2014-10-301-0/+5
| * | Added new requirement for check_constraintsScott Dugas2014-10-231-0/+6
* | | - fix minor spelling errorJon Nelson2014-11-141-1/+1
| |/ |/|
* | - added new backend for pysqlcipher, as we will probably getMike Bayer2014-10-291-2/+2
* | - Mysqlconnector as of version 2.0, probably as a side effect ofMike Bayer2014-10-121-0/+6
* | - Added support for the Oracle table option ON COMMIT. This is beingMike Bayer2014-09-171-1/+1
* | - Added :meth:`.Inspector.get_temp_table_names` andMike Bayer2014-09-171-0/+11
* | Fixing some pep8s and adding get_foreign_tables.Rodrigo Menezes2014-09-031-1/+1
* | Merge branch 'master' of https://github.com/zzzeek/sqlalchemy into feature/po...Rodrigo Menezes2014-08-261-11/+0
|\ \ | |/
| * two_phase_recover, COMMIT PREPARED in transactionTony Locke2014-08-021-1/+0
| * With pg8000-1.9.13 passes engine/test_reconnectTony Locke2014-08-021-10/+0
* | Added support for postgres_relkind.Rodrigo Menezes2014-08-141-0/+8
|/
* - add support for tags, including include/exclude support.Mike Bayer2014-07-271-12/+2
* - rework the exclusions system to have much better support for compoundMike Bayer2014-07-261-12/+15
* - more pg8000 tests passingMike Bayer2014-07-251-0/+10
* - update some SQL server tests, supportMike Bayer2014-07-221-2/+8
* - Fixed bug introduced in 0.9.5 by new pg8000 isolation level featureMike Bayer2014-07-211-0/+1
* Add postgresql+pg8000 to floats_to_four_decimalsTony Locke2014-05-211-2/+5
* pg8000 no longer truncates decimalsTony Locke2014-05-211-2/+0
* - Fixed ORM bug where changing the primary key of an object, then markingMike Bayer2014-03-281-1/+8
* - Tweaked the settings for mysql-connector-python; in Py2K, theMike Bayer2014-03-271-8/+10
* fix some mysqlconnector failuresMike Bayer2014-03-241-4/+10
* - move some requirements up to the testing module to better support runningMike Bayer2014-03-131-32/+0
* - add more support for suite tests, moving some tests from test_query out to ...Mike Bayer2014-03-131-0/+19
* - Support has been added for pytest to run tests. This runnerMike Bayer2014-03-031-18/+22
* add a skip for oracle on thisMike Bayer2014-02-011-0/+21
* - support addition of fails_if()/only_on(), just wraps the decoratorsMike Bayer2014-01-021-4/+10
* - apply a similar fix for floats to mssql+pyodbc as we did to firebirdMike Bayer2013-12-281-1/+11
* - The "asdecimal" flag used with the :class:`.Float` type will nowMike Bayer2013-12-271-2/+12
* - repair some suite tests for firebirdMike Bayer2013-12-271-3/+15
* - The precision used when coercing a returned floating point value toMike Bayer2013-11-221-0/+7
* - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche...Mike Bayer2013-11-171-7/+2
* - The typing system now handles the task of rendering "literal bind" values,Mike Bayer2013-10-201-0/+9
* - Removed some now unneeded version checks [ticket:2829] courtesy alex gaynorMike Bayer2013-09-221-14/+0
* - assorted fixes raised by pypy 2.1beta2, but all of which are goodMike Bayer2013-08-011-2/+3
* make this rule automatic based on coverage pluginMike Bayer2013-07-031-5/+8
* add a float exclusion to help oursql build 100%Mike Bayer2013-07-021-0/+3
* mark the tests that seem to be segfauling py3k+coverage so that we can exclud...Mike Bayer2013-06-301-0/+9
* this locale is not needed. maybe it is somewhere but the locale I have ("C"...Mike Bayer2013-06-221-5/+0
* Merge pull request #5 from cjw296/pg-rangesmike bayer2013-06-221-0/+15
|\
| * Basic type support for the new range types in postgres 9.2Chris Withers2013-06-101-0/+15
* | turn this requirement back down as the simpler serialize works better nowMike Bayer2013-06-171-7/+0