Pass UseTopClause flag into the Dialect object
This commit is contained in:
parent
ed6dad7eed
commit
aa01f21b5c
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ var dialect = queries.Dialect{
|
||||||
LQ: 0x{{printf "%x" .Dialect.LQ}},
|
LQ: 0x{{printf "%x" .Dialect.LQ}},
|
||||||
RQ: 0x{{printf "%x" .Dialect.RQ}},
|
RQ: 0x{{printf "%x" .Dialect.RQ}},
|
||||||
IndexPlaceholders: {{.Dialect.IndexPlaceholders}},
|
IndexPlaceholders: {{.Dialect.IndexPlaceholders}},
|
||||||
|
UseTopClause: {{.Dialect.UseTopClause}},
|
||||||
}
|
}
|
||||||
|
|
||||||
// NewQueryG initializes a new Query using the passed in QueryMods
|
// NewQueryG initializes a new Query using the passed in QueryMods
|
||||||
|
|
Loading…
Add table
Reference in a new issue