Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update kf ref, table default string to single quote #393

Merged
merged 1 commit into from
Nov 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require (
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.0.0-rc.5
github.com/grpc-ecosystem/grpc-gateway/v2 v2.18.0
github.com/kwilteam/go-sqlite v0.0.0-20230606000142-c7eaa7111421
github.com/kwilteam/kuneiform v0.5.0-beta.0.20231107213536-a9e67cab891d
github.com/kwilteam/kuneiform v0.5.0-beta.0.20231121195150-a3f2d2694a55
github.com/kwilteam/kwil-db/core v0.0.0
github.com/kwilteam/kwil-db/parse v0.0.0
github.com/kwilteam/kwil-extensions v0.0.0-20230727040522-1cfd930226b7
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,8 @@ github.com/kwilteam/action-grammar-go v0.0.1-0.20230926160920-472768e1186c h1:TA
github.com/kwilteam/action-grammar-go v0.0.1-0.20230926160920-472768e1186c/go.mod h1:2KYz1ittMk7BbKRJSnSnRSysrgDUUtNB1Ha47ZMdc6M=
github.com/kwilteam/go-sqlite v0.0.0-20230606000142-c7eaa7111421 h1:TewJpDtkIU8ZsIoWMqTcWmZKZS6i4AeuBylgogQ1dRI=
github.com/kwilteam/go-sqlite v0.0.0-20230606000142-c7eaa7111421/go.mod h1:urRZ5yExms/OcYQHq0IAPLkNoudEbfUuQdlNvhcfrKI=
github.com/kwilteam/kuneiform v0.5.0-beta.0.20231107213536-a9e67cab891d h1:LZNQU/QRrIe/Q0/N+Vu36TPId+5Z2mtkBSNP2eDk2Nw=
github.com/kwilteam/kuneiform v0.5.0-beta.0.20231107213536-a9e67cab891d/go.mod h1:7jzOJzBpyi82i8G8SoarfwPfZOhr5yE/Zlm4mpvwDG8=
github.com/kwilteam/kuneiform v0.5.0-beta.0.20231121195150-a3f2d2694a55 h1:aJA2Fg8J59ye+Ph7ouLd7ZZK7nNLRGSz9HrX3oeFFfE=
github.com/kwilteam/kuneiform v0.5.0-beta.0.20231121195150-a3f2d2694a55/go.mod h1:7jzOJzBpyi82i8G8SoarfwPfZOhr5yE/Zlm4mpvwDG8=
github.com/kwilteam/kwil-extensions v0.0.0-20230727040522-1cfd930226b7 h1:YiPBu0pOeYOtOVfwKQqdWB07SUef9LvngF4bVFD+x34=
github.com/kwilteam/kwil-extensions v0.0.0-20230727040522-1cfd930226b7/go.mod h1:+BrFrV+3qcdYIfptqjwatE5gT19azuRHJzw77wMPY8c=
github.com/kwilteam/sql-grammar-go v0.0.3-0.20230925230724-00685e1bac32 h1:NDMw+6BKSqLxFyfpbbCJNx8EOLB3+ugCUEnMpomXBeQ=
Expand Down
2 changes: 1 addition & 1 deletion test/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
github.com/cometbft/cometbft v0.37.2
github.com/cstockton/go-conv v1.0.0
github.com/joho/godotenv v1.5.1
github.com/kwilteam/kuneiform v0.5.0-beta.0.20231107213536-a9e67cab891d
github.com/kwilteam/kuneiform v0.5.0-beta.0.20231121195150-a3f2d2694a55
github.com/kwilteam/kwil-db v0.5.1-0.20230927233025-c3e8ef579ade
github.com/kwilteam/kwil-db/core v0.0.0
github.com/stretchr/testify v1.8.4
Expand Down
4 changes: 2 additions & 2 deletions test/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -546,8 +546,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/kwilteam/action-grammar-go v0.0.1-0.20230926160920-472768e1186c h1:TAH/HIjj49I2v42ehDHjkQbnHkaYjvw8J1BpAZfmA4E=
github.com/kwilteam/action-grammar-go v0.0.1-0.20230926160920-472768e1186c/go.mod h1:2KYz1ittMk7BbKRJSnSnRSysrgDUUtNB1Ha47ZMdc6M=
github.com/kwilteam/kuneiform v0.5.0-beta.0.20231107213536-a9e67cab891d h1:LZNQU/QRrIe/Q0/N+Vu36TPId+5Z2mtkBSNP2eDk2Nw=
github.com/kwilteam/kuneiform v0.5.0-beta.0.20231107213536-a9e67cab891d/go.mod h1:7jzOJzBpyi82i8G8SoarfwPfZOhr5yE/Zlm4mpvwDG8=
github.com/kwilteam/kuneiform v0.5.0-beta.0.20231121195150-a3f2d2694a55 h1:aJA2Fg8J59ye+Ph7ouLd7ZZK7nNLRGSz9HrX3oeFFfE=
github.com/kwilteam/kuneiform v0.5.0-beta.0.20231121195150-a3f2d2694a55/go.mod h1:7jzOJzBpyi82i8G8SoarfwPfZOhr5yE/Zlm4mpvwDG8=
github.com/kwilteam/sql-grammar-go v0.0.3-0.20230925230724-00685e1bac32 h1:NDMw+6BKSqLxFyfpbbCJNx8EOLB3+ugCUEnMpomXBeQ=
github.com/kwilteam/sql-grammar-go v0.0.3-0.20230925230724-00685e1bac32/go.mod h1:OqmGyCwHfBZvYv/sYPrQ5Ih290dhlD5AcKOHDlUSS0Y=
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
Expand Down