diff options
author | Michele Calgaro <[email protected]> | 2024-05-28 10:17:01 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-28 10:17:01 +0900 |
commit | 5fffa30386502b5423e45c2ed5e6af756b11c7b4 (patch) | |
tree | fa17e10b048e8e13433b861cbe98cf895b2324c7 /doc/threads.doc | |
parent | 04913ce7a46fd027856e83a96205fdc388742a19 (diff) | |
download | tqt3-5fffa30386502b5423e45c2ed5e6af756b11c7b4.tar.gz tqt3-5fffa30386502b5423e45c2ed5e6af756b11c7b4.zip |
Rename nt* sql related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/threads.doc')
-rw-r--r-- | doc/threads.doc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/threads.doc b/doc/threads.doc index bb50d93bb..358727469 100644 --- a/doc/threads.doc +++ b/doc/threads.doc @@ -312,7 +312,7 @@ A connection can only be used from within the thread that created it. Moving connections between threads or creating queries from a different thread is not supported. -In addition, the third party libraries used by the QSqlDrivers can impose +In addition, the third party libraries used by the TQSqlDrivers can impose further restrictions on using the SQL Module in a multithreaded program. Consult the manual of your database client for more information. |