prettier icon indicating copy to clipboard operation
prettier copied to clipboard

Reserved Clause Truncate

Open jenders-polar opened this issue 8 months ago • 1 comments

The formatter throws errors when I try to use the "truncate" function in DB2.

token: {
    type: 'RESERVED_CLAUSE',
    raw: 'truncate',
    text: 'TRUNCATE',
    start: 1449,
    precedingWhitespace: ' '
  }

I can make a more detailed reproduction later, if needed.

jenders-polar avatar May 14 '25 20:05 jenders-polar

Reproduction is always required.

JounQin avatar May 14 '25 23:05 JounQin