summaryrefslogtreecommitdiffstats
path: root/kexi/doc
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-06-20 10:22:17 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-06-20 10:22:17 -0500
commit0942bcca3aafe09fe4dbd3cab7a7767bf672e397 (patch)
treecda5705f039fb45270fab95c745cc36959e2f107 /kexi/doc
parenteca807732adb25767ed2a31907cd53a9872fd68d (diff)
downloadkoffice-0942bcca3aafe09fe4dbd3cab7a7767bf672e397.tar.gz
koffice-0942bcca3aafe09fe4dbd3cab7a7767bf672e397.zip
Update for recent TQ changes.
Diffstat (limited to 'kexi/doc')
-rwxr-xr-xkexi/doc/dev/CHANGELOG-Kexi-js2
-rw-r--r--kexi/doc/dev/TODO-Kexi-js2
2 files changed, 2 insertions, 2 deletions
diff --git a/kexi/doc/dev/CHANGELOG-Kexi-js b/kexi/doc/dev/CHANGELOG-Kexi-js
index 326c12a3f..8654e1451 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 81509308c..b5676bfab 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