Merge pull request #7629 from dhensby/pulls/3.6/int-lowercase-fix

FIX Allow lowercase and uppercase delcaration of legacy Int class
This commit is contained in:
Loz Calver 2017-11-22 16:58:17 +00:00 committed by GitHub
commit 7c98346c68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,5 +22,13 @@ Injector:
type: prototype
Int:
class: DBInt
int:
class: DBInt
INT:
class: DBInt
Float:
class: DBFloat
float:
class: DBFloat
FLOAT:
class: DBFloat