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

Signed-off-by: Bariq Resolve #94 Note: 1. This is still under development, might need some help and comments on this (cc @dreinon)

Pull Request #118 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...

[JS Implementation](https://github.com/supabase/postgrest-js/blob/aa223b4569b5c08714bb1d029e8f780e19db2b09/src/lib/PostgrestTransformBuilder.ts#L110)

enhancement

When filtering on a foreign table column, the function sanitize_param adds extra quotes if the param has restricted characters, this breaks and throws an error. 'foreign_table.col1' -> sanitize_param -> '"foreign_table.col1"'...

duplicate

I have a proposal for a new query API for `postgrest-py`. The objective is to be more strict with respect to the order in that the different methods can be...

In the PostgRest documentation, it says to cast a column in query do something like... GET /people?select=full_name,salary::text HTTP/1.1 It seems like this isn't a possibility in this wrapper, unless I...

enhancement
question

As mentioned [here](https://postgrest.org/en/v4.1/api.html#embedded-filters-and-order), PostgREST is able to filter and order by foreign columns when using join syntax. Adding support for this feature would be very useful 🙂

enhancement

Bumps [python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.28.1 to 7.32.0. Release notes Sourced from python-semantic-release's releases. v7.32.0 Feature Add setting for enforcing textual changelog sections (#502) (988437d) Documentation Correct documented default behaviour for commit_version_number...

dependencies

Bumps [furo](https://github.com/pradyunsg/furo) from 2022.6.4.1 to 2022.9.15. Changelog Sourced from furo's changelog. Changelog 2022.09.15 -- Pragmatic Pistachio Add a minimum version constraint on pygments. Add an explicit dependency on sass. Change...

dependencies

Bumps [black](https://github.com/psf/black) from 22.3.0 to 22.8.0. Release notes Sourced from black's releases. 22.8.0 Highlights Python 3.11 is now supported, except for blackd as aiohttp does not support 3.11 as of...

dependencies