-
## Setup
### Versions
- **Rust:** rustc 1.30.1 (1433507eb 2018-11-07)
- **Diesel:** 1.3.3
- **Database:** postgresql-9.6 **9.6.10-0+deb9u1** OR postgresl-11 **11.1-1.pgdg90+1** (similar result…
-
Jooq is a nice alternative to JPA.
It would be great if jhlite supports it.
If integration of jooq-generator (as build plugin) is possible with liquibase/flyway, that would be awesome (using testcont…
-
### Is your feature request related to a problem?
The webui is using polling to update the data its showing.
E.g. the /Schedule/get-current-playlist/ endpoint is called ~5 sec. to check for changed …
-
While converting some grammars I noticed that the `error` for error recovering is not implemented.
Example grammar using error recovery that works with bison:
```
%nonassoc error
%left '(' ')'
…
-
To help improve compatibility with latest versions of Postgres on Ubuntu the plugin should be updated with libpq 10+.
Once updated, please release to Bonsai.
(Follow up to #157)
-
Hello,
In our installation I think there is still some old files that have not been deleted automaticaly and not in the database in document_entry (there are in document).
How can I be sure there is…
-
### Current Behavior
I've configured netbox-docker to connect to the RDS PostgreSQL, and it fails to connect there (surprisingly migrations worked without issue).
```
... /root/.postgresql/postgr…
-
While working on several issues on goiardi project it became painfully obvious that due to the age of it and its legacy its not easy to deal with changes and (especially) testing because of the consta…
alekc updated
4 years ago
-
When using the pq library along with pgbouncer, the following error is generated:
Pooler Error: Unsupported startup parameter: extra_float_digits
As a workaround, one could follow the instructions i…
-
Hi @vietj. Is it possible to run a [COPY](https://www.postgresql.org/docs/10/static/sql-copy.html) command through reactive-pg-client? Specifically, to load a CSV of data in what I believe is the mo…