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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added BYTESARRAY typecaster
Daniele Varrazzo
2019-01-18
1
-0
/
+26
*
Added test for BYTES typecaster
Daniele Varrazzo
2019-01-18
1
-0
/
+11
*
Merge remote-tracking branch 'eternalflow/execute-values-returning-clause-sup...
Daniele Varrazzo
2018-12-27
1
-0
/
+9
|
\
|
*
rename param name to fetch
Ivan Kotelnikov
2018-11-24
1
-1
/
+1
|
*
write test for fetch_result flag
Ivan Kotelnikov
2018-11-22
1
-0
/
+9
*
|
Remove unnecessary test decorator 'skip_if_cant_cast'
Jon Dufresne
2018-12-04
1
-27
/
+8
*
|
Merge pull request #822 from jdufresne/decorate-all
Daniele Varrazzo
2018-12-04
2
-88
/
+50
|
\
\
|
*
|
Simplify 'decorate_all_tests' usage by decorating the test class
Jon Dufresne
2018-12-01
2
-88
/
+50
|
|
/
*
|
Remove workarounds for unsupported libpq < 9.1
Jon Dufresne
2018-12-01
1
-2
/
+0
|
/
*
Convert int subclasses to long before adapting
Daniele Varrazzo
2018-11-16
1
-0
/
+12
*
Merge branch 'master' into feature-expose-pgconn
Federico Di Gregorio
2018-11-07
26
-172
/
+572
|
\
|
*
Fixed adaptation of lists of empty lists
fix-788
Daniele Varrazzo
2018-10-30
1
-3
/
+6
|
*
Use class decorators to decorate all tests
decorators-fun
Daniele Varrazzo
2018-10-30
9
-87
/
+81
|
*
Don't barf on Composite passed to execute_values()
fix-794
Daniele Varrazzo
2018-10-23
1
-0
/
+20
|
*
Full flake8 3.5 cleanup
Daniele Varrazzo
2018-10-23
24
-25
/
+68
|
*
Merge branch 'connection-info'
Daniele Varrazzo
2018-10-15
8
-70
/
+209
|
|
\
|
|
*
Use the connection.info properties instead of the legacy methods
connection-info
Daniele Varrazzo
2018-10-13
8
-65
/
+65
|
|
*
Guard from some info functions not available in some libpq versions
Daniele Varrazzo
2018-10-13
1
-0
/
+11
|
|
*
Added ConnectionInfo.parameter_status()
Daniele Varrazzo
2018-10-13
1
-0
/
+15
|
|
*
Added ConnectionInfo.ssl_attribute()
Daniele Varrazzo
2018-10-13
1
-0
/
+15
|
|
*
Added all the missing ConnectionInfo attributes
Daniele Varrazzo
2018-10-13
1
-0
/
+28
|
|
*
Added ConnectionInfo.error_message
Daniele Varrazzo
2018-10-13
1
-0
/
+12
|
|
*
Added other members to the ConnectionInfo class
Daniele Varrazzo
2018-10-12
1
-1
/
+26
|
|
*
Added several ConnectionInfo attributes
Daniele Varrazzo
2018-10-12
1
-0
/
+36
|
|
*
Moving host attribute to a connection.info object
Daniele Varrazzo
2018-10-11
1
-6
/
+3
|
*
|
Merge branch 'master' into errors-module
errors-module
Daniele Varrazzo
2018-10-15
11
-70
/
+203
|
|
\
\
|
|
*
|
Fixed refcount in connection's readonly and deferrable getters
fix-790
Daniele Varrazzo
2018-10-12
1
-0
/
+8
|
|
|
/
|
|
*
Added table_oid, table_column on cursor.description items
description-extra-attrs
Daniele Varrazzo
2018-10-11
1
-1
/
+22
|
|
*
Fixed infinite loop in pq_get_last_result after COPY
Daniele Varrazzo
2018-10-10
2
-1
/
+13
|
|
*
Merge branch 'master' into https
Daniele Varrazzo
2018-10-10
5
-9
/
+97
|
|
|
\
|
|
|
*
Merge branch 'conn-get-host'
Daniele Varrazzo
2018-10-10
1
-1
/
+14
|
|
|
|
\
|
|
|
|
*
Added connection.host
Marco De Paoli
2018-10-06
1
-1
/
+14
|
|
|
*
|
Merge remote-tracking branch 'origin/diag-schema-name-nonloc'
Daniele Varrazzo
2018-10-10
1
-2
/
+11
|
|
|
|
\
\
|
|
|
|
*
|
Added Diagnostics.severity_nonlocalized attribute
diag-schema-name-nonloc
Daniele Varrazzo
2018-10-04
1
-2
/
+11
|
|
|
|
|
/
|
|
|
*
|
Commented out test to avoid beaking master
Federico Di Gregorio
2018-10-10
1
-3
/
+3
|
|
|
*
|
Fixed test for issue #788
Federico Di Gregorio
2018-10-10
1
-1
/
+1
|
|
|
*
|
Added test for issue #788
Federico Di Gregorio
2018-10-10
1
-0
/
+4
|
|
|
|
/
|
|
|
*
sql.Identifier can wrap a sequence of strings to represent qualified names
identifier-sequence
Daniele Varrazzo
2018-10-04
1
-6
/
+22
|
|
|
*
Implement __str__ for range types
Michel Albert
2018-09-30
1
-0
/
+46
|
|
*
|
Prefer https:// URLs when available
Jon Dufresne
2018-09-22
3
-4
/
+4
|
|
|
/
|
*
|
Added errors.lookup() function
Daniele Varrazzo
2018-10-15
1
-0
/
+8
|
*
|
Read exceptions to raise from a Python module
Daniele Varrazzo
2018-08-17
2
-0
/
+64
*
|
|
Added connection.get_native_connection()
Federico Di Gregorio
2018-10-07
1
-0
/
+5
|
|
/
|
/
|
*
|
Better testing of encryption function with libpq < 10
encrypt-password-fix-tests
Daniele Varrazzo
2018-08-17
1
-53
/
+44
*
|
Bump tests for selective closure of named cursor to pg 8.2
Daniele Varrazzo
2018-07-24
2
-2
/
+2
*
|
Close named cursor if exist, even if we didn't run execute
Daniele Varrazzo
2018-07-24
1
-0
/
+13
|
/
*
DictCursor and RealDictCursor rows maintain columns order
Daniele Varrazzo
2018-05-21
1
-2
/
+63
*
Merge branch 'master' into drop-2to3
Daniele Varrazzo
2018-05-20
7
-86
/
+325
|
\
|
*
Added tests to verify iter methods on dict cursors
Daniele Varrazzo
2018-05-20
1
-1
/
+64
|
*
DictCursor/RealDictCursor tests split
Daniele Varrazzo
2018-05-20
1
-78
/
+82
[next]