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_cursor.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
'cursor.mogrify()' can be called on closed cursors
mogrify-on-closed-cursor
Daniele Varrazzo
2018-01-11
1
-0
/
+6
*
Avoid installing tests to site-packages
Jon Dufresne
2017-12-10
1
-1
/
+1
*
Use relative imports throughout tests
Jon Dufresne
2017-12-10
1
-1
/
+1
*
Fix use of "async" in test_cursor.py
Jon Dufresne
2017-12-10
1
-1
/
+1
*
Merge remote-tracking branch 'jdufresne/import-unittest'
Daniele Varrazzo
2017-12-02
1
-1
/
+2
|
\
|
*
Always import the system unittest
Jon Dufresne
2017-12-01
1
-1
/
+2
*
|
Use builtin function next() throughout project
Jon Dufresne
2017-12-01
1
-2
/
+2
|
/
*
Collect rowcount in executemany even when discarding results
Daniele Varrazzo
2017-11-29
1
-0
/
+14
*
Merge remote-tracking branch 'jdufresne/decimal'
Daniele Varrazzo
2017-11-28
1
-11
/
+3
|
\
|
*
Remove workaround for decimal module
Jon Dufresne
2017-11-26
1
-11
/
+3
*
|
Remove workarounds for namedtuple on Python <= 2.5
Jon Dufresne
2017-11-26
1
-2
/
+1
|
/
*
Bunch of test tweaks to make the test grid green
Daniele Varrazzo
2017-03-14
1
-2
/
+12
*
Always raise OperationalError when connection was closed externally.
Greg Ward
2017-03-14
1
-1
/
+1
*
Always detect when a connection is closed behind psycopg2's back.
Greg Ward
2017-03-14
1
-0
/
+45
*
Flake8 complaints
Daniele Varrazzo
2017-03-14
1
-12
/
+8
*
Deal consistently with E'' quotes in tests
Daniele Varrazzo
2017-02-06
1
-6
/
+6
*
Allow skipping the slow test
manylinux
Daniele Varrazzo
2017-02-02
1
-2
/
+3
*
Merge branch 'master' into named-callproc
Daniele Varrazzo
2016-12-26
1
-23
/
+31
|
\
|
*
Fix unicode mogrify test on python 2
Daniele Varrazzo
2016-10-11
1
-3
/
+9
|
*
Python source cleanup using flake8
Daniele Varrazzo
2016-10-11
1
-17
/
+20
|
*
Dropped use of b() "macro" and 2to3 fixer
Daniele Varrazzo
2016-08-15
1
-9
/
+8
*
|
Added test with objects without length as callproc param
Daniele Varrazzo
2015-12-12
1
-0
/
+5
*
|
Raise TypeError if the dict in callproc param contains non-strings
Daniele Varrazzo
2015-12-12
1
-3
/
+3
*
|
callproc: tests, docs, and comment/error-reporting touchups.
mrmilosz
2015-12-12
1
-0
/
+37
|
/
*
Allow pickling of cursor.description
Owen Raccuglia
2015-02-08
1
-0
/
+11
*
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 test with objects without length as callproc param
Daniele Varrazzo
2014-06-06
1
-0
/
+4
*
Don't segfault on uninitialized cursor
Daniele Varrazzo
2014-02-26
1
-0
/
+14
*
Really test named cursors in test_scroll_named()
Daniele Varrazzo
2013-10-16
1
-3
/
+1
*
Skip tests on python implementations without getrefcount()
Daniele Varrazzo
2013-05-06
1
-1
/
+3
*
Testing boilerplate unified in a single base class
Daniele Varrazzo
2013-04-07
1
-9
/
+3
*
Added support with cursors without scroll clause
Daniele Varrazzo
2012-08-15
1
-1
/
+27
*
Added test for scrollable cursor
Daniele Varrazzo
2012-08-15
1
-0
/
+39
*
Name can be passed as None to cursor()
Daniele Varrazzo
2012-04-11
1
-0
/
+4
*
close() methods don't raise errors if called on closed objects
Daniele Varrazzo
2012-03-04
1
-0
/
+6
*
Added test to check rowcount behaves fine during named cursor iteration
Daniele Varrazzo
2012-02-23
1
-0
/
+11
*
Added tests for cursor scroll
Daniele Varrazzo
2011-12-26
1
-0
/
+49
*
Fixed reference leak with arguments referenced more than once in queries
Daniele Varrazzo
2011-12-11
1
-0
/
+12
*
Test and document the named cursor stealing technique
Daniele Varrazzo
2011-10-14
1
-0
/
+14
*
Fixed tests to run with antebellum Postgres versions
Daniele Varrazzo
2011-10-05
1
-7
/
+9
*
WITH HOLD documentation a argument parsing changes
Federico Di Gregorio
2011-08-10
1
-2
/
+0
*
New 'withhold' parameter for connection.cursor()
Federico Di Gregorio
2011-08-10
1
-1
/
+13
*
First try at curs.withhold implementation
Federico Di Gregorio
2011-07-05
1
-0
/
+21
*
Correctly detect an empty query sent to the backend
Daniele Varrazzo
2011-03-04
1
-0
/
+6
*
Fixed test for execution with older PostgreSQL versions
Daniele Varrazzo
2011-02-23
1
-1
/
+2
*
The cursor name can be a non-valid PostgreSQL identifier
Daniele Varrazzo
2011-02-23
1
-0
/
+10
*
Provide cursor.description as named tuple if possible
Daniele Varrazzo
2011-02-19
1
-1
/
+37
*
Some cleanup in mogrify
Daniele Varrazzo
2011-02-18
1
-0
/
+11
*
Added cursor.itersize
Daniele Varrazzo
2011-02-17
1
-3
/
+3
[next]