Recent content by Chris Durkin

  1. C

    Beautifier Altering Strings

    I was experimenting to get a reliable example, and I discover that it only occurs when there is a SQL syntax error. If a string has not been terminated, then everything after it is miss-interpreted. Strings are formatted as Non-Strings and Non-Strings as Strings. As a string cannot go over a...
  2. C

    Beautifier Altering Strings

    In some of our larger packages, functions and procedures, the code beautifier has altered some strings by changing their case and putting a space at the start of them. For instance sometime it is to lowercase like 'T' becomes ' t', and at others it is to tile case 'MEC000' becoming ' Mec000'...
Back
Top