[#2707] PostgreSQL ENUM ordering is inconsistent with the database -

Regenerated schema
This commit is contained in:
Lukas Eder 2013-08-23 16:51:59 +02:00
parent 9252e6a550
commit ca3da26634
2 changed files with 6 additions and 6 deletions

View File

@ -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;

View File

@ -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"),