Skip to content

The last CONSOLE.log statement in a SQL SCRIPT is buffered but not output #1651

@finduspedersen

Description

@finduspedersen

ArcadeDB Version:

24.5.1

OS and JDK Version:

Official Docker image

Expected behavior

Both lines should be output every time the script is run.

Actual behavior

The last line (DEBUG2) is buffered but not output until the script is run again.

Steps to reproduce

CONSOLE.log map('DEBUG1', 'This is logged in the first run');
CONSOLE.log map('DEBUG2', 'This is not logged until the second run');

Metadata

Metadata

Assignees

Labels

wontfixThis will not be worked on

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions