Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / PyGreSQL/PyGreSQL issues and pull requests
#89 - Changelog not updated for 6.1.0
Issue -
State: closed - Opened by devrimgunduz about 2 months ago
- 2 comments
#88 - Remove upper bounds on PG server version
Pull Request -
State: closed - Opened by df7cb 5 months ago
- 3 comments
#87 - Parameter description in DB.delete doesn't match parameters.
Issue -
State: closed - Opened by darcyjcain 6 months ago
- 1 comment
#86 - DB.query seems to confuse falsey JSON with null
Issue -
State: closed - Opened by justinpryzby 11 months ago
- 1 comment
#85 - How to install Centos 8
Issue -
State: closed - Opened by Mjzaret about 1 year ago
- 1 comment
#84 - Classic PyGreSQL API is unaware of generated identity columns
Issue -
State: closed - Opened by seneca-c over 1 year ago
- 2 comments
Labels: help wanted
#83 - Classic PyGreSQL API is unaware of generated columns
Issue -
State: closed - Opened by seneca-c over 1 year ago
- 4 comments
Labels: help wanted
#82 - typecasting issue (a repeat of #65)
Issue -
State: closed - Opened by justinpryzby almost 2 years ago
- 1 comment
#81 - please support COPY WITH(FREEZE)
Issue -
State: open - Opened by justinpryzby about 2 years ago
- 2 comments
Labels: enhancement
#80 - send_query(): listfields() crashes if run after getresult() returns None
Issue -
State: closed - Opened by justinpryzby over 2 years ago
- 2 comments
Labels: bug
#79 - inserttable() has an arbitrary buffer limit
Issue -
State: open - Opened by justinpryzby over 2 years ago
- 1 comment
#78 - Occured an error when import Json data with copy_from method
Issue -
State: closed - Opened by JinXia77 over 2 years ago
- 1 comment
#77 - Bug: special char in dbname is not correctly handled
Issue -
State: open - Opened by kainwen over 2 years ago
- 3 comments
#76 - should allow specifying types when calling PQprepare()
Issue -
State: open - Opened by justinpryzby over 2 years ago
Labels: enhancement
#75 - if PyGresSQL embeds the PostgreSQL query library why does it need libpq.dll ?
Issue -
State: closed - Opened by palminha over 2 years ago
- 2 comments
#74 - Is type stub provided?
Issue -
State: closed - Opened by mirumirumi over 2 years ago
- 2 comments
Labels: enhancement
#73 - inserttable(): test for errors and return the number of tuples as a string
Pull Request -
State: closed - Opened by justinpryzby over 2 years ago
- 5 comments
#72 - inserttable() can miss failure
Issue -
State: closed - Opened by justinpryzby over 2 years ago
- 1 comment
#71 - inserttable() use after free
Issue -
State: closed - Opened by justinpryzby almost 3 years ago
- 9 comments
Labels: bug
#70 - inserttable() is throwing OSError: no COPY in progress
Issue -
State: closed - Opened by radumas almost 3 years ago
- 1 comment
#69 - inserttable() fails with wide rows
Issue -
State: closed - Opened by justinpryzby almost 3 years ago
- 1 comment
#68 - inserttable() fails to escape carriage return
Issue -
State: closed - Opened by justinpryzby almost 3 years ago
- 3 comments
#67 - Proper way of specifying the schema along with the table
Issue -
State: open - Opened by Cito about 3 years ago
#66 - please make inserttable() accept any iterable
Issue -
State: closed - Opened by justinpryzby about 3 years ago
- 14 comments
#65 - Type caching issue because sql_identifier has no regtype
Issue -
State: closed - Opened by Cito over 3 years ago
- 2 comments
Labels: bug
#64 - Error with AWS Lambda
Issue -
State: closed - Opened by ReyanshKharga over 3 years ago
- 1 comment
#63 - Fix error C2065: 'ssize_t': undeclared identifier on cp310-win
Pull Request -
State: closed - Opened by cgohlke over 3 years ago
- 3 comments
#62 - inserttable() has insufficient check of retval
Issue -
State: closed - Opened by justinpryzby over 3 years ago
- 1 comment
#61 - Support schemas and quoting in DB() and pgdb
Issue -
State: closed - Opened by justinpryzby over 3 years ago
- 1 comment
#60 - exceptions raised in inserttable loop fail to call endcopy
Issue -
State: closed - Opened by justinpryzby over 3 years ago
- 1 comment
#59 - PQputline/getline/endcopy are deprecated
Issue -
State: closed - Opened by justinpryzby over 3 years ago
- 2 comments
#58 - Upsert not working as expected with limited number of columns
Issue -
State: closed - Opened by Cito over 3 years ago
- 1 comment
Labels: bug
#57 - Memory leak when running queries containing JSON columns
Issue -
State: closed - Opened by justinpryzby about 4 years ago
- 4 comments
Labels: question, investigate
#56 - DB.onconflict() requires a primary key
Issue -
State: open - Opened by justinpryzby about 4 years ago
#55 - Document need for DLL more clearly
Issue -
State: closed - Opened by Cito about 4 years ago
Labels: documentation
#54 - Consider bundling the libpqdll together with the binaries
Issue -
State: open - Opened by Cito about 4 years ago
Labels: enhancement
#53 - DLL Load Failed and possible solution?
Issue -
State: closed - Opened by devaku about 4 years ago
- 4 comments
Labels: enhancement, investigate
#52 - Fatal Python Error: deallocating None. (Version 5.2.1 and earlier)
Issue -
State: closed - Opened by paluchasz about 4 years ago
- 3 comments
Labels: bug
#51 - 【Performance】fetchall performance
Issue -
State: closed - Opened by WildGooseSouth about 4 years ago
- 9 comments
Labels: investigate, performance
#50 - DLL load failed: The operating system cannot run %1.
Issue -
State: closed - Opened by wintermonster about 4 years ago
- 5 comments
#49 - PostgreSQL 13 support
Issue -
State: closed - Opened by devrimgunduz over 4 years ago
- 3 comments
#48 - Support for sslmode and sslrootcert
Issue -
State: closed - Opened by heri16 over 4 years ago
- 1 comment
#47 - cursor.copy_from() method doesn't work with quoted named tables
Issue -
State: closed - Opened by otaviomguerra over 4 years ago
- 13 comments
Labels: bug
#46 - Add property similar to "description" to the DB wrapper
Issue -
State: open - Opened by Cito over 4 years ago
#45 - Add notes about Django in the documentation
Issue -
State: open - Opened by Cito over 4 years ago
#44 - Work through driver development tipps from PostgreSQL
Issue -
State: open - Opened by Cito over 4 years ago
- 1 comment
#43 - Support networking data types
Issue -
State: open - Opened by Cito over 4 years ago
#42 - Create separate repository for SQLAlchemy dialect
Issue -
State: open - Opened by Cito over 4 years ago
Labels: help wanted
#41 - Test asynchronous command processing
Issue -
State: open - Opened by Cito over 4 years ago
Labels: help wanted, testing
#40 - Sanitize parsing of kwargs to handle complex dbnames
Pull Request -
State: closed - Opened by tylarb over 4 years ago
- 4 comments
#39 - Request to support csv with header when using copy_from
Issue -
State: closed - Opened by neptune19821220 over 4 years ago
- 2 comments
#38 - json/hstore and types=list()
Issue -
State: closed - Opened by justinpryzby over 4 years ago
- 1 comment
#37 - Consistent handling of disabled features
Issue -
State: open - Opened by Cito almost 5 years ago
#36 - Option for statically linking libpq
Issue -
State: closed - Opened by Cito almost 5 years ago
- 1 comment
Labels: wontfix
#35 - Integer Precision error when installing PyGreSQL 5.1.1
Issue -
State: closed - Opened by GenPage almost 5 years ago
- 9 comments
#34 - Desupport Python 2 (legacy Python)
Issue -
State: closed - Opened by Cito almost 5 years ago
- 1 comment
#33 - Desupport Python 2.6 and 3.3
Issue -
State: closed - Opened by Cito almost 5 years ago
- 1 comment
#32 - Add automatic linting
Issue -
State: closed - Opened by Cito almost 5 years ago
- 2 comments
#31 - Update tests/dbapi20.py
Issue -
State: closed - Opened by Cito almost 5 years ago
- 1 comment
#30 - largeobject out of scope deallocated outside of txn
Issue -
State: closed - Opened by Cito almost 5 years ago
- 1 comment
#29 - The pgquery type should have a method listtypes()
Issue -
State: closed - Opened by Cito almost 5 years ago
- 2 comments
#28 - Missing adaptation of parameters in query() and query_prepared()
Issue -
State: open - Opened by Cito almost 5 years ago
#27 - Support PQresultMemorySize() in PostgreSQL 12
Issue -
State: closed - Opened by Cito almost 5 years ago
- 2 comments
#26 - Use PQconnectdbParams instead of PQsetdbLogin
Issue -
State: open - Opened by Cito almost 5 years ago
#25 - Make the C files compile separately
Issue -
State: open - Opened by Cito almost 5 years ago
#24 - Allow inserttable() to take columns as parameter
Issue -
State: closed - Opened by Cito almost 5 years ago
- 3 comments
#23 - Support arrays with start index != 1
Issue -
State: open - Opened by Cito almost 5 years ago
- 1 comment
#22 - The pgdb cursor object should optionally be a real database cursor
Issue -
State: open - Opened by Cito almost 5 years ago
- 3 comments
#21 - Consider adding type hints
Issue -
State: closed - Opened by Cito almost 5 years ago
- 2 comments
#20 - Consider avoiding encoding/decoding bytea in queries
Issue -
State: open - Opened by Cito almost 5 years ago
- 1 comment
#19 - Support asynchronous command processing
Issue -
State: closed - Opened by Cito almost 5 years ago
- 3 comments
#18 - Base classic API on DB-API
Issue -
State: open - Opened by Cito almost 5 years ago
- 1 comment
#17 - Improve compatibility with other drivers
Issue -
State: open - Opened by Cito almost 5 years ago
#16 - Make PyGreSQL thread-safe on the connection level
Issue -
State: open - Opened by Cito almost 5 years ago
- 1 comment
#15 - Support optional cursor and connection attribute "messages"
Issue -
State: open - Opened by Cito almost 5 years ago
- 1 comment
#14 - Fix collections.abc import and deprecation warning regarding invalid escape sequences
Pull Request -
State: closed - Opened by tirkarthi about 5 years ago
- 3 comments
#13 - Importing ABC directly from collections module was removed in Python 3.9
Issue -
State: closed - Opened by tirkarthi about 5 years ago
- 2 comments
#12 - Consistent handling of optional functionality
Issue -
State: closed - Opened by Cito over 5 years ago
- 4 comments
Labels: bug
#11 - TypeError: "Connection is not valid" on exit from Python
Issue -
State: closed - Opened by Cito about 6 years ago
- 2 comments
Labels: bug
#10 - Bug relating to arrays with nondefault bounds
Issue -
State: closed - Opened by Cito about 6 years ago
- 1 comment
Labels: bug
#9 - Unable to install PyGreSql on CentOS
Issue -
State: closed - Opened by Cito about 6 years ago
- 2 comments
Labels: investigate
#8 - Add autocommit option to pgdb
Issue -
State: closed - Opened by qakapil over 6 years ago
- 3 comments
Labels: enhancement
#7 - Licence Type
Issue -
State: closed - Opened by anubhav3itb about 7 years ago
- 2 comments
#6 - Command "python setup.py egg_info" failed with error code 1
Issue -
State: closed - Opened by mjspeck over 7 years ago
- 1 comment
#5 - Error when installing Pygresql 5.0.3
Issue -
State: closed - Opened by dodontommy over 7 years ago
- 4 comments
#4 - Error installing on OS X under python 3
Issue -
State: closed - Opened by hello-josh over 7 years ago
- 5 comments
#3 - encounter a problem when using pygresql
Issue -
State: closed - Opened by VoodooVoodoo almost 8 years ago
- 3 comments
#2 - Fix typo
Pull Request -
State: closed - Opened by abobov about 8 years ago
- 1 comment
#1 - setup.py: wrong version check
Issue -
State: closed - Opened by yandzee almost 9 years ago
- 1 comment