Ignore:
Timestamp:
08/03/18 13:43:35 (6 years ago)
Author:
tbretz
Message:
Updated the explanation for the databse resource to reflect the possibility to force or prohibit compression.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/Configuration.cc

    r19056 r19125  
    350350//!      The URL of the database from which the configuration data is
    351351//!      retrieved. It should be given in the form
    352 //!          \li [user[:password]@]server.com[:port]/database
     352//!          \li [user[:password]@]server.com[:port]/database[/comp]
    353353//!
    354354//!      with
     
    358358//!          - port:     the port to which to connect (usually obsolete)
    359359//!          - database: The name of the database containing the table
     360//!          - comp:     Force [comp=+] / prohibit [comp=-] compression
     361//!
     362//!  The default is that connections to the SQL server are compressed
     363//!  whenever the server is neither '127.0.0.1' nor 'localhost'.
     364//!  Use '/+' to force compression and '/-' to prohibit compression.
    360365//!
    361366//!  @param desc
Note: See TracChangeset for help on using the changeset viewer.