index
:
delta/python-packages/psycopg2.git
2_7_3_2
appveyor-py
async-keyword
bug-550
bug-557
bug-558
cockroachdb-tests
code-cleanup
column-slice
connection-info
cpychecker
decorators-fun
description-extra-attrs
diag-schema-name-nonloc
dont_set_datestyle_in_replication_mode
drop-display-size
encrypt-password-fix-tests
errors-module
errors-module-c
execute-locks
expand-version
fast-codecs
fast-executemany
fast-namedtuple
fast-test
fix-1019
fix-1073
fix-1248
fix-211
fix-443
fix-453
fix-512
fix-517
fix-518
fix-528
fix-562
fix-570
fix-578
fix-604
fix-679
fix-707
fix-707-27
fix-716
fix-716-27
fix-746
fix-788
fix-790
fix-794
fix-808
fix-856
fix-886
fix-887
fix-901
fix-948
fix-961
fix-binaries-2.7.6
fix-bsd-version
fix-iter-warning
fix-wheel-libresolv
goodbye-initd
goodbye-psycopg1
identifier-sequence
info-dsn-params
issue-template
libpq-10
libpq-10.1
libpq-ptrs
lo64
maint_2_4
maint_2_5
maint_2_6
maint_2_7
maint_2_8
manylinux
manylinux-dist
master
module-init-cleanup
mogrify-on-closed-cursor
musllinux
named-callproc
namedtuple-invalid-identifiers
naming
nested-array-nulls
new-release-procedure
no-set-default-session
no-unittest2
obscure-password-before-connect
openssl-1.0.2n
openssl-1.1-windows
pg10
pg12
pull-507
py310
py36-warnings
py37
py38
py38-win
py39-appveyor
qstring-writable-encoding
qualified
register-bytes
separate-binary
session-attributes
sql-compose
sql-copy
strip-macos
strip-wheel
test-dinosaurs
test-pg-11
test-postgres-10beta1
test-windows
test_i686
test_libpq91
testmr
travis
travis-db-matrix
travis-deadlock
github.com: psycopg/psycopg2.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_connection.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Report NotSupportedError for PGRES_COPY_BOTH and PGRES_SINGLE_TUPLE
Daniele Varrazzo
2015-09-30
1
-0
/
+12
*
Fixed excessively strict notices test
Daniele Varrazzo
2014-08-31
1
-3
/
+0
*
Skip test_cleanup_on_badconn_close on Windows
Jason Erickson
2014-05-19
1
-0
/
+2
*
Fixed explicit connection.cursor(cursor_factory=None)
Daniele Varrazzo
2014-04-30
1
-0
/
+10
*
Dropped unneeded pass in test
Daniele Varrazzo
2014-04-03
1
-1
/
+1
*
Fixed dsn and closed attributes in failing connection subclasses.
Daniele Varrazzo
2014-04-03
1
-0
/
+12
*
Added cursor_factory connection attribute and connect() parameter
Daniele Varrazzo
2013-04-07
1
-0
/
+25
*
Testing boilerplate unified in a single base class
Daniele Varrazzo
2013-04-07
1
-54
/
+15
*
Fixed exception handling in disconnection test
Daniele Varrazzo
2013-03-16
1
-3
/
+5
*
Fixed handling of database disconnection in tests in green mode
Daniele Varrazzo
2013-03-16
1
-0
/
+3
*
Properly cleanup memory of broken connections
Daniele Varrazzo
2013-03-16
1
-1
/
+18
*
Fix tests for Postgres 9.3
Catalin Iacob
2013-03-16
1
-0
/
+6
*
Fixed tpc_recover() with RealDictStuff
Daniele Varrazzo
2012-08-14
1
-2
/
+16
*
close() methods don't raise errors if called on closed objects
Daniele Varrazzo
2012-03-04
1
-0
/
+6
*
Check/set connection status at commit inside the critical section
Daniele Varrazzo
2012-02-24
1
-0
/
+29
*
Force GC during weakref tests
Daniele Varrazzo
2011-12-26
1
-0
/
+2
*
Put back a distinct ISOLATION_LEVEL_READ_UNCOMMITTED value
Daniele Varrazzo
2011-12-15
1
-4
/
+9
*
Reverted isolation level values to backward compatible values
Federico Di Gregorio
2011-12-15
1
-9
/
+4
*
Check for connection closed before getting the isolation level
Daniele Varrazzo
2011-11-16
1
-0
/
+29
*
Method set_transaction() renamed to set_session()
Daniele Varrazzo
2011-06-08
1
-24
/
+24
*
Fixed test to run on Python <= 2.5
Daniele Varrazzo
2011-06-03
1
-2
/
+2
*
Use only the isolation levels available on old PG versions
Daniele Varrazzo
2011-06-03
1
-2
/
+11
*
Added autocommit property on connection
Daniele Varrazzo
2011-06-02
1
-0
/
+92
*
Added partial implementation for set_transaction
Daniele Varrazzo
2011-06-01
1
-1
/
+145
*
Use all the isolation levels accepted by PostgreSQL
Daniele Varrazzo
2011-05-11
1
-13
/
+19
*
Normalize the encoding name at connection
Daniele Varrazzo
2011-04-08
1
-0
/
+14
*
Merge branch 'devel' of github.com:jerickso/psycopg into devel
Jason Erickson
2011-02-18
1
-2
/
+2
|
\
|
*
Again, increase timeout on concurrent_exec tests
Jason Erickson
2011-02-18
1
-2
/
+2
*
|
Merge remote branch 'jason/devel' into devel
Daniele Varrazzo
2011-02-17
1
-2
/
+2
|
\
\
|
|
/
|
*
Increase timeout on concurrent_execution test
Jason Erickson
2011-02-14
1
-2
/
+2
*
|
Cleanup of skipping of testing methods on certain Py/PG versions
Daniele Varrazzo
2011-02-15
1
-2
/
+2
|
/
*
Pulled down changes from dvarrazzo branch on gh
Jason Erickson
2011-02-10
1
-15
/
+23
*
Use tests.dsn for the dsn connection string
Jason Erickson
2011-02-02
1
-1
/
+1
*
Test decorator moved into the test utilities module
Daniele Varrazzo
2011-01-09
1
-25
/
+1
*
Added license to unit tests
Daniele Varrazzo
2011-01-09
1
-0
/
+22
*
All tests made executable.
Daniele Varrazzo
2011-01-07
1
-0
/
+0
*
The connection is weakly referenceable
Daniele Varrazzo
2011-01-03
1
-0
/
+8
*
More careful connections handling during tests.
Daniele Varrazzo
2010-11-28
1
-25
/
+44
*
Deal uniformly with test servers without pg_sleep.
Daniele Varrazzo
2010-11-28
1
-1
/
+3
*
Added paranoia test to check we haven't broken gil release.
Daniele Varrazzo
2010-11-28
1
-0
/
+20
*
A prepared connection can't be canceled.
Daniele Varrazzo
2010-11-28
1
-0
/
+6
*
Test cleanup.
Daniele Varrazzo
2010-11-19
1
-21
/
+31
*
Added enum with possilbe isolation level states.
Daniele Varrazzo
2010-11-18
1
-13
/
+88
*
Added tests to check the effective isolation level.
Daniele Varrazzo
2010-11-17
1
-0
/
+68
*
Fixed notices order (ticket #9).
Daniele Varrazzo
2010-11-11
1
-0
/
+26
*
Fixed test syntax for py 2.4.
Daniele Varrazzo
2010-11-09
1
-2
/
+1
*
Tests fail gracefully if tpc is supported but disabled by the server.
Daniele Varrazzo
2010-11-08
1
-0
/
+36
*
Ensure unicode is accepted as type for transaction ids.
Daniele Varrazzo
2010-11-05
1
-0
/
+28
*
Added Xid.from_string() constructor.
Daniele Varrazzo
2010-11-05
1
-0
/
+30
*
Dropped XID_UNPARSED: we use format_id = None for PG xact ids.
Daniele Varrazzo
2010-11-05
1
-1
/
+1
[next]