You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Without knowing some of the options the user has defined, you are going to have problems. With a hard coded naming mode of *SQL, anyone using / for qualification will be very frustrated. The name qualification rules are slightly different between *SQL and *SYS, so even when using the more forgiving . as a separator, a user will encounter confusing, and incorrect, errors.
The decimal point character and the string delimiter values are important parameters. By not supporting them, your solution gets a little less accurate, which will lead to false errors.
Initial work done here: https://gist.github.com/worksofliam/5aa61347b97dd5d33325f059244b8160
The text was updated successfully, but these errors were encountered: