PyGreSQL icon indicating copy to clipboard operation
PyGreSQL copied to clipboard

The official PyGreSQL repository

Results 25 PyGreSQL issues
Sort by recently updated
recently updated
newest added

The idea here is to divorce the classic API from the C module and make it a wrapper around the DB-API module. If done carefully then the classic interface can...

The pgmodule.c file has been split into 7 parts in version 5.1, but is still a single compilation unit. We may want to add proper header files for each part...

The current implementation of the `cast_array` function in the C module ignores the start index of PostgreSQL arrays. They are assumed to always be 1. As discussed on the mailing...

Check whether we can adopt some things implemented in other Postgres drivers, and make Pygres a bit more compatible with the [http://wiki.postgresql.org/wiki/Python](other drivers). Some noticeable issues can also be found...

Restricting PyGreSQL tests to just work with server versions less than a fixed number prevents upgrading PostgreSQL, even when all other tests work fine.