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
* @param {String} cfg.newline.mode always | never | lineWidth (break only when > line width) | itemCount (break when > itemCount) | hybrid (lineWidth OR itemCount)
53
53
* @param {Integer} cfg.newline.itemCount Used when mode is itemCount or hybrid, must be >=0
54
54
* @param {String} cfg.aliasAs Whether to use AS in column aliases in only SELECT clause, both SELECT and table aliases, or never
55
+
* @param {Integer} cfg.lineWidth Number of characters in each line before breaking, default: 50
55
56
* @param {Integer} cfg.linesBetweenQueries How many line breaks between queries
56
57
* @param {ParamItems} cfg.params Collection of params for placeholder replacement
0 commit comments