-
I don't have a complete reproduction at the moment although I could work on it.
The basic issue is that we're using a custom PostgreSQL enum, i.e. `CREATE TYPE MyEnum AS ENUM ( ... )`, and try to d…
-
Laravel doesn't support ENUM type for postgres. It declares it as a VARCHAR with constrain which is not very convenient. Can we have ENUM support at this great library?
-
gender is defined as an enum in Postgres, which accepts multiple values that could have {male, female, other}
` gender gender_enum[] DEFAULT '{female}',`
I can see in the PgAdmin4 using a sel…
-
**Do you want to request a *feature* or report a *bug*?**
Bug
**What is the current behavior?**
I'm trying to use graph-node via docker on fantom testnet. A few days ago everything was working fi…
-
When selecting rows using WHERE IN (SUBQUERY) sqlx erroneously(?) tries to return the rows with every field as nullable:
https://github.com/regularfellow/todos-example/blob/c74f96319e15c2b181f140c0…
-
Hi Team,
I'm trying to convert enum type to text/varchar, but not working as expected.
Table on my postgres still using enum type.
Below are several config, I've been try :
--- config 1 ---
…
-
### Version
1.27.0
### What happened?
I am trying to create a query that will return a set of results based on a dynamic filter.
I am using the pattern described here: https://github.com/sqlc-dev/…
-
Note: @jkomyno has rewritten this issue for clarity and removed parts of the model that do not influence the problem.
This issue is still present as of `prisma@4.6.0`.
### Bug description
Consi…
-
Each tile source cache should be configurable, at least to be able to selectively enable/disable cache, but possibly more advanced.
Steps:
* [ ] Add a boolean or a tri-state enum to each tile sour…
-
Eclipse code formatting supports a setting that wraps lines after the string concatenation operator (+), along with column formatting that aligns text with one element per line:
```
public enum Sq…
rdcoe updated
4 years ago