Argument type for executeSql()

Hi.

I think the argument to executeSql() for the query parameters should be
of type sequence<any> rather than sequence<Object>.  Otherwise,
implementations would be required to do unnecessary conversions of
values such Numbers and Strings to their corresponding object types.

Thanks,

Cameron

-- 
Cameron McCormack, http://mcc.id.au/
 xmpp:heycam@jabber.org  ▪  ICQ 26955922  ▪  MSN cam@mcc.id.au

Received on Monday, 24 March 2008 06:19:47 UTC