For mysqlt:
<field name="amount" type="F"
size="16.0"><notnull/><default value="0"/></field>
Is perfectly legal (and parses just fine).
But for postgres7, it doesnt. Neither does size="16,0".
In raw datadict, it *is* possible to do so, and adodb
honors it.
How can I do the same in XMLSchema (cross-db double
with int-length scope-only), or is it a bug in
XMLSchema that needs to be fixed?
Please see the thread:
http://phplens.com/lens/lensforum/msgs.php?id=7808 for
a more detailed history.
Logged In: YES
user_id=528997
Just checking in.. is this addressed in the upcoming 1.0.3
version?
Its making it impossible to port a game to run on both
postgres and mysql that used to work in raw datadict.. :( I
hate to choose between xml and functionality.. :)