Skip to content

Commit

Permalink
Merge pull request #169 from K2InformaticsGmbH/wwe_4.6.0
Browse files Browse the repository at this point in the history
Version 4.6.0.

Former-commit-id: b8b69ca33849870951da2bf8e4a1fb541d4cd929
  • Loading branch information
walter-weinmann authored Mar 18, 2019
2 parents 1f09983 + 1bf9725 commit a0e29ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sqlparse.yrl
Original file line number Diff line number Diff line change
Expand Up @@ -1484,7 +1484,6 @@ 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 a0e29ec

Please sign in to comment.