summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2019-02-23 15:30:07 +0100
committerKornelius Kalnbach <murphy@rubychan.de>2019-02-23 15:30:07 +0100
commit80a33fcfcf3a46afb1541c464742edf4bf1da4e8 (patch)
tree966223aa182f152f270326d4e6df628b627e04cf
parent7818585e14039e56fb279399ea0a97ee2013068d (diff)
downloadcoderay-80a33fcfcf3a46afb1541c464742edf4bf1da4e8.tar.gz
add numeric to SQL types
-rw-r--r--lib/coderay/scanners/sql.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/coderay/scanners/sql.rb b/lib/coderay/scanners/sql.rb
index 7d57f77..c8725a8 100644
--- a/lib/coderay/scanners/sql.rb
+++ b/lib/coderay/scanners/sql.rb
@@ -29,7 +29,7 @@ module Scanners
char varchar varchar2 enum binary text tinytext mediumtext
longtext blob tinyblob mediumblob longblob timestamp
date time datetime year double decimal float int
- integer tinyint mediumint bigint smallint unsigned bit
+ integer tinyint mediumint bigint smallint unsigned bit numeric
bool boolean hex bin oct
)