Support for additional mathematical functions.
This commit is contained in:
parent
cf022ab68d
commit
52bdd4b59f
14 changed files with 436 additions and 79 deletions
|
|
@ -1,4 +1,4 @@
|
|||
// Query building functions for expression components
|
||||
// Query building functions for expressions components
|
||||
package sqlbuilder
|
||||
|
||||
import (
|
||||
|
|
@ -42,7 +42,7 @@ func (c *intervalExpression) serialize(statement statementType, out *queryData,
|
|||
}
|
||||
|
||||
//// Interval returns a representation of duration
|
||||
//func Interval(duration time.Duration) expression {
|
||||
//func Interval(duration time.Duration) expressions {
|
||||
// intervalExp := &intervalExpression{
|
||||
// duration: duration,
|
||||
// }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue