Are there Sql backends that return an array from big_query()?
"Stephen R. van den Berg" <[email protected]>
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <[email protected]> |
Looking at ways to streamline the Sql.Sql interface, I find that there is code in the current big_query() to handle the case when the return value of the real sql backend big_query() happens to be an array instead of a genuine object, it puts a wrapper function around it. Are there currently any SQL backends which actually return an array from big_query()? -- Stephen.