Checking SQL code with SQLGlot #193
andrew222651
started this conversation in
Ideas
Replies: 3 comments 8 replies
|
Hmm |
3 replies
|
Oh wow. It would be amazing to get this working. Indeed, you've run into an issue with TypedDicts, specifically when inside containers. It'll take me a day or two to make sure I fix that correctly. I'm sort of shocked to see that the rest of the process works out. (even a small difference like |
5 replies
|
Thanks for the example @amacfie! While improving performance is a priority, false positives are always bugs, so I've filed #196. (as you may have guessed, sqlglot's exception handling is handling CrossHair's timeout exception) Solving that particular problem shouldn't be a huge lift, though I am spread a little thin these days - hopefully soon. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
SQLGlot has a pure Python SQL engine. So it would be cool if we could use CrossHair to check SQL code.
However,
crosshair diffbehavioronsilly1andsilly2gives "All paths exhausted, functions are likely the same!". What would we need to do to make this work?All reactions