Closed GoogleCodeExporter closed 9 years ago
I'm not sure what you mean. Currently we already cast TINYINT to integer(1).
MULTIPOLYGAN is not supported by doctrine - as far as I know and I'm also not
familiar with the concept of userTypes.
We could ignore the userTypes or bypass them directly to the yaml, as it would
be the
same effect on non-patched systems as adding the message "unsupported
simpleType xx".
Original comment by johannes...@gmail.com
on 4 Feb 2010 at 10:50
The current version tries to convert 'userType1' directly to a doctrine type -
which
is bound to fail. What was probably intended (and what I described under 1.) is
that
'userType1' is converted to TINYINT, which then can be converted to a doctrine
type.
As for 2, I would suggest declaring one special type... Such that one still can
catch
errors.
Find attached a small diff. Please bear with me, as I don't really know Lua
syntax...
Original comment by hpoeri@gmail.com
on 5 Feb 2010 at 10:38
Attachments:
merged your patch partially to trunk and started new 0.4.2 version.
Thanks for your help and feel welcome to add more patches.
Original comment by johannes...@gmail.com
on 6 Feb 2010 at 11:23
Original issue reported on code.google.com by
hpoeri@gmail.com
on 4 Feb 2010 at 2:15