Changes between Initial Version and Version 2 of Ticket #1265


Ignore:
Timestamp:
Apr 2, 2007, 8:03:36 PM (17 years ago)
Author:
warmerdam
Comment:

Matuesz,

When things are settled down, I'd like this patch considered for 1.5.0.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1265

    • Property Severity minornormal
    • Property Cc warmerdam added
    • Property Priority highestnormal
    • Property Milestone1.5.0
    • Property Owner changed from warmerdam to Mateusz Łoskot
  • Ticket #1265 – Description

    initial v2  
    1 {{{
     1
    22I have attached the code that would allow for PGSQL transactions. The existing behaviour is that the tranactions work, but sometimes they are commited premateurely. I don't think this affects ogr2ogr or ogrinfo but it does affect people that are trying to do things such as inserting data and then selecting that data, or anything that is more complex than populatinga table.
    33
    44Note that in order to start a transaction, there must be at least one layer in the database, since the call to begin transaction is in the layer object.
    5 }}}