Files
bun.sh/src
Claude Bot dd945ea761 fix(sqlite): improve error handling in serialize function
Fixed Database.serialize() to properly handle errors when database name
doesn't exist or cannot be serialized. Previously, when serialize() was
called with invalid arguments (like a function instead of string), it
would throw a misleading "Out of memory" error.

Now it correctly distinguishes between:
- Memory allocation errors (length > 0): throws "Out of memory"
- Database not found errors (length = 0): throws descriptive error

Fixes #6549

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-27 08:47:42 +00:00
..
2025-07-21 13:26:47 -07:00
2025-08-12 19:59:34 -07:00
2025-07-21 13:26:47 -07:00
2025-08-22 12:08:42 -07:00
2025-07-29 19:35:46 -07:00
2025-08-23 06:57:00 -07:00
2025-07-21 13:26:47 -07:00
2025-07-21 13:26:47 -07:00
2025-07-21 13:26:47 -07:00
2025-07-21 13:26:47 -07:00
2025-07-21 13:26:47 -07:00
2025-07-21 13:26:47 -07:00
2025-07-21 13:26:47 -07:00
2025-07-21 13:26:47 -07:00
2025-07-21 13:26:47 -07:00
2025-07-21 13:26:47 -07:00
2025-02-01 01:11:02 -08:00
2025-07-21 13:26:47 -07:00
2025-07-21 13:26:47 -07:00