Add Version: 1.0 to all contracts

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-01 17:16:50 +03:00
parent ed8ba09226
commit 0c829182a1
12 changed files with 24 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
# Contract: Database Patterns (Go / MySQL / MariaDB)
Version: 1.0
## MySQL Transaction Cursor Safety (CRITICAL)
**Never execute SQL on the same transaction while iterating over a query result cursor.**