Add support for CockorachDB.
This commit is contained in:
parent
3ff9241eea
commit
bc776f947b
33 changed files with 1040 additions and 1037 deletions
|
|
@ -61,7 +61,9 @@ var Float = jet.Float
|
|||
var Decimal = jet.Decimal
|
||||
|
||||
// String creates new string literal expression
|
||||
var String = jet.String
|
||||
func String(value string) StringExpression {
|
||||
return CAST(jet.String(value)).AS_TEXT()
|
||||
}
|
||||
|
||||
// UUID is a helper function to create string literal expression from uuid object
|
||||
// value can be any uuid type with a String method
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue