Replies: 3 comments 8 replies
-
Hmm
|
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
SQLGlot has a pure Python SQL engine. So it would be cool if we could use CrossHair to check SQL code.
However,
crosshair diffbehavior
onsilly1
andsilly2
gives "All paths exhausted, functions are likely the same!". What would we need to do to make this work?Beta Was this translation helpful? Give feedback.
All reactions