mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
### What does this PR do? Change tinyint/bool type from mysql to number instead of bool to match mariadb and mysql2 behavior since tinyint/bool can be bigger than 1 in mysql Fixes https://github.com/oven-sh/bun/issues/22158 ### How did you verify your code works? Test --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>