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
/
lib
/
extras.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
The UUID adapter returns bytes instead of str in Python 3
Daniele Varrazzo
2013-04-07
1
-6
/
+8
*
Dropped __all__ from modules
Daniele Varrazzo
2013-04-07
1
-32
/
+28
*
Fixed pickling of DictRow objects too
Daniele Varrazzo
2012-12-11
1
-1
/
+8
*
Fixed pickling of RealDictRow objects
Daniele Varrazzo
2012-12-10
1
-0
/
+7
*
Fixed empty strings handling in composite caster
Daniele Varrazzo
2012-12-03
1
-2
/
+2
*
Using super() in the connection/cursor subclasses
Daniele Varrazzo
2012-09-28
1
-29
/
+28
*
Merge branch 'range-type' into devel
Daniele Varrazzo
2012-09-27
1
-0
/
+7
|
\
|
*
NumberRange renamed to NumericRange
Daniele Varrazzo
2012-09-23
1
-1
/
+1
|
*
Dropped Range classes for specific numeric types
Daniele Varrazzo
2012-09-23
1
-1
/
+0
|
*
Added first implementation of Range type, adapter, typecaster
Daniele Varrazzo
2012-09-23
1
-0
/
+7
*
|
Merge branch 'json' into devel
Daniele Varrazzo
2012-09-27
1
-0
/
+7
|
\
\
|
*
|
Added register_default_json() function
Daniele Varrazzo
2012-09-19
1
-1
/
+1
|
*
|
Added json typecaster
Daniele Varrazzo
2012-09-19
1
-55
/
+6
|
*
|
Added Json adapter
Daniele Varrazzo
2012-09-19
1
-0
/
+55
|
|
/
*
|
Merge branch 'composite-custom' into devel
Daniele Varrazzo
2012-09-27
1
-39
/
+29
|
\
\
|
*
|
Added schema attribute to CompositeCaster
Daniele Varrazzo
2012-09-22
1
-2
/
+3
|
*
|
Info about versions history moved from code to docs
Daniele Varrazzo
2012-09-22
1
-6
/
+0
|
*
|
Added documentation about CompositeCaster subclassing
Daniele Varrazzo
2012-09-22
1
-26
/
+9
|
*
|
Make CompositeCaster easier to subclass
Daniele Varrazzo
2012-09-22
1
-7
/
+19
*
|
|
Info about hstore versions history moved from code to docs
Daniele Varrazzo
2012-09-22
1
-10
/
+0
|
/
/
*
|
Use namedtuple._make in NamedTupleCursor and CompositeCaster
Daniele Varrazzo
2012-09-20
1
-10
/
+9
|
/
*
Fixed register_hstore and register_composite with non-dbapi objects
Daniele Varrazzo
2012-08-14
1
-12
/
+14
*
Fixed superclass methods call.
Daniele Varrazzo
2012-05-08
1
-4
/
+4
*
Fixed cursor() arguments propagation to other connection classes
Daniele Varrazzo
2012-04-11
1
-27
/
+19
*
Allow user to override connection factory cursors
Corry Haines
2012-04-11
1
-11
/
+10
*
Update all links to PostgreSQL docs to the current version.
Marti Raudsepp
2012-02-28
1
-1
/
+1
*
Added support for inet array
Daniele Varrazzo
2012-02-23
1
-6
/
+25
*
register_uuid takes more iterables types as oids argument
Daniele Varrazzo
2012-02-23
1
-2
/
+9
*
Fixed NamedTupleCursor rownumber during iteration.
Daniele Varrazzo
2012-02-23
1
-7
/
+10
*
Fixed rownumber for cursor subclasses during iterations
Daniele Varrazzo
2012-02-23
1
-14
/
+6
*
Dropped custom array parsing for UUID[]
Daniele Varrazzo
2012-02-23
1
-10
/
+1
*
Parens don't need escaping in regexp char classes
Daniele Varrazzo
2012-02-23
1
-2
/
+2
*
Fixed never raised exception in composite parsing
Daniele Varrazzo
2012-02-23
1
-1
/
+1
*
'register_composite()' also works with tables
Daniele Varrazzo
2011-12-15
1
-1
/
+2
*
Use 'autocommit' to check if to rollback after extra types registration
Daniele Varrazzo
2011-12-15
1
-2
/
+2
*
Fixed error in schema mismatch in composite caster
Daniele Varrazzo
2011-12-15
1
-2
/
+2
*
Named DictCursor/RealDictCursor honour itersize
Daniele Varrazzo
2011-12-11
1
-8
/
+18
*
Added support for arrays of composite types
Daniele Varrazzo
2011-09-22
1
-6
/
+31
*
Added support for arrays of hstores
Daniele Varrazzo
2011-09-22
1
-5
/
+25
*
Fixed interaction between RealDictCursor and named cursors
Daniele Varrazzo
2011-09-12
1
-0
/
+4
*
Fixed NamedTupleCursor.executemany() (ticket #65)
Daniele Varrazzo
2011-08-09
1
-1
/
+1
*
lazy import for uuid module
Marko Kreen
2011-06-28
1
-52
/
+43
*
Don't fetch all the records iterating a NamedTuple cursor on a named cursor
Daniele Varrazzo
2011-04-26
1
-1
/
+8
*
Fixed interaction between NamedTuple and named cursor
Daniele Varrazzo
2011-04-26
1
-2
/
+2
*
Dropped unused import
Daniele Varrazzo
2011-04-26
1
-1
/
+0
*
Fixed use of the new return value of HstoreAdapter.get_oids()
Daniele Varrazzo
2011-02-25
1
-3
/
+1
*
Don't limit the hstore search to the public schema only
Daniele Varrazzo
2011-02-25
1
-7
/
+16
*
Added oid parameter to register_hstore()
Daniele Varrazzo
2011-02-21
1
-18
/
+32
*
Documentation cleanup
Daniele Varrazzo
2011-02-19
1
-15
/
+12
*
Fixed mapping for composite types defined in a schema
Daniele Varrazzo
2011-02-09
1
-3
/
+10
[prev]
[next]