-
Thanks for creating this library! It's been lot of fun working with it. The SDK is very simple. With an IDE, it is so much easy to add custom functionality. Much appreciated. I'm trying to figure out ways I can add support for a situation like below. There is this function called Snowflake
sqlite
The optional, How do I go about this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
you should add ignore | respect nulls to the generic parser, and for the sqlite output, remove that there are various examples of the parser being quite generic but the generator having options. |
Beta Was this translation helpful? Give feedback.
-
@tobymao - What is your general suggestion around syntax checking? Is this ok? For now, I have been able to make a small change to
Would you mind pointing me to one? |
Beta Was this translation helpful? Give feedback.
you should add ignore | respect nulls to the generic parser, and for the sqlite output, remove that
there are various examples of the parser being quite generic but the generator having options.