Skip to content

0.0.1.a4

Compare
Choose a tag to compare
@qidi1 qidi1 released this 08 Sep 08:25
· 5 commits to main since this release
c930736
  • add visit_time_interval
   def visit_time_interval(self, node, context):
     return f"INTERVAL {self.process(node.value, context)} {node.unit.upper()}"
  • change function_call from args to arguments