Added mediumint unsigned to dll2cpp

This commit is contained in:
L3nn0x
2018-07-15 19:35:58 +01:00
parent 32abab9da4
commit c7e73a0516

View File

@@ -264,6 +264,7 @@ types = {
'integer unsigned': 'integer_unsigned', #MYSQL
'int unsigned': 'integer_unsigned', #MYSQL
'bigint unsigned': 'bigint_unsigned', #MYSQL
'mediumint unsigned' : 'integer', #MYSQL
}
if failOnParse: