summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Work around a race condition in async cancel testDaniele Varrazzo2017-02-062-3/+10
| | |
| * | assertDsnEqual moved as TestSuite methodDaniele Varrazzo2017-02-064-22/+25
| | |
| * | Run the test suite with postgres versions not available on travisDaniele Varrazzo2017-02-062-44/+157
| | |
* | | Dropped support for Python 3.1Daniele Varrazzo2017-02-063-3/+2
| | |
* | | build-manylinux script moved to build-wheels projectDaniele Varrazzo2017-02-061-50/+0
|/ /
* | Merge branch 'conform-subclass-adapter'Daniele Varrazzo2017-02-053-10/+25
|\ \
| * | Give precedence to '__conform__()' over superclasses choosing adapterDaniele Varrazzo2017-02-053-10/+25
| |/ | | | | | | Close #456
| * Dropped compiler warning in debug modeDaniele Varrazzo2017-02-041-3/+3
| |
* | Slower timeout for a test that sometimes failDaniele Varrazzo2017-02-051-1/+1
| | | | | | | | | | At least it should fail with an error after 2 seconds, not waiting for Travis timeout of 10 minutes.
* | Dropped compiler warning in debug modeDaniele Varrazzo2017-02-051-3/+3
| |
* | Merge pull request #504 from fogzot/pgversion-fixFederico Di Gregorio2017-02-041-1/+3
|\ \ | |/ |/| Fixed version regexp to match "10devel"
| * Fixed version regexp to match "10devel"Federico Di Gregorio2017-02-041-1/+3
|/ | | | | Also normalized the result and made sure that if PostgreSQL ever starts using just integer version numbers (as in "10") everything still works.
* Merge branch 'master' into sql-composesql-composeDaniele Varrazzo2017-02-0334-105/+922
|\
| * Misplaced NEWS entry fixed.Daniele Varrazzo2017-02-031-2/+2
| |
| * Merge branch 'async-keyword'Daniele Varrazzo2017-02-0318-56/+323
| |\ | | | | | | | | | Close #495
| | * Added docs for async_ aliasDaniele Varrazzo2017-02-034-1/+13
| | |
| | * Added async_ as an alias for asyncDaniele Varrazzo2017-02-0311-50/+282
| | | | | | | | | | | | | | | Added in argument for psycopg2.connect() and connection.__init__, and for the connection.async attribute.
| | * Convert warnings into errors on testDaniele Varrazzo2017-02-035-6/+29
| | |
| * | Merge branch 'fast-executemany'Daniele Varrazzo2017-02-034-198/+316
| |\ \
| | * | Further minimal performance tweaks to execute_valuesfast-executemanyDaniele Varrazzo2017-02-021-5/+6
| | | |
| | * | Avoid an useless encode/decode roundtrip in execute_values()Daniele Varrazzo2017-02-024-182/+283
| | | | | | | | | | | | | | | | Tests moved into a separate module.
| | * | Better docs for fast executemany functions.Daniele Varrazzo2017-02-021-15/+31
| | | | | | | | | | | | | | | | Issue #502.
| * | | Further skipping of slow testsDaniele Varrazzo2017-02-026-4/+13
| | | |
| * | | Merge branch 'fast-executemany'Daniele Varrazzo2017-02-025-6/+334
| |\ \ \ | | |/ /
| | * | Added notes about using execute_batch with prepared statementsDaniele Varrazzo2017-02-021-0/+32
| | | |
| | * | Fixed execute_values with unicodeDaniele Varrazzo2017-02-012-3/+55
| | | | | | | | | | | | | | | | Also added unicode tests.
| | * | Fixed fast execute functions with Python 3Daniele Varrazzo2017-02-012-4/+6
| | | |
| | * | Added execute_batch and execute_values functionsDaniele Varrazzo2017-02-015-6/+248
| | | |
| * | | Merge branch 'manylinux'Daniele Varrazzo2017-02-0213-15/+101
| |\ \ \ | | |_|/ | |/| |
| | * | Added note about finding slow testsDaniele Varrazzo2017-02-021-1/+6
| | | |
| | * | Allow skipping the slow testmanylinuxDaniele Varrazzo2017-02-0211-15/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's not so much about tests being slow: some just get stuck and timeout travis. Skipped all tests taking about more than 0.2s to run on my laptop. Fast testing takes about 8s instead of 24.
| | * | Use the server on the host to testDaniele Varrazzo2017-02-011-10/+9
| | | |
| | * | Merge back manylinux build script from the psycopg2-wheels projectDaniele Varrazzo2017-02-011-7/+11
| | | |
| | * | Added script to create manylinux1 wheelsDaniele Varrazzo2017-01-042-0/+48
| | | | | | | | | | | | | | | | See issue #425
| * | | Fixed sql docs style with newer Docutils versionsDaniele Varrazzo2017-02-011-0/+2
| | |/ | |/|
| * | Merge branch 'fix-iter-warning'Daniele Varrazzo2017-01-051-20/+26
| |\ \ | | |/ | |/|
| | * Fix DeprecationWarning: generator '__iter__' raised StopIterationfix-iter-warningNotSqrt2017-01-041-20/+26
| |/ | | | | | | Closes #498
| * Consider Python 3.6 and Postgres 9.6 supportedDaniele Varrazzo2017-01-033-3/+4
| |
| * Using the new name of the old doc templateDaniele Varrazzo2017-01-012-2/+2
| |
* | Autonumbered args not available in Python 2.6Daniele Varrazzo2017-01-032-19/+24
| |
* | Several improvements to the sql objectsDaniele Varrazzo2017-01-033-91/+189
| | | | | | | | Comparable, iterable, content accessible
* | Use {} instead of %s placeholders in SQL compositionDaniele Varrazzo2017-01-033-162/+141
| |
* | More doc love for the sql moduleDaniele Varrazzo2017-01-014-24/+63
| |
* | Added missing doc fileDaniele Varrazzo2017-01-011-0/+68
| |
* | sql module docs wordsmithingDaniele Varrazzo2017-01-012-4/+5
| |
* | Dropped sql.composeDaniele Varrazzo2017-01-012-37/+48
| | | | | | | | Use a SQL % operator instead.
* | Adding sql module documentationDaniele Varrazzo2017-01-013-24/+153
| |
* | Added test for sql percents treatmentDaniele Varrazzo2017-01-011-0/+9
| |
* | Typo: composible -> composableDaniele Varrazzo2017-01-013-17/+17
| |
* | Fixed sql.compose with no args and added testsDaniele Varrazzo2017-01-012-4/+19
| |