@@ -97,11 +97,11 @@ public TimesTenDialect(DialectResolutionInfo info) {
9797 * at http://oss.oracle.com/licenses/upl
9898 *
9999 * - Added more datatypes into columnType():
100- * BIT, CHAR, VARCHAR, LONGVARCHAR, BINARY, VARBINARY
101- * LONGVARBINARY, BINARY_FLOAT, BINARY_DOUBLE, TIMESTAMP,
102- * BLOB, CLOB, NCLOB
100+ * BIT, CHAR, VARCHAR, LONGVARCHAR, BINARY, VARBINARY
101+ * LONGVARBINARY, BINARY_FLOAT, BINARY_DOUBLE, TIMESTAMP,
102+ * BLOB, CLOB, NCLOB
103103 *
104- * @Author: Carlos Blanco
104+ * @Author: Carlos Blanco
105105 */
106106 @ Override
107107 protected String columnType (int sqlTypeCode ) {
@@ -206,15 +206,15 @@ public int getDefaultDecimalPrecision() {
206206 * at http://oss.oracle.com/licenses/upl
207207 *
208208 * - Added more SQL functions support into initializeFunctionRegistry():
209- * lower, upper, rtrim, ltrim, length, to_char, chr, instr, instrb,
210- * lpad, rpad, substr, substrb, substring, str, soundex, replace,
211- * to_date, sysdate, getdate, current_date, current_time, current_timestamp,
212- * to_timestamp, add_months, months_between, abs, acos, asin, atan, atan2,
213- * ceil, cos, cosh, exp, ln, sin, sign, sinh, mod, round, trunc, tan, tanh,
214- * floor, power, bitnot, bitor, bitxor, nvl, user, rowid, uid, rownum,
215- * vsize, SESSION_USER, SYSTEM_USER, CURRENT_USER
216- *
217- * @Author: Carlos Blanco
209+ * lower, upper, rtrim, ltrim, length, to_char, chr, instr, instrb,
210+ * lpad, rpad, substr, substrb, substring, str, soundex, replace,
211+ * to_date, sysdate, getdate, current_date, current_time, current_timestamp,
212+ * to_timestamp, add_months, months_between, abs, acos, asin, atan, atan2,
213+ * ceil, cos, cosh, exp, ln, sin, sign, sinh, mod, round, trunc, tan, tanh,
214+ * floor, power, bitnot, bitor, bitxor, nvl, user, rowid, uid, rownum,
215+ * vsize, SESSION_USER, SYSTEM_USER, CURRENT_USER
216+ *
217+ * @Author: Carlos Blanco
218218 */
219219 @ Override
220220 public void initializeFunctionRegistry (FunctionContributions functionContributions ) {
@@ -516,7 +516,7 @@ public RowLockStrategy getWriteRowLockStrategy() {
516516 *
517517 * - Updated the custom definition for 'getForUpdateString()'
518518 *
519- * @Author: Carlos Blanco
519+ * @Author: Carlos Blanco
520520 */
521521 @ Override
522522 public String getForUpdateString () {
@@ -708,7 +708,7 @@ public String getSelectClauseNullString(int sqlType, TypeConfiguration typeConfi
708708 * - Added a custom definition for 'getDual()'
709709 * - Added a custom definition for 'getFromDualForSelectOnly()'
710710 *
711- * @Author: Carlos Blanco
711+ * @Author: Carlos Blanco
712712 */
713713
714714 @ Override
0 commit comments