Ville Brofeldt
Ville Brofeldt
To my knowledge, MySQL and BigQuery are one of the few databases that support escaping single quotes using a backslash: https://dev.mysql.com/doc/refman/8.0/en/string-literals.html#character-escape-sequences and https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical#literals. But all other databases I can think...
@john-bodley I have to agree with @dungdm93 here - Over the years the Presto spec has caused me considerable grief due to the code being IMO messy and difficult to...
> Is there any acknowledgement by the dev team of this issue? At the very least, the FF should be marked `testing` or even `dev`. Everything else is misleading IMHO....
> @villebro can you please check this? @sinhashubham95 sure thing, will check in a few hours!
@sinhashubham95 just so I understand this PR correctly, are we essentially copying over the functions from `just-handlebar-helpers`? While it may make it possible to drop some unnecessary requirements, we're already...
@sinhashubham95 thanks for the clarification. Did I understand correctly that you're getting the export error when running on Windows? While I would like to help support a more diverse se...
> I am facing the issue with both MacOS and Linux. Ok, if you're running into trouble on MacOS then this needs additional attention. Can you check what versions of...
> I am using `node v16.16.0` and `npm v8.11.0`. Also, I have already added test cases around the functions I added. Oh my bad - the tests look great, thanks...
@sinhashubham95 sorry for the delayed review. I'm not super familiar with this area, but I will review this in the coming days.
Ping @amitmiran137 , have you run into this? We're hoping to push out 1.5.1 in 1-2 weeks, so if this feature is currently broken it would be nice to get...