Skip to content

Commit 80a33fc

Browse files
committed
add numeric to SQL types
1 parent 7818585 commit 80a33fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/coderay/scanners/sql.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class SQL < Scanner
2929
char varchar varchar2 enum binary text tinytext mediumtext
3030
longtext blob tinyblob mediumblob longblob timestamp
3131
date time datetime year double decimal float int
32-
integer tinyint mediumint bigint smallint unsigned bit
32+
integer tinyint mediumint bigint smallint unsigned bit numeric
3333
bool boolean hex bin oct
3434
)
3535

0 commit comments

Comments
 (0)