Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In memory db causes '???' to show up instead of data #188

Open
Alex-V69 opened this issue Oct 7, 2024 · 0 comments
Open

In memory db causes '???' to show up instead of data #188

Alex-V69 opened this issue Oct 7, 2024 · 0 comments

Comments

@Alex-V69
Copy link

Alex-V69 commented Oct 7, 2024

I tried to use a database in memory and got a table that contains only: '???'

Output from PowerShell \

Creating a table and inserting first rows:

(none)> .open :memory:
You are now connected to database ":memory:"
:memory:> create table people(sex text);
:memory:> insert into people values('m');
:memory:> insert into people values('f');

After inserting like this for a while:

:memory:> select * from people;
??????????????┼???┼???┼???┼???┼???┼???┼???┼???┼???┼???┼???┼???┼???┼???┼???┼???┼???┼?????
18 rows in set
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

No branches or pull requests

1 participant