Initial working version of using jet for SQL building
This commit is contained in:
parent
4bd62b3567
commit
e5a84e09a8
11 changed files with 40 additions and 619 deletions
|
|
@ -1,26 +0,0 @@
|
|||
// Code generated by BobGen psql v0.42.5. DO NOT EDIT.
|
||||
// This file is meant to be re-generated in place and/or deleted at any time.
|
||||
|
||||
package dberrors
|
||||
|
||||
var StadiaAPIRequestErrors = &stadiaAPIRequestErrors{
|
||||
ErrUniqueApiRequestPkey: &UniqueConstraintError{
|
||||
schema: "stadia",
|
||||
table: "api_request",
|
||||
columns: []string{"id"},
|
||||
s: "api_request_pkey",
|
||||
},
|
||||
|
||||
ErrUniqueApiRequestRequestKey: &UniqueConstraintError{
|
||||
schema: "stadia",
|
||||
table: "api_request",
|
||||
columns: []string{"request"},
|
||||
s: "api_request_request_key",
|
||||
},
|
||||
}
|
||||
|
||||
type stadiaAPIRequestErrors struct {
|
||||
ErrUniqueApiRequestPkey *UniqueConstraintError
|
||||
|
||||
ErrUniqueApiRequestRequestKey *UniqueConstraintError
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue