Changes between Version 32 and Version 33 of MapGuideRfc78


Ignore:
Timestamp:
Jul 22, 2009, 8:35:47 PM (15 years ago)
Author:
klain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc78

    v32 v33  
    131131a. If any exception is thrown within the sql statement execution, the new API won't rollback the transaction internally. Instead, it depends on the client application to rollback the transaction explicitly as illustrated in above codes.
    132132b. If a provider doesn't support transaction, BeginTransaction() will throw an MgInvalidOperationException saying transaction is not supported.
     133c. If passing in NULL for the parameter, ExecuteSqlQuery and ExecuteSqlNonQuery will work the same as before taking no transaction is started.
    133134
    134135Timeout configuration for MgTransaction
     
    138139Two items will be added into serverconfig.ini for transaction timeout setting. If the transaction hasn't been committed or rollbacked within 6 minutes, it will be automatically rollbacked.
    139140{{{
    140 DataTransactionTimeout             = 600
     141DataTransactionTimeout             = 360
    141142DataTransactionTimerInterval       = 60
    142143}}}