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

- [x] ```on_conflict``` support as described here https://postgrest.org/en/stable/api.html#on-conflict. Closes #139

Hi! It turns out that since we use the `str` callable to convert a value to string, the output of `str([True, 1, 'hi'])` would be `"[True, 1, 'hi']"` instead of...

bug
good first issue
Stale

Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.28.1 to 7.31.2. Release notes Sourced from python-semantic-release's releases. v7.31.2 Fix Add better handling of missing changelog placeholder (e7a0e81) Add repo=None when not in git repo (40be804)...

dependencies

Pull Request #142 refactored by [Sourcery](https://sourcery.ai/github/). Since the original Pull Request was opened as a fork in a contributor's repository, we are unable to create a Pull Request branching from...

It should be possible to use upsert `on conflict` in supabase-py/postgrest-py client: https://supabase.com/docs/reference/javascript/upsert#upsert-your-data ``` const { data, error } = await supabase .from('users') .upsert({ username: 'supabot' }, { onConflict: 'username'...

enhancement

Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.18.3 to 0.19.0. Release notes Sourced from pytest-asyncio's releases. pytest-asyncio 0.19.0 title: 'pytest-asyncio: pytest support for asyncio' pytest-asyncio is an Apache2 licensed library, written in Python, for...

dependencies

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.19.0 to 2.20.0. Release notes Sourced from pre-commit's releases. pre-commit v2.20.0 Features Expose source and object-name (positional args) of prepare-commit-msg hook as PRE_COMMIT_COMIT_MSG_SOURCE and PRE_COMMIT_COMMIT_OBJECT_NAME. #2407 PR...

dependencies

Since we have a different way to use the `not` operator than postgrest-js does, an idea for the `or` filter might be: ```py supabase_client.table("table") .select("*") .or() .eq("col1", "value1a") .eq("col1", "value1b")...

enhancement

Bumps [black](https://github.com/psf/black) from 22.3.0 to 22.6.0. Release notes Sourced from black's releases. 22.6.0 Style Fix unstable formatting involving #fmt: skip and # fmt:skip comments (notice the lack of spaces) (#2970)...

dependencies

Bumps [furo](https://github.com/pradyunsg/furo) from 2022.6.4.1 to 2022.6.21. Changelog Sourced from furo's changelog. Changelog 2022.06.21 -- Opulent Opal Fix docutils <= 0.17.x compatibility Bump to the latest Node.js LTS 2022.06.04.1 -- Naughty...

dependencies