Changes between Version 10 and Version 11 of MapGuideRfc78


Ignore:
Timestamp:
Jul 9, 2009, 11:16:56 PM (15 years ago)
Author:
klain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc78

    v10 v11  
    3535}}}
    3636However, MapGuide Feature Service also provides another two APIs to execute sql statements as illustrated below, where a database transaction will internally be started and committed befor and after the sql statement execution. Here the capability of executing a sequence of sql statements within a single transaction is missing.
    37 
     37{{{
    3838    virtual INT32 ExecuteSqlNonQuery( MgResourceIdentifier* resource,
    3939                                      CREFSTRING sqlNonSelectStatement ) = 0;
    4040    virtual MgSpatialContextReader* GetSpatialContexts( MgResourceIdentifier* resource,
    4141                                                        bool bActiveOnly) = 0;
    42 
     42}}}
    4343This proposal is to extend Feature Service to support executing a sequence of sql statements within a single transaction.
    4444