@rex0220/kintone-sql-tools 3.7.0 → 3.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -203,7 +203,8 @@ Options:
203
203
  --allow-dml Enable UPDATE/DELETE/INSERT/UPSERT/REORDER execution
204
204
  --yes Skip DML confirmation prompt
205
205
  --allow-without-where Allow UPDATE/DELETE without WHERE
206
- --dml-max-rows <n> Max affected rows for DML guard (default: 100)
206
+ --dml-max-rows <n> Max affected parent rows for DML/APPLY guard (default: 100)
207
+ --dml-max-subtable-rows <n> Max changed subtable rows for APPLY guard; multi-value fields excluded (default: 500)
207
208
  --continue-on-error Batch: keep executing after a statement error (read-only batch only)
208
209
  -h, --help Show help
209
210
  -v, --version Show version