Skip to content

Releases: eosphoros-ai/sqlgpt-parser

0.0.01a5

20 Sep 13:05
939e17f
Compare
Choose a tag to compare
Merge pull request #8 from qidi1/format_bug_fix

add format for sound_like window_function and fix parserutils bug

0.0.1.a4

08 Sep 08:25
c930736
Compare
Choose a tag to compare
  • 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

0.0.01a3

08 Sep 05:09
619835e
Compare
Choose a tag to compare
  • rename sql_parser to parser

0.0.1a2

08 Sep 02:45
2409c8b
Compare
Choose a tag to compare
  • rename src to sqlgpt_parser

0.0.01a1

07 Sep 08:43
c2962ef
Compare
Choose a tag to compare

Move format code from https://github.com/oceanbase/sql-lifecycle-management
Fix some bugs in the parser
Add cast, convert,group_concat etc format code

v0.0.1a

05 Sep 07:50
6aca861
Compare
Choose a tag to compare

Publish the first version