summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Added readonly and deferrable attributesDaniele Varrazzo2017-02-163-25/+123
* Revert pre-2.7b1 behaviour of silent rollback on conn.set_isolation_level()Daniele Varrazzo2017-02-161-6/+26
* connection.isolation_level is now writableDaniele Varrazzo2017-02-161-78/+179
* Don't convert '{}'::unknown into an empty listDaniele Varrazzo2017-02-081-4/+6
* Use pydll to poke into extension libraryDaniele Varrazzo2017-02-071-1/+1
* Merge branch 'no-set-default-session'Daniele Varrazzo2017-02-071-53/+54
|\
| * Set default_transaction_* GUC if session state is changed in autocomitDaniele Varrazzo2017-02-041-24/+25
| * Exposing ISOLATION_LEVEL_DEFAULT to PythonDaniele Varrazzo2017-02-041-1/+1
| * Test looking the transactions characteristics instead of the defaultDaniele Varrazzo2017-02-041-28/+28
* | Skipped a couple of tests failing on old dbstest-dinosaursDaniele Varrazzo2017-02-062-0/+2
* | Skip tests with server not supporting NULL in arrayDaniele Varrazzo2017-02-061-3/+6
* | Don't test with server not implementing INSERT with VALUES listDaniele Varrazzo2017-02-061-4/+8
* | Deal consistently with E'' quotes in testsDaniele Varrazzo2017-02-065-41/+41
* | Work around a race condition in async cancel testDaniele Varrazzo2017-02-062-3/+10
* | assertDsnEqual moved as TestSuite methodDaniele Varrazzo2017-02-064-22/+25
* | Merge branch 'conform-subclass-adapter'Daniele Varrazzo2017-02-051-0/+13
|\ \
| * | Give precedence to '__conform__()' over superclasses choosing adapterDaniele Varrazzo2017-02-051-0/+13
| |/
* | Slower timeout for a test that sometimes failDaniele Varrazzo2017-02-051-1/+1
|/
* Merge branch 'master' into sql-composesql-composeDaniele Varrazzo2017-02-0317-61/+583
|\
| * Merge branch 'async-keyword'Daniele Varrazzo2017-02-0310-43/+282
| |\
| | * Added async_ as an alias for asyncDaniele Varrazzo2017-02-038-39/+259
| | * Convert warnings into errors on testDaniele Varrazzo2017-02-034-5/+24
| * | Merge branch 'fast-executemany'Daniele Varrazzo2017-02-033-178/+239
| |\ \
| | * | Avoid an useless encode/decode roundtrip in execute_values()Daniele Varrazzo2017-02-023-178/+239
| * | | Further skipping of slow testsDaniele Varrazzo2017-02-026-4/+13
| * | | Merge branch 'fast-executemany'Daniele Varrazzo2017-02-021-0/+178
| |\ \ \ | | |/ /
| | * | Fixed execute_values with unicodeDaniele Varrazzo2017-02-011-2/+54
| | * | Fixed fast execute functions with Python 3Daniele Varrazzo2017-02-011-2/+2
| | * | Added execute_batch and execute_values functionsDaniele Varrazzo2017-02-011-0/+126
| | |/
| * | Added note about finding slow testsDaniele Varrazzo2017-02-021-1/+6
| * | Allow skipping the slow testmanylinuxDaniele Varrazzo2017-02-0211-15/+45
| |/
* | Autonumbered args not available in Python 2.6Daniele Varrazzo2017-01-031-12/+17
* | Several improvements to the sql objectsDaniele Varrazzo2017-01-031-15/+74
* | Use {} instead of %s placeholders in SQL compositionDaniele Varrazzo2017-01-031-26/+55
* | Dropped sql.composeDaniele Varrazzo2017-01-011-21/+20
* | Adding sql module documentationDaniele Varrazzo2017-01-011-0/+5
* | Added test for sql percents treatmentDaniele Varrazzo2017-01-011-0/+9
* | Typo: composible -> composableDaniele Varrazzo2017-01-011-5/+5
* | Fixed sql.compose with no args and added testsDaniele Varrazzo2017-01-011-0/+15
* | Fixed sql.Composed representationDaniele Varrazzo2017-01-011-0/+6
* | Fixed sql stuff in Py3Daniele Varrazzo2017-01-011-2/+0
* | Added basic sql module implementationDaniele Varrazzo2017-01-011-1/+222
* | Adding some boilerplate for the new moduleDaniele Varrazzo2017-01-013-3/+40
|/
* Merge branch 'master' into named-callprocDaniele Varrazzo2016-12-2625-382/+1109
|\
| * Skip replication tests in green modeDaniele Varrazzo2016-12-251-3/+8
| * Added test to verify bug #482Daniele Varrazzo2016-12-252-3/+25
| * Fixed tests failing on Python 2.6Daniele Varrazzo2016-12-245-11/+12
| * Added ipaddress objects conversionDaniele Varrazzo2016-10-112-7/+135
| * Conver network array types into array of strings by defaultDaniele Varrazzo2016-10-111-0/+10
| * Fix unicode mogrify test on python 2Daniele Varrazzo2016-10-111-3/+9