Dialect refactor improvements and clean up.
This commit is contained in:
parent
23fd973699
commit
647ef21aaf
52 changed files with 1097 additions and 671 deletions
7
postgres/literal_test.go
Normal file
7
postgres/literal_test.go
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
package postgres
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestDateLiteral(t *testing.T) {
|
||||
assertClauseSerialize(t, Date(2019, 8, 6), "$1::DATE", "2019-08-06")
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue