Skip to content

[FIX] export_bg: Handle binary values in JSON export#371

Closed
rov-adhoc wants to merge 1 commit intoingadhoc:18.0from
adhoc-dev:18.0-h-110479-rov
Closed

[FIX] export_bg: Handle binary values in JSON export#371
rov-adhoc wants to merge 1 commit intoingadhoc:18.0from
adhoc-dev:18.0-h-110479-rov

Conversation

@rov-adhoc
Copy link
Contributor

Encode bytes/bytearray/memoryview values as base64 strings during JSON export. Remove the leftover debugger breakpoint.

Encode bytes/bytearray/memoryview values as base64 strings during JSON export.
Remove the leftover debugger breakpoint.
Copilot AI review requested due to automatic review settings February 12, 2026 15:53
@roboadhoc
Copy link

Pull request status dashboard

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Este PR corrige la exportación JSON en segundo plano para soportar valores binarios que antes no eran serializables con json.dumps, evitando errores al exportar datasets con campos binarios.

Changes:

  • Extiende el DateTimeEncoder para serializar bytes/bytearray/memoryview como strings base64 en JSON.

@lef-adhoc
Copy link
Contributor

@roboadhoc r+ nobump

roboadhoc pushed a commit that referenced this pull request Feb 12, 2026
Encode bytes/bytearray/memoryview values as base64 strings during JSON export.
Remove the leftover debugger breakpoint.

closes #371

Signed-off-by: Franco Leyes <lef@adhoc.com.ar>
@roboadhoc roboadhoc closed this Feb 12, 2026
@roboadhoc roboadhoc deleted the 18.0-h-110479-rov branch February 12, 2026 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Comments