diff options
Diffstat (limited to 'kexi/doc/dev')
-rwxr-xr-x | kexi/doc/dev/CHANGELOG-Kexi-js | 2 | ||||
-rw-r--r-- | kexi/doc/dev/TODO-Kexi-js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kexi/doc/dev/CHANGELOG-Kexi-js b/kexi/doc/dev/CHANGELOG-Kexi-js index 326c12a3..8654e145 100755 --- a/kexi/doc/dev/CHANGELOG-Kexi-js +++ b/kexi/doc/dev/CHANGELOG-Kexi-js @@ -5471,7 +5471,7 @@ TODO: add - simplification: now bof() is computed as m_at==0 - we are internally counting records from 1 and externally from 0 (what is visible using at()). - - m_at and thus at() has now Q_LLONG type + - m_at and thus at() has now TQ_LLONG type 2003-09-14 - KexiDB::Object::setErrorMsg renamed to setError diff --git a/kexi/doc/dev/TODO-Kexi-js b/kexi/doc/dev/TODO-Kexi-js index 81509308..b5676bfa 100644 --- a/kexi/doc/dev/TODO-Kexi-js +++ b/kexi/doc/dev/TODO-Kexi-js @@ -569,7 +569,7 @@ for blobs...The client has to read the _entire_ blob into memory."; use: - Implement tree structures using idea #5 described here http://www.depesz.com/various-sqltrees.php (does pgsql require this hack?) - double values are still rounded: consider storing them in memory as a decimal type - (e.g. using a special Q_LLONG+decimalplace class); needed e.g. in KexiQueryParameters::getParameters() + (e.g. using a special TQ_LLONG+decimalplace class); needed e.g. in KexiQueryParameters::getParameters() - handle input mask using a special KexiDB::FieldInputMask class --needed in forms (KexiDBLineEdit::setColumnInfo()) and table views - add setValue() to cursors: this will REQUIRE a buffered cursor, since we cannot run sql |