Skip to content

Commit

Permalink
Version 4.6.0.
Browse files Browse the repository at this point in the history
Former-commit-id: c332faeccb8d14b31578cf0359371cdcf30f836c
  • Loading branch information
walter-weinmann committed Mar 18, 2019
1 parent 451cd49 commit 7ff8807
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sqlparse.yrl
Original file line number Diff line number Diff line change
Expand Up @@ -1484,6 +1484,7 @@ data_type -> NCLOB : unwrap_bin('$1').
data_type -> NUMBER : unwrap_bin('$1').
data_type -> RAW : unwrap_bin('$1').
data_type -> ROWID : unwrap_bin('$1').
data_type -> STRING : unwrap_bin('$1').
data_type -> TIMESTAMP : unwrap_bin('$1').
data_type -> UROWID : unwrap_bin('$1').
data_type -> VARCHAR2 : unwrap_bin('$1').
Expand Down

0 comments on commit 7ff8807

Please sign in to comment.