mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 02:48:50 +00:00
Added 'await using sql = new SQL(options)' to all tests that were missing SQL instance creation: - Escapes, null for int, Helpers in Transaction, Undefined values throws, Null sets to null - Result is array, Create table, Drop table, null, Unsigned Integer, Signed Integer - Double, String, MediumInt/Int24, Boolean/TinyInt/BIT, Date, Timestamp, JSON - bulk insert nested sql() This fixes ReferenceError: sql is not defined errors that occurred after removing the global SQL instance. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>