Re: Are there Sql backends that return an array from big_query()?
Henrik Grubbström <[email protected]>
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Organization | Roxen Internet Software AB |
| Message-ID | <[email protected]> |
On Thu, 30 Oct 2014, Stephen R. van den Berg wrote: > 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()? Not as far as I know. There's however at least one backend (Msql), that only implements the really old query() API, which does return arrays. This would result in pre_res in Sql.Sql()->big_query() being an array. -- Henrik Grubbström [email protected] Roxen Internet Software AB