postgrest-py icon indicating copy to clipboard operation
postgrest-py copied to clipboard

PostgREST client for Python. This library provides an ORM interface to PostgREST

Results 45 postgrest-py issues
Sort by recently updated
recently updated
newest added

# Bug report ## Describe the bug If a table contains a nullable column, then trying to use that column in a filter via `.eq(column, None)` produces rows where the...

bug

Bumps [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 9.5.0 to 9.7.1. Release notes Sourced from python-semantic-release/python-semantic-release's releases. v9.7.1 (2024-05-07) Fix gha: fix missing git_commit_author definition in action (#919) Resolved Issue #918: GHA of PSR 9.7.0...

dependencies
github_actions

Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.7.4 to 2.8.0. Release notes Sourced from pydantic's releases. v2.8.0 (2024-07-01) The code released in v2.8.0 is functionally identical to that of v2.8.0b1. Check out our blog...

dependencies
python

## What kind of change does this PR introduce? - Fix https://github.com/supabase-community/supabase-py/issues/830 The user who reported it already closed it (by using a workaround), but the fix still applies and...

## What kind of change does this PR introduce? - Enable HTTP2 when available.