summaryrefslogtreecommitdiffstats
path: root/kexi/doc/dev/kexi_guidelines.txt
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/doc/dev/kexi_guidelines.txt')
-rw-r--r--kexi/doc/dev/kexi_guidelines.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/kexi/doc/dev/kexi_guidelines.txt b/kexi/doc/dev/kexi_guidelines.txt
index cb1ea7b2..7b339259 100644
--- a/kexi/doc/dev/kexi_guidelines.txt
+++ b/kexi/doc/dev/kexi_guidelines.txt
@@ -9,9 +9,9 @@ These tests can be later turned to command line options for Kexi what will allow
GUI operations o databases/projects.
Idea 2
-Look at QSQL module from QT. E.g. there is efficient cursor feature (it works quite good with mysql).
+Look at TQSQL module from TQt. E.g. there is efficient cursor feature (it works quite good with mysql).
We have KexiDBRecordSet instead, but this is just the same thing.
-In fact many KexiDB features are compatible with QSQL.
+In fact many KexiDB features are compatible with TQSQL.
Focus on:
- avoid loading all result data to client memory (fetch some records instead)
- avoid blocking operations (do asynchronously as many things as possible)