You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
After inserting like this for a while:
The text was updated successfully, but these errors were encountered: