Re: [cx-oracle-users] an old question
Brought to you by:
atuining
From: Glyph <gl...@tw...> - 2013-04-30 07:21:55
|
On Apr 29, 2013, at 1:25 PM, Anthony Tuininga <ant...@gm...> wrote: > It is possible -- at least so long as I understand what you are trying to do. Here is an example: As I keep pointing out: >> Currently, I'm doing this with host variables, but that's a limited solution [...] I'm aware of the cursor.var() solution; I'm looking for one which doesn't involve one of those, since that means (A) custom Python code for Oracle, where other databases (PostgreSQL, MySQL, SQLite) just require custom SQL generation, and (B) foreknowledge of the maximum number of results that will come back from one of these statements. -glyph |