Skip to content

Commit b944a2a

Browse files
demmeriamcal
authored andcommitted
support LONGBLOB types
1 parent ad246f5 commit b944a2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib_sql_parser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ function parse_field($tokens){
482482
case 'TINYBLOB':
483483
case 'BLOB':
484484
case 'MEDIUMBLOB':
485-
case 'LONGDATE':
485+
case 'LONGBLOB':
486486

487487
# nothing more to read
488488
break;

0 commit comments

Comments
 (0)