mirror of
https://github.com/pikami/cosmium.git
synced 2025-12-19 17:00:37 +00:00
Added support for query parameters
This commit is contained in:
@@ -14,6 +14,7 @@ const (
|
||||
ConstantTypeInteger
|
||||
ConstantTypeFloat
|
||||
ConstantTypeBoolean
|
||||
ConstantTypeParameterConstant
|
||||
)
|
||||
|
||||
type SelectItemType int
|
||||
@@ -29,6 +30,7 @@ type SelectStmt struct {
|
||||
Table Table
|
||||
Filters interface{}
|
||||
Count int
|
||||
Parameters map[string]interface{}
|
||||
}
|
||||
|
||||
type Table struct {
|
||||
|
||||
Reference in New Issue
Block a user