diff options
Diffstat (limited to 'kexi/doc/dev/TODO-Kexi-js')
-rw-r--r-- | kexi/doc/dev/TODO-Kexi-js | 2 |
1 files changed, 1 insertions, 1 deletions
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 |