-
```
If you have a .proto that contains an enum, and a second proto that
contains a message that imports the first proto and references the enum
as "optional" and you use the detectMissing option, th…
-
```
What steps will reproduce the problem?
1. create an entity with an enumfield and @Enumerated(EnumType.STRING)
What is the expected output? What do you see instead?
Trying to read this filed will …
-
```
If you have a .proto that contains an enum, and a second proto that
contains a message that imports the first proto and references the enum
as "optional" and you use the detectMissing option, th…
-
-
```
If you have a .proto that contains an enum, and a second proto that
contains a message that imports the first proto and references the enum
as "optional" and you use the detectMissing option, th…
-
```
What steps will reproduce the problem?
1. create an entity with an enumfield and @Enumerated(EnumType.STRING)
What is the expected output? What do you see instead?
Trying to read this filed will …
-
```
What steps will reproduce the problem?
1. create an entity with an enumfield and @Enumerated(EnumType.STRING)
What is the expected output? What do you see instead?
Trying to read this filed will …
-
# Environment
Knex version: 0.17.6
Database + version: PostgreSQL 11.4
OS: Manjaro Linux 18.0.4
# Feature discussion / request
While creating a table with an explicit schema and I'm looking…
-
### What feature or enhancement are you suggesting?
Hi Team, I am super grateful for all the hardwork you all have put into this program/platform/ for us developers. It truly is such a game changer. …
-
Use case:
```zig
pub const Index = enum(u32) {
pub const first_type: Index = .u1_type;
u1_type,
u8_type,
i8_type,
u16_type,
i16_type,
u29_type,
u32_type,
…