-
A couple of suggestions:
1. add docker-compose with a Postgres container
```yaml
version: '3'
services:
postgres:
image: postgres
ports:
- '5432:5432'
environment:
…
-
I can assign bogus adapters in `config/valkyrie.yml`:
``` yml
production:
metadata_adapter: postgres
storage_adapter: bogus
```
Things will move along fine until that adapter is actually c…
awead updated
5 years ago
-
### Link to reproduction
_No response_
### Describe the Bug
I am working on a project that requires the ability to use different schemas within the DB.
I have managed to setup targeting a …
-
Hi,
I am using Puma, Sinatra, and dm-postgres-adapter with the following configuration. I am posting this issue on both Puma and dm-postgres-adapter.
``` ruby
configure do
enable :logging
…
-
I'm tinkering with Jennifer, and you've got a lot here! It looks like a great project and I'm excited to get started.
However, I'm having a bit of trouble getting the database connected. It's print…
-
`select_all` method seems to always return empty column types.
rails 4.2.4 and activerecord-jdbcpostgresql-adapter 1.3.24
Consider this:
```
ActiveRecord::Base.connection.select_all("SELECT pg…
-
### Link to reproduction
_No response_
### Payload Version
beta.36
### Node Version
v20.11.1
### Next.js Version
15.0.0-rc.0
### Describe the Bug
When running NextJS like it…
-
The new `psycopg3`-based adapter is supported and tested since fractal-server v2.2.0 (ref https://github.com/fractal-analytics-platform/fractal-server/issues/996). It is also in-use in fractal-web CI …
-
After upgrading from `4.10.1` to `4.29.2`, I noticed that some Resources which remained unitialized in prior version unexpectedly started to initialize during `init_resorces()` call. The **Selector** …
atten updated
2 years ago
-
KUMC is moving away from oracle to pg, Will the Python exporter have a PCORNET Postgres adapter in the near future?