From c7e73a0516e6f5fa783e341fc061ae7a64675e22 Mon Sep 17 00:00:00 2001 From: L3nn0x Date: Sun, 15 Jul 2018 19:35:58 +0100 Subject: [PATCH] Added mediumint unsigned to dll2cpp --- scripts/ddl2cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/ddl2cpp b/scripts/ddl2cpp index 1649b78e..50c31e92 100755 --- a/scripts/ddl2cpp +++ b/scripts/ddl2cpp @@ -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: