The introduction of schema made some all type names keywords. As a
consequence, the conversion functions do not work anymore. For example,
"double(1)" will throw an exception but should produce "1.0d".
Workarounds:
- rename conversion functions
- adapt parser accordingly
Original issue reported on code.google.com by Rainer.G...@gmx.de on 22 Jun 2009 at 10:02
Original issue reported on code.google.com by
Rainer.G...@gmx.de
on 22 Jun 2009 at 10:02