From e02e31c8b9d854cd62cbe9799228f6e08e882773 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 5 Dec 2011 22:04:08 -0600 Subject: Sync with latest script --- doc/html/qsqlcursor.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/qsqlcursor.html') diff --git a/doc/html/qsqlcursor.html b/doc/html/qsqlcursor.html index 8c6415ee8..abfd55af1 100644 --- a/doc/html/qsqlcursor.html +++ b/doc/html/qsqlcursor.html @@ -148,7 +148,7 @@ edits. You can get a pointer to the edit buffer using functions also return a pointer to the edit buffer and prepare it for insert, update and delete respectively. Edit operations only affect a single row at a time. Note that update() and del() -retquire that the table or view contain a primaryIndex() to ensure +require that the table or view contain a primaryIndex() to ensure that edit operations affect a unique record within the database.

For example:

-- cgit v1.2.1