Skip to content
Snippets Groups Projects
Commit b26ccadf authored by aydreeihn's avatar aydreeihn
Browse files

update lint tests

parent 134bb2de
No related branches found
No related tags found
No related merge requests found
......@@ -136,6 +136,7 @@ class SqlFunction {
class SqlExpression {
static function plus() {}
static function minus() {}
static function times() {}
static function bitor() {}
static function bitand() {}
......@@ -149,6 +150,8 @@ class SqlInterval {
class SqlAggregate {
static function COUNT() {}
static function SUM() {}
static function MAX() {}
}
class Q {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment