-
### Steps to reproduce
- Create a table with a postgres date range column (tsrange for example)
- Create an entry in that table witha date range that has infinity on one end and save it
`range_te…
-
The following changes are needed to fully prepare `feathers-objection` for Feathers v5 Dove:
- [ ] Port to TypeScript
- [ ] Support the updated `@feathersjs/adapter-tests` suite. (including `param…
-
I have a simple dbt model that creates a view in a PostgreSQL db that's hosted on docker. The dag renders but it fails without any reason. No error logs, nothing. I checked if the dbt project I am t…
-
## Feature:
- Problem: Now, all components are initialized with app: front-end, back-end, repository like a blocklist.txt e etc.
- Solution: Segregate in two or more layers:
- Front-end: …
-
Add PostgreSQL as a valid Database provider. Copy all tests of MongoAdapter and replace with postgre. All tests need to pass without change to be sure of global support.
-
### New Feature / Enhancement Checklist
- [x] I am not disclosing a [vulnerability](https://github.com/parse-community/parse-server/blob/master/SECURITY.md).
- [x] I am not just asking a [questi…
-
## Desired Behavior
Slonik project offers official guidance in docs and/or a bridge/adapter to `@neondatabase/serverless` which, like slonik, is based on `pg` and intended to serve as a drop-in rep…
-
### Short description
Standardize `dbt-postgres` workflows to reduce the overhead in running workflows across adapters and minimize maintenance efforts.
## Objectives
- Standardize workflows ac…
-
The django docs state that the --keepdb flag should keep the test database from being destroyed after a test run, and that subsequent test runs should not recreate the test database if it exists alrea…
-
In psycopg2, `register_adapter` along with utility functions provides a useful way to map custom Python classes into valid representations, often by relatively simple behaviors such as casting to `str…