Add PostgreSQL-specific character type constructors: Text, Char, and VarChar.
This commit is contained in:
parent
4f0832b0e7
commit
2183af42f4
10 changed files with 152 additions and 144 deletions
|
|
@ -12,8 +12,8 @@ type values struct {
|
|||
// Example usage:
|
||||
//
|
||||
// VALUES(
|
||||
// WRAP(Int32(204), Float32(1.21)),
|
||||
// WRAP(Int32(207), Float32(1.02)),
|
||||
// WRAP(Int32(204), Real(1.21)),
|
||||
// WRAP(Int32(207), Real(1.02)),
|
||||
// )
|
||||
func VALUES(rows ...RowExpression) values {
|
||||
return values{Values: jet.Values(rows)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue