Commit Graph

14 Commits

Author SHA1 Message Date
Ciro Spaciari
a6d749276c dont make it an impossible to catch error 2025-09-10 23:18:49 -07:00
Ciro Spaciari
d83103fe49 actually handle the exceptions here 2025-09-10 23:15:39 -07:00
Ciro Spaciari
4400f39b30 dont do weird stuff 2025-09-10 22:47:57 -07:00
Ciro Spaciari
b4a9f5f0ff no need to use tryGet if we have the callframe this value 2025-09-10 22:15:18 -07:00
Ciro Spaciari
a39179a109 remove allowGC 2025-09-10 21:36:11 -07:00
Ciro Spaciari
5ddc772c50 opsie 2025-09-10 21:31:11 -07:00
Ciro Spaciari
324c72c537 more 2025-09-10 21:29:22 -07:00
Ciro Spaciari
477aa56aa4 Ciro/fix onclose refactor (#22556)
### What does this PR do?

### How did you verify your code works?
2025-09-10 16:20:51 -07:00
Ciro Spaciari
2cc90a7615 more 2025-09-09 22:53:29 -07:00
Ciro Spaciari
bca76bf378 opsie 2025-09-09 21:57:03 -07:00
Ciro Spaciari
75fde6ce45 more 2025-09-09 21:48:55 -07:00
Ciro Spaciari
6f125e0375 toError 2025-09-08 19:43:40 -07:00
Ciro Spaciari
1085908386 fix(Bun.SQL) MYSQL fix old auth and auth switch + add lastInsertRowid and affectedRows (#22132)
### What does this PR do?

add `lastInsertRowid` (matching SQLite)
add `affectedRows`
fix `mysql_native_password` deprecated authentication
fix AuthSwitch
Fixes:
https://github.com/oven-sh/bun/issues/22178#issuecomment-3228716080
### How did you verify your code works?
tests

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-08-29 01:03:17 -07:00
Ciro Spaciari
ecbf103bf5 feat(MYSQL) Bun.SQL mysql support (#21968)
### What does this PR do?
Add MySQL support, Refactor will be in a followup PR
### How did you verify your code works?
A lot of tests

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: cirospaciari <6379399+cirospaciari@users.noreply.github.com>
2025-08-21 15:28:15 -07:00