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/qsqldatabase.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/qsqldatabase.html') diff --git a/doc/html/qsqldatabase.html b/doc/html/qsqldatabase.html index 5c4e0f90b..81b1be80c 100644 --- a/doc/html/qsqldatabase.html +++ b/doc/html/qsqldatabase.html @@ -562,7 +562,7 @@ database client used:
  • connect_timeout
  • options
  • tty -
  • retquiressl +
  • requiressl
  • service DB2 OCI TDS @@ -588,7 +588,7 @@ database client used: } ... // PostgreSQL connection - db->setConnectOptions( "retquiressl=1" ); // enable PostgreSQL SSL connections + db->setConnectOptions( "requiressl=1" ); // enable PostgreSQL SSL connections if ( !db->open() ) { db->setConnectOptions(); // clear options ... @@ -627,7 +627,7 @@ entry in the ODBC manager: ... -("FIL" is the retquired spelling in Microsoft's API.) +("FIL" is the required spelling in Microsoft's API.)

    There is no default value.

    Set this property's value with setDatabaseName() and get this property's value with databaseName(). -- cgit v1.2.3