Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.1.2
    • 1.1.4
    • rdbmk
    • None

    Description

      Connection pools vary in whether they implicitly rollback connections on close or not. The org.apache.commons.dbcp.BasicDataSource we use does rollback, which can hide coding problems. Other implementations, such as the Tomcat connection pool do not (by default).

      Furthermore, when obtaining connections declare whether they are read-only upfront. This may help drivers in optimizations.

      Attachments

        Activity

          People

            reschke Julian Reschke
            reschke Julian Reschke
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: