The-DevOps-Daily/pg-wire-mock

Improve Transaction Management

オープン

#57 opened on 2025/09/26

 (2 件のコメント) (0 件のリアクション) (1 人の担当者)JavaScript (15 件のフォーク)github user discovery
hacktoberfest

Repository metrics

Stars
 (26 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

Enhance transaction handling to better simulate PostgreSQL transaction behavior.

Description: Current transaction handling is basic. More realistic transaction behavior would improve testing capabilities.

Tasks:

  • Add proper BEGIN/COMMIT/ROLLBACK support
  • Implement savepoint handling
  • Add transaction isolation levels
  • Improve error handling within transactions
  • Create tests for transaction behavior
  • Update documentation

Related files:

  • src/connection/connectionState.js
  • src/handlers/queryHandlers.js

コントリビューターガイド