Skip to content

[sqlwrapper] Implement transaction handling using database/sql.Tx in connectionImpl #28

@Mandukhai-Alimaa

Description

@Mandukhai-Alimaa

Currently, the Commit() and Rollback() methods in connectionImpl return adbc.StatusNotImplemented because auto-commit mode is assumed.

To better support future functionality and prepare for cases where explicit transactions are needed, we should manage transaction state directly within the driver by using Go's database/sql.Tx.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels
    No fields configured for Feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions