hacktoberfest
倉庫指標
- Star
- (26 star)
- PR 合併指標
- (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