Skip to content

shell .dump doesn't produce any output #181

Description

@likeon

Running libsql inside a docker container.
turso db shell http://localhost:8080/ .dump immediatelly stops without returning anything on a database that has data.

The same behaviour is observed when running the command manually inside a shell session:

turso db shell http://localhost:8080/
Connected to http://localhost:8080/

Welcome to Turso SQL shell!

Type ".quit" to exit the shell and ".help" to list all available commands.

→  select count(*) from maps;
COUNT(*) 
297          
→  .dump
→   

Versions

turso-cli v0.98.1
ghcr.io/tursodatabase/libsql-server:28294c9 (latest atm)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions