Ralf Schulze
Results
3
issues of
Ralf Schulze
When converting a DBML enum to sql, the last entry of the generated `CREATE TYPE` statement has a trailing comma, which must not be there for PostgreSQL (see https://www.postgresql.org/docs/current/sql-createtype.html). Executing...
When adding a custom CA ceritficate via `git config --global http.sslCAInfo /tmp/git.pem`, corresponding SSL certificates are still not accepted. It seems `git` relies completely on `curl` for that and is...