Skip to content

Releases: akito0107/xsqlparser

release v1.0.0

Choose a tag to compare

@akito0107 akito0107 released this 23 May 14:00
2aec67b

v1.0.0-alpha.6: Merge pull request #44 from akito0107/mv-to-gh-actions

Choose a tag to compare

@akito0107 akito0107 released this 28 Feb 08:20
1a8cf1f
fix: mv to gh actions

partial supports for MySQL

Choose a tag to compare

@akito0107 akito0107 released this 28 Nov 06:34
68fe62b

supports MySQL specific syntax as follow:

  • AUTO_INCREMENT
  • 'UNSIGNED`
  • ENGINE=InnoDB

Improve tokenizer pos

Fix Insert AST

Fix Insert AST Pre-release
Pre-release

Choose a tag to compare

@akito0107 akito0107 released this 15 Aug 01:22
da13762
Merge pull request #26 from akito0107/fix-insert-ast

Fix insert ast

tiny fix

Choose a tag to compare

@akito0107 akito0107 released this 14 Aug 09:19
c852bb2
Merge pull request #25 from akito0107/fix-typo

fix: typo and delete selection

impl astutil

Choose a tag to compare

@akito0107 akito0107 released this 14 Aug 07:24
e90053c
Merge pull request #23 from akito0107/astutil

Astutil

alpha release

Choose a tag to compare

@akito0107 akito0107 released this 09 Aug 06:46
9f33f20
Merge pull request #22 from akito0107/feat-refactor-stmt

Feat refactor stmt

v1.0.0-alpha release

Choose a tag to compare

@akito0107 akito0107 released this 09 Aug 02:25
6505bbd
Merge pull request #21 from akito0107/refactor-names

Refactor names

experimental release

Choose a tag to compare

@akito0107 akito0107 released this 08 Aug 23:33
f650808
Merge pull request #20 from akito0107/improve-join-ast

Improve join ast