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
When I tried example/example.dart on IntelliJ,
it stalles (awaiting something) at 'Inserting rows' without error or warnings:
C:\dart\dart-sdk\bin\dart.exe --enable-asserts --enable-vm-service:52499 C:\sqljocky_test\bin\sqljocky_test.dart
Observatory listening on http://127.0.0.1:52499/
Opening connection ...
Opened connection!
Dropping tables ...
Dropped tables!
Creating tables ...
Created table!
Inserting rows ...
It seems that the published library has some problem on preparedWithAll method.
Schema privileges of the connection is % (all).
Please republish with correct library ASAP.
Also awaiting for SHA256 compatible version.
The text was updated successfully, but these errors were encountered:
When I tried example/example.dart on IntelliJ,
it stalles (awaiting something) at 'Inserting rows' without error or warnings:
C:\dart\dart-sdk\bin\dart.exe --enable-asserts --enable-vm-service:52499 C:\sqljocky_test\bin\sqljocky_test.dart
Observatory listening on http://127.0.0.1:52499/
Opening connection ...
Opened connection!
Dropping tables ...
Dropped tables!
Creating tables ...
Created table!
Inserting rows ...
It seems that the published library has some problem on preparedWithAll method.
Schema privileges of the connection is % (all).
Please republish with correct library ASAP.
Also awaiting for SHA256 compatible version.
The text was updated successfully, but these errors were encountered: