Skip to content

Commit

Permalink
MemSQL support for modulus operator (#214) (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajamony authored May 26, 2021
1 parent ee461b7 commit cd2d26b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1207,6 +1207,7 @@ function <<access.private>> meta::relational::functions::sqlQueryToString::getDy
forDynafunction('mod', [ choice($aSybase, $allStates, ^ToSql(format='mod(%s,%s)')),
choice(DatabaseType.DB2, $allStates, ^ToSql(format='mod(%s,%s)')),
choice(DatabaseType.H2, $allStates, ^ToSql(format='mod(%s,%s)')),
choice(DatabaseType.MemSQL, $allStates, ^ToSql(format='mod(%s,%s)')),
choice(DatabaseType.Postgres, $allStates, ^ToSql(format='mod(%s,%s)')),
choice(DatabaseType.Presto, $allStates, ^ToSql(format='mod(%s,%s)')),
choice(DatabaseType.Snowflake, $allStates, ^ToSql(format='mod(%s,%s)'))]),
Expand Down

0 comments on commit cd2d26b

Please sign in to comment.