[#2707] PostgreSQL ENUM ordering is inconsistent with the database -
Regenerated schema
This commit is contained in:
parent
9252e6a550
commit
ca3da26634
@ -9,12 +9,12 @@ package org.jooq.test.postgres.generatedclasses.enums;
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public enum UBookStatus implements org.jooq.EnumType {
|
||||
|
||||
SOLD_OUT("SOLD OUT"),
|
||||
|
||||
ON_STOCK("ON STOCK"),
|
||||
|
||||
ORDERED("ORDERED"),
|
||||
|
||||
SOLD_OUT("SOLD OUT"),
|
||||
|
||||
;
|
||||
|
||||
private final java.lang.String literal;
|
||||
|
||||
@ -33,10 +33,10 @@ public enum U_959 implements org.jooq.EnumType {
|
||||
|
||||
default_("default"),
|
||||
|
||||
do_("do"),
|
||||
|
||||
double_("double"),
|
||||
|
||||
do_("do"),
|
||||
|
||||
else_("else"),
|
||||
|
||||
enum_("enum"),
|
||||
@ -63,10 +63,10 @@ public enum U_959 implements org.jooq.EnumType {
|
||||
|
||||
instanceof_("instanceof"),
|
||||
|
||||
int_("int"),
|
||||
|
||||
interface_("interface"),
|
||||
|
||||
int_("int"),
|
||||
|
||||
long_("long"),
|
||||
|
||||
native_("native"),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user