Skip to content

refactor/validation mongo operation#5

Closed
dieppa wants to merge 3 commits into
developfrom
refactor/validation_mongo_operation
Closed

refactor/validation mongo operation#5
dieppa wants to merge 3 commits into
developfrom
refactor/validation_mongo_operation

Conversation

@dieppa

@dieppa dieppa commented Feb 27, 2026

Copy link
Copy Markdown
Member
  • refactor: template name in annotation
  • refactor: validation mongooperation
  • fix: issue 1

@dieppa dieppa closed this Feb 27, 2026
@dieppa dieppa deleted the refactor/validation_mongo_operation branch February 27, 2026 13:48
dieppa added a commit that referenced this pull request Feb 27, 2026
…ge (#5)

CreateIndexOperator incorrectly declared transactional=true, but MongoDB
index operations are DDL and do not participate in transactions. Changed
to transactional=false to match all other DDL operators. Also fixed
copy-paste error in warning message ("createCollection" -> "createIndex").
dieppa added a commit that referenced this pull request Feb 27, 2026
…ge (#5) (#10)

CreateIndexOperator incorrectly declared transactional=true, but MongoDB
index operations are DDL and do not participate in transactions. Changed
to transactional=false to match all other DDL operators. Also fixed
copy-paste error in warning message ("createCollection" -> "createIndex").
dieppa added a commit that referenced this pull request Feb 27, 2026
…ge (#5) (#10)

CreateIndexOperator incorrectly declared transactional=true, but MongoDB
index operations are DDL and do not participate in transactions. Changed
to transactional=false to match all other DDL operators. Also fixed
copy-paste error in warning message ("createCollection" -> "createIndex").
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant