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
/
types_basic.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
All unit test modules have a test_ prefix
Daniele Varrazzo
2011-10-19
1
-474
/
+0
*
Fixed tests to run with antebellum Postgres versions
Daniele Varrazzo
2011-10-05
1
-0
/
+7
*
Fixed typecasting of arrays containing consecutive backslashes
Daniele Varrazzo
2011-09-22
1
-0
/
+11
*
Added new_array_type() function
Daniele Varrazzo
2011-09-22
1
-0
/
+13
*
Fixed escape for negative numbers prefixed by minus operator
Daniele Varrazzo
2011-05-30
1
-0
/
+10
*
Fixed bytea encoding tests skipping when ctypes is not available
Daniele Varrazzo
2011-03-26
1
-3
/
+15
*
Added tests for our own bytea parser
Daniele Varrazzo
2011-03-26
1
-0
/
+86
*
Parse bytea output format ourselves instead of using the libpq
Daniele Varrazzo
2011-03-26
1
-9
/
+1
*
Raise an exception if the libpq fails to decode bytea in hex format
Daniele Varrazzo
2011-02-23
1
-1
/
+25
*
Added regression test to check {} is also a valid string
Daniele Varrazzo
2011-02-20
1
-0
/
+3
*
Add a type converter to handle untyped empty arrays.
Benjamin Poulain
2011-02-20
1
-0
/
+10
*
Make Binary(None) work as expected, adapting to NULL
Daniele Varrazzo
2011-02-18
1
-0
/
+5
*
Adapt bytearray and memoryview to bytes if available
Daniele Varrazzo
2011-02-15
1
-8
/
+20
*
Cleanup of skipping of testing methods on certain Py/PG versions
Daniele Varrazzo
2011-02-15
1
-8
/
+8
*
Dropped correct roundtrip of empty array
Daniele Varrazzo
2011-02-15
1
-2
/
+14
*
Added test to check issue #40
Daniele Varrazzo
2011-02-12
1
-0
/
+3
*
Merge branch 'python2' into python3
Daniele Varrazzo
2011-01-03
1
-3
/
+14
|
\
|
*
Unregister test adapters to keep a more precise references count
Daniele Varrazzo
2011-01-03
1
-2
/
+10
*
|
Several tests ported to Python 3.
Daniele Varrazzo
2010-12-31
1
-3
/
+4
*
|
Added regression test on bool adaptation.
Daniele Varrazzo
2010-12-31
1
-0
/
+6
*
|
Test on basic adapters pass on Python 3.
Daniele Varrazzo
2010-12-31
1
-15
/
+85
*
|
Empty lists correctly roundtrip.
Daniele Varrazzo
2010-12-31
1
-3
/
+4
*
|
Test suite converted into a proper package.
Daniele Varrazzo
2010-12-21
1
-2
/
+2
|
/
*
More careful connections handling during tests.
Daniele Varrazzo
2010-11-28
1
-0
/
+3
*
Skipped inf test on the platform not supporting it (win32).
Daniele Varrazzo
2010-11-24
1
-0
/
+2
*
Float test skipped where the server doesn't support inf.
Daniele Varrazzo
2010-11-19
1
-1
/
+8
*
Test cleanup.
Daniele Varrazzo
2010-11-19
1
-4
/
+4
*
Fixed tests to run on Windows.
Daniele Varrazzo
2010-11-11
1
-0
/
+7
*
Use the adapter of an object superclass if available.
Daniele Varrazzo
2010-11-08
1
-0
/
+29
*
Adapt buffer objects using an explicit cast on the string literal.
Daniele Varrazzo
2010-05-15
1
-1
/
+16
*
Fixed problem with decimal.Decimal conversions
Federico Di Gregorio
2010-02-21
1
-5
/
+15
*
Changes license to LGPL3 + OpenSSL exception on all source files
Federico Di Gregorio
2010-02-12
1
-9
/
+18
*
Fixed test broken by float precision fix
Federico Di Gregorio
2009-11-25
1
-2
/
+2
*
Added adapter to handle float('inf') and float('nan')
Federico Di Gregorio
2009-01-23
1
-0
/
+8
*
Added suppport for UUID and related test.
Federico Di Gregorio
2008-09-19
1
-1
/
+1
*
2008-04-21 Jorgen Austvik <Jorgen.Austvik@sun.com>
James Henstridge
2008-04-20
1
-1
/
+1
*
Split the binary tests out a bit.
James Henstridge
2008-01-16
1
-2
/
+8
*
* psycopg/adapter_binary.c (binary_quote): apply Brandon Rhodes'
James Henstridge
2008-01-10
1
-2
/
+6
*
Added 'make check' target, running all the available tests.
Daniele Varrazzo
2007-11-11
1
-12
/
+10
*
- Tabs fixed.
Daniele Varrazzo
2007-11-11
1
-9
/
+9
*
Fixed patch from #119.
Federico Di Gregorio
2006-09-01
1
-2
/
+2
*
Empty binary buffer segfault fix (closes: #119).
Federico Di Gregorio
2006-09-01
1
-0
/
+3
*
Releasing 2.0b4.
Federico Di Gregorio
2005-07-17
1
-6
/
+17
*
Fixed .execute() segfault.
Federico Di Gregorio
2005-06-02
1
-0
/
+8
*
Regression tests fixes.
Federico Di Gregorio
2005-05-27
1
-3
/
+4
*
Optimizations to type casting (in preparation to array support.)
Federico Di Gregorio
2005-03-12
1
-0
/
+2
*
Preparing 1.99.12.
1_99_12
Federico Di Gregorio
2005-03-03
1
-4
/
+4
*
Writing tests...
Federico Di Gregorio
2004-12-20
1
-0
/
+62