surrealdb / surrealist

Surrealist is the ultimate way to visually manage your SurrealDB database
https://surrealist.app/
MIT License
1.03k stars 73 forks source link

Querying bytes field crashes Surrealist #270

Closed abonshan closed 1 week ago

abonshan commented 1 month ago

Describe the bug Querying a bytes field results in a crash.

To Reproduce Steps to reproduce the behavior:

  1. Run SELECT bytes_field FROM table;.
  2. Surrealist crashes with 'Received invalid binary data' message.

Expected behavior No crash

Environment:

Platform: Desktop
OS: Windows_NT
Architecture: x86_64
WebView: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0
Version: 2.0.5
Flags: featureFlags: false, models_view: true, apidocs_view: true, themes: false, newsfeed: true
macjuul commented 1 week ago

Closing in favor of #249