diff options
Diffstat (limited to 'kexi/kexidb/cursor.cpp')
| -rw-r--r-- | kexi/kexidb/cursor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/kexidb/cursor.cpp b/kexi/kexidb/cursor.cpp index 75c30cfa5..b5f095e23 100644 --- a/kexi/kexidb/cursor.cpp +++ b/kexi/kexidb/cursor.cpp @@ -166,7 +166,7 @@ bool Cursor::open() //luci: WHAT_EXACTLY_SHOULD_THAT_BE? // if (!m_readAhead) // jowenn: to ensure before first state, without cluttering implementation code - if (m_conn->driver()->beh->_1ST_ROW_READ_AHEAD_RETQUIRED_TO_KNOW_IF_THE_RESULT_IS_EMPTY) { + if (m_conn->driver()->beh->_1ST_ROW_READ_AHEAD_REQUIRED_TO_KNOW_IF_THE_RESULT_IS_EMPTY) { // KexiDBDbg << "READ AHEAD:" << endl; m_readAhead = getNextRecord(); //true if any record in this query // KexiDBDbg << "READ AHEAD = " << m_readAhead << endl; |
