Add support for EXTRACT time/date function.
This commit is contained in:
parent
bc776f947b
commit
2101088d0e
15 changed files with 222 additions and 14 deletions
|
|
@ -30,6 +30,7 @@ func init() {
|
|||
flag.Parse()
|
||||
}
|
||||
|
||||
// Database names
|
||||
const (
|
||||
Postgres = "postgres"
|
||||
MySql = "mysql"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue