Commits on Source (20)
-
Gavin M. Roy authored
-
Gavin M. Roy authored
-
Gavin M. Roy authored
-
Gavin M. Roy authored
-
Gavin M. Roy authored
-
Gavin M. Roy authored
-
Gavin M. Roy authored
-
Gavin M. Roy authored
-
Gavin M. Roy authored
-
Gavin M. Roy authored
-
Gavin M. Roy authored
-
Gavin M. Roy authored
-
Gavin M. Roy authored
-
Gavin M. Roy authored
- Keep track of the number of query executions and exceptions per connection - Add report function to both Pool and PoolManager - Add methods for returning a list of busy, closed, executing, and locked connections in a Pool - Rename Pool._connection to Pool.connection_handle
-
Gavin M. Roy authored
-
Gavin M. Roy authored
- psycopg2cffi.compat.register doesnt muck with psycopg2.extras and psycopg2.extensions causing an issue. Change to apply the registration directly. - Move PYPY flag to utils - Update tests accordingly
-
Gavin M. Roy authored
-
Gavin M. Roy authored
-
Gavin M. Roy authored
-
Gavin M. Roy authored
Showing
- .travis.yml 59 additions, 22 deletions.travis.yml
- README.rst 1 addition, 1 deletionREADME.rst
- bootstrap 45 additions, 0 deletionsbootstrap
- docker-compose.yml 6 additions, 0 deletionsdocker-compose.yml
- docs/examples/tornado_basic.rst 0 additions, 8 deletionsdocs/examples/tornado_basic.rst
- docs/examples/tornado_multiple.rst 0 additions, 7 deletionsdocs/examples/tornado_multiple.rst
- docs/history.rst 87 additions, 41 deletionsdocs/history.rst
- docs/index.rst 1 addition, 4 deletionsdocs/index.rst
- examples/simple-tornado.py 2 additions, 10 deletionsexamples/simple-tornado.py
- queries/__init__.py 18 additions, 52 deletionsqueries/__init__.py
- queries/pool.py 114 additions, 22 deletionsqueries/pool.py
- queries/session.py 26 additions, 6 deletionsqueries/session.py
- queries/tornado_session.py 31 additions, 22 deletionsqueries/tornado_session.py
- queries/utils.py 25 additions, 8 deletionsqueries/utils.py
- requires/testing.txt 0 additions, 0 deletionsrequires/testing.txt
- setup.cfg 3 additions, 0 deletionssetup.cfg
- setup.py 3 additions, 4 deletionssetup.py
- tests/init_tests.py 0 additions, 36 deletionstests/init_tests.py
- tests/integration_tests.py 50 additions, 16 deletionstests/integration_tests.py
- tests/pool_connection_tests.py 1 addition, 4 deletionstests/pool_connection_tests.py
bootstrap
0 → 100755
docker-compose.yml
0 → 100644
File moved
tests/init_tests.py
deleted
100644 → 0