Fix parsing of charN and varcharN types
authorChristoph Berg <christoph.berg@credativ.de>
Tue, 31 Jul 2018 10:04:58 +0000 (12:04 +0200)
committerChristoph Berg <christoph.berg@credativ.de>
Tue, 31 Jul 2018 10:04:58 +0000 (12:04 +0200)
commit448ff45f3c1707a16c1ff9cb55ebc4a2f9684706
tree242e43c6b7393a075089564d14bfea814dc62685
parentfbccddd742179413fb528fe4aed9314da80c829c
Fix parsing of charN and varcharN types

The type names are always converted to lower case. Fix the type lookup
table by using "charn" and "varcharn".

Report-By: coredumped on GitHub
decode.c