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
*
Fixed adaptation of lists of empty lists
Daniele Varrazzo
2018-10-30
1
-0
/
+7
*
Don't barf on Composite passed to execute_values()
Daniele Varrazzo
2018-10-23
1
-0
/
+20
*
Fixed refcount in connection's readonly and deferrable getters
Daniele Varrazzo
2018-10-12
1
-0
/
+8
*
Fixed infinite loop in pq_get_last_result after COPY
Daniele Varrazzo
2018-10-10
2
-1
/
+13
*
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-21
1
-0
/
+13
*
Merge branch 'fix-716' into maint_2_7
Daniele Varrazzo
2018-05-20
2
-1
/
+11
|
\
|
*
Don't raise an exception closing an unused named cursor
fix-716-27
Daniele Varrazzo
2018-05-20
2
-1
/
+11
*
|
Set minimal postgres version for intervalstyle test
fix-707-27
Daniele Varrazzo
2018-05-20
1
-0
/
+1
*
|
Raise NotSupportedError fetching iso_8601 intervals
Daniele Varrazzo
2018-05-20
1
-0
/
+7
|
/
*
Fix use of "async" in test_cursor.py
Jon Dufresne
2018-05-18
1
-1
/
+1
*
Merge remote-tracking branch 'nested-array-nulls' into maint_2_7
Daniele Varrazzo
2018-05-18
2
-9
/
+24
|
\
|
*
Hstore test fixed after adapting arrays dropped space after commas
Daniele Varrazzo
2018-05-14
1
-2
/
+2
|
*
Fixed adaptation of arrays of arrays of nulls
Daniele Varrazzo
2018-05-14
1
-7
/
+22
*
|
Skipped test on db version not supporting unicode identifiers
Daniele Varrazzo
2018-05-14
1
-0
/
+1
*
|
Allow non-ascii chars in namedtuple fields
Daniele Varrazzo
2018-05-13
1
-1
/
+9
|
/
*
Allow strings subclasses in ensure_bytes
Daniele Varrazzo
2018-02-20
1
-0
/
+14
*
Convert fields names into valid Python identifiers in NamedTupleCursor
namedtuple-invalid-identifiers
Daniele Varrazzo
2018-01-29
1
-0
/
+9
*
Silence warning on import failing a test
Daniele Varrazzo
2018-01-29
1
-1
/
+5
*
Fixed idempotence check changing connection characteristics
Daniele Varrazzo
2018-01-11
1
-0
/
+10
*
Fixed test in asian time zones
Daniele Varrazzo
2018-01-11
1
-1
/
+2
*
'cursor.mogrify()' can be called on closed cursors
Daniele Varrazzo
2018-01-10
1
-0
/
+6
*
Collect rowcount in executemany even when discarding results
Daniele Varrazzo
2017-11-29
1
-0
/
+14
*
Use modern except syntax throughout project
Jon Dufresne
2017-11-20
13
-30
/
+30
*
Don't cast point arrays to float arrays (fixes: #613)
Federico Di Gregorio
2017-11-16
1
-0
/
+5
*
Added back timestamptz[] default cast
fix-578
Daniele Varrazzo
2017-07-24
1
-0
/
+5
*
Deal with E'' strings comparisons in a few other tests
2_7_2
Daniele Varrazzo
2017-07-22
1
-4
/
+5
*
Skipped a couple of test with unsupported postgres features
Daniele Varrazzo
2017-07-22
2
-0
/
+2
*
Merge branch 'fix-554'
Daniele Varrazzo
2017-06-17
1
-0
/
+14
|
\
|
*
Accept Composable in start_replication_expert()
Daniele Varrazzo
2017-06-17
1
-0
/
+14
*
|
Ignore spurious output in test with Python debug build
Daniele Varrazzo
2017-06-17
1
-0
/
+3
|
/
*
Merge branch 'fix-558'
Daniele Varrazzo
2017-06-16
1
-0
/
+21
|
\
|
*
Consider redshift interval supported after further tests
Daniele Varrazzo
2017-06-16
1
-1
/
+3
|
*
Parse a number as microseconds when casting interval
bug-558
Daniele Varrazzo
2017-06-16
1
-0
/
+19
*
|
Added Json.prepare()
fix-562
Daniele Varrazzo
2017-06-16
1
-0
/
+18
|
/
*
Don't force a valid return code for the test
Daniele Varrazzo
2017-06-15
1
-1
/
+1
*
Added test to reproduce bug #551
Daniele Varrazzo
2017-06-15
1
-1
/
+57
*
Merge branch 'fix-547'
Daniele Varrazzo
2017-04-19
1
-0
/
+23
|
\
|
*
Fixed args parsing in ReplicationCursor.consume_stream()
Daniele Varrazzo
2017-04-19
1
-0
/
+23
*
|
Merge remote-tracking branch 'fix_lobject_factory'
Daniele Varrazzo
2017-04-19
1
-0
/
+7
|
\
\
|
*
|
Python < 3.2 doesn’t have assertIsInstance
Frazer McLean
2017-04-16
1
-1
/
+1
|
*
|
Fix name of lobject keyword argument
Frazer McLean
2017-04-16
1
-0
/
+7
|
|
/
*
|
Handle lobject mode=None correctly
Frazer McLean
2017-04-16
1
-0
/
+7
|
/
*
Added test to verify callback errors in named cursors
Daniele Varrazzo
2017-04-05
1
-0
/
+17
*
Added test to verify #410
Daniele Varrazzo
2017-04-05
1
-0
/
+68
*
Return objects with timezone parsing infinity timestamptz
Daniele Varrazzo
2017-03-22
1
-0
/
+19
*
Merge branch 'fix-528'
Daniele Varrazzo
2017-03-16
1
-0
/
+37
|
\
|
*
Obscure the password on url dsn too
Daniele Varrazzo
2017-03-16
1
-7
/
+4
|
*
Added tests to verify the password is obscured
Daniele Varrazzo
2017-03-15
1
-0
/
+40
*
|
Added test to verify sql objects work with copy_expert()
Daniele Varrazzo
2017-03-16
1
-1
/
+25
|
/
[next]