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 test to verify withhold cursors work in autocommit
Daniele Varrazzo
2014-08-21
1
-0
/
+22
*
Added test to verify withhold transaction behaviour
Daniele Varrazzo
2014-08-21
1
-4
/
+30
*
Added wishful test suite for jsonb type
Daniele Varrazzo
2014-08-13
1
-0
/
+91
*
Fixed segfault if COPY statements are executed
Daniele Varrazzo
2014-06-06
1
-1
/
+39
*
Added test with objects without length as callproc param
Daniele Varrazzo
2014-06-06
1
-0
/
+4
*
Skip test_cleanup_on_badconn_close on Windows
Jason Erickson
2014-05-19
2
-0
/
+14
*
Added select.select timeout on AsyncTests.wait
Jason Erickson
2014-05-19
1
-2
/
+2
*
Skip rowcount on copy test on postgres < 8.2
Daniele Varrazzo
2014-05-13
1
-1
/
+2
*
Copy operations correctly set the cursor.rowcount attribute
Daniele Varrazzo
2014-05-05
1
-0
/
+28
*
Fixed explicit connection.cursor(cursor_factory=None)
Daniele Varrazzo
2014-04-30
1
-0
/
+10
*
Check the connection is really bad on exception before closing it
Daniele Varrazzo
2014-04-05
1
-0
/
+1
*
Fixed overflow opening a lobject with an oid not fitting in a signed int
Daniele Varrazzo
2014-04-03
1
-0
/
+6
*
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
*
Don't segfault on uninitialized cursor
Daniele Varrazzo
2014-02-26
1
-0
/
+14
*
Merge branch 'range_sort'
Daniele Varrazzo
2014-02-22
2
-5
/
+78
|
\
|
*
New implementation of Range sorting that works for Python 2.5 to 3.3, at least.
Chris Withers
2014-02-18
2
-8
/
+28
|
*
Coding style changes.
Chris Withers
2014-02-14
1
-51
/
+51
|
*
Provide a stable and consistent sort order for Range objects.
Chris Withers
2014-02-12
1
-5
/
+58
*
|
Added str() for the Json adapter
Daniele Varrazzo
2014-02-22
1
-0
/
+11
|
/
*
Check connection type in lobject init
Daniele Varrazzo
2013-11-27
1
-0
/
+4
*
Really test named cursors in test_scroll_named()
Daniele Varrazzo
2013-10-16
1
-3
/
+1
*
Meaningful connection errors report a meaningful message
Daniele Varrazzo
2013-10-16
1
-0
/
+10
*
Fixed pickling of exceptions with no pgerror/pgcode set
Daniele Varrazzo
2013-07-19
1
-0
/
+15
*
Merge branch 'range_eq_typerror'
Daniele Varrazzo
2013-06-18
1
-0
/
+13
|
\
|
*
Uniform Range eq tests style
Daniele Varrazzo
2013-06-18
1
-5
/
+5
|
*
cater for comparison of subclasses
Chris Withers
2013-05-26
1
-0
/
+9
|
*
raising an exception here rather than returning False causes problems with SQ...
Chris Withers
2013-05-26
1
-7
/
+1
|
*
more useful error message when comparing ranges with non-ranges
Chris Withers
2013-05-26
1
-0
/
+10
*
|
Added regression test for infinity parsing in dates
Daniele Varrazzo
2013-05-11
1
-2
/
+10
*
|
Added test to verify copysize handling in copy_expert
Daniele Varrazzo
2013-05-06
1
-0
/
+14
*
|
Skip tests on python implementations without getrefcount()
Daniele Varrazzo
2013-05-06
3
-2
/
+13
|
/
*
Fix multiple misspellings
Piotr Kasprzyk
2013-04-26
1
-4
/
+4
*
Testing external script independent from psycopg implementation
Daniele Varrazzo
2013-04-19
1
-5
/
+6
*
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
18
-271
/
+162
*
Merge branch 'drop-py24' into devel
Daniele Varrazzo
2013-04-05
1
-23
/
+13
|
\
|
*
Dropped support for Python 2.4
Daniele Varrazzo
2013-03-20
1
-23
/
+13
|
*
Use wrap to fix names of decorated test methods
Daniele Varrazzo
2013-03-20
4
-23
/
+41
|
*
Fixed broken test decorator preventing 3 tests to run
Daniele Varrazzo
2013-03-20
1
-0
/
+2
*
|
Avoid encoding strdup in qstring adapter
Daniele Varrazzo
2013-04-05
1
-0
/
+16
*
|
Use wrap to fix names of decorated test methods
Daniele Varrazzo
2013-03-20
4
-24
/
+42
*
|
Fixed broken test decorator preventing 3 tests to run
Daniele Varrazzo
2013-03-20
1
-4
/
+6
|
/
*
Merge branch 'diagnostics' into devel
Daniele Varrazzo
2013-03-20
1
-0
/
+32
|
\
|
*
Added tests to verify the new Diagnostics properties
Daniele Varrazzo
2013-03-20
1
-0
/
+32
*
|
Tests tweaked to run on all the supported versions
Daniele Varrazzo
2013-03-18
3
-14
/
+15
*
|
Merge branch 'diagnostics' into devel
Daniele Varrazzo
2013-03-18
1
-1
/
+86
|
\
\
|
|
/
|
*
Added test to verify Diagnostics works after copy errors
Daniele Varrazzo
2013-03-18
1
-0
/
+11
|
*
Added test to verify Diagnostics reference disposal
Daniele Varrazzo
2013-03-18
1
-0
/
+25
|
*
Added all supported properties to the Diagnostic object
Daniele Varrazzo
2013-03-17
1
-1
/
+31
[next]