Skip to content

Commit

Permalink
Version 4.6.0.
Browse files Browse the repository at this point in the history
Former-commit-id: 5112575e332de3f6abac7f55df1e3cd0e8c29905
  • Loading branch information
walter-weinmann committed Mar 18, 2019
1 parent 7ff8807 commit 1bf9725
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 1bf9725

Please sign in to comment.