Skip to content

Commit

Permalink
0003806: Initial load large character (varchar 4000) columns and stay
Browse files Browse the repository at this point in the history
under SQL limit
  • Loading branch information
erilong committed Nov 28, 2018
1 parent 758a001 commit 46a01dd
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -38,6 +38,7 @@ private ColumnTypes() {
public static final int TIBERO_TIMESTAMPLTZ = -102;

public static final int MSSQL_SQL_VARIANT = -150;
public static final int MSSQL_NTEXT = -10;

public static final int MAPPED_TIMESTAMPTZ = ORACLE_TIMESTAMPTZ;

Expand Down

0 comments on commit 46a01dd

Please sign in to comment.