summaryrefslogtreecommitdiff
path: root/test/requirements.py
Commit message (Expand)AuthorAgeFilesLines
* framework agnostic coverage flagMike Bayer2014-03-031-2/+1
* - go through a more complex process here to work around a dict reordering iss...Mike Bayer2014-03-031-0/+1
* - cleanup, solidify ConfigMike Bayer2014-03-021-8/+12
* - remove lots of old and unused nose optionsMike Bayer2014-03-011-12/+12
* 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
* | - skip this test for py3k. serializer kind of a bustMike Bayer2013-06-141-0/+8
|/
* - get_unique_constraints() pull requestMike Bayer2013-06-091-0/+8
* - clean up some of the requires for cross-schema reflectionMike Bayer2013-06-031-0/+7
* fix serializer tests. something is wrong with non-C pickle but for some reas...Mike Bayer2013-05-261-0/+9
* test for cymysqlHajime Nakagami2013-02-171-1/+3
* port numeric tests to dialect suiteMike Bayer2013-02-061-0/+55
* - adding in requirementsMike Bayer2013-02-061-1/+19
* - add support for pulling in an external requirements fileMike Bayer2013-02-061-0/+9
* Fixed table reflection for Oracle when accessing a synonym that refersMike Bayer2012-12-091-0/+8
* - hstore adjustmentsMike Bayer2012-11-171-0/+13
* sybase doesn't support microseconds, surprise, and after that we should have ...Mike Bayer2012-11-171-2/+4
* - merge ben's patch with updatesMike Bayer2012-11-171-6/+18
|\
| * Updated sybase testing requirementsBenjamin Trofatter2012-10-311-2/+2
| * Added sybase requirements to testing and improved view reflection.Benjamin Trofatter2012-10-301-6/+17
* | oracle doesnt support TIME or microsecondsMike Bayer2012-11-121-3/+3
* | fix some oracle-related tests, but still need to fix unhashable_types testMike Bayer2012-11-121-2/+1
* | - support "fails_if" requirements as __requires__; so far this just skips, do...Mike Bayer2012-11-121-0/+51
* | Support for reflection of the "name" of primary keyMike Bayer2012-11-101-1/+1
|/
* - rework the sphinx customizations into distinct modulesMike Bayer2012-10-191-2/+10
* - add some UPDATE..FROM tests and also some new reqsMike Bayer2012-10-121-0/+16
* - create new sqlalchemy.testing.suite.test_types, starting with Unicode round...Mike Bayer2012-10-101-0/+7
* - test updatesMike Bayer2012-10-041-56/+25
* - [feature] the MS Access dialect has beenMike Bayer2012-09-301-3/+1
* devMike Bayer2012-09-291-15/+0
* adjustmentsMike Bayer2012-09-291-7/+0
* - more tests, move some tests out of test_reflection, test_queryMike Bayer2012-09-271-1/+1
* tweaksMike Bayer2012-09-271-3/+1
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-0/+500