bun v1.0.14 Release Notes

Release Date: 2021-10-24 // over 2 years ago
  • 🐛 Bug Fixes

    • correct binary serialization for mysql (#259) (e899f50)
    • correctly escape single quotes in pg arrays (3010847)
    • 👉 use BLOB sql type to encode []byte in MySQL and SQLite (725ec88)

    🔋 Features

    • warn when there are args but no placeholders (06dde21)