-
Notifications
You must be signed in to change notification settings - Fork 11
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
Inserting binary data into BLOB column in sqlite fails with "unhandled exception: unrecognized token" #235
Comments
I found this commit that was not merged for some reason. 6 year old problem, very sad for nim: |
@sgmihai |
Thank you, I will try to implement it. |
@sgmihai |
itsumura-h
added a commit
that referenced
this issue
Sep 25, 2023
…dled exception unrecognized token (#252) * wip * wip * fix sqlite query #235 * sqlite create table * sqlite alter table * wip postgre insert binary * postgres query * postgres schema builder * wip test query * sqlite test_query * wip postgres test query * fix update placeholder * postgres update delete * postgres test query * fix sqlite test query * fix postgres * wip mariadb * wip mariadb * wip * wip mariadb binary insert * wip test.c * success mysql query * mariadb test * aggregate test * rm test_query * wip mysql test query * mysql test query * delete not used import * wip test surreal query * wip surrealdb get test success * surrealdb insert test success * surrealdb update test success * surrealdb delete test success * surrealdb raw test success * wip surreal aggregate test * success surreal query test * delete unused surreal import * success surreal test * sqlite schema test * postgres schema test * mariadb schema test * wip mysql schema * mysql schema test * fix test run code * fix rm binary code * postgres transaction test * sqlite transaction test * mariadb transaction test * mysql transaction test * rm unused code * postgres return type test * sqlite return type test * mariadb return type test * mysql return type test * fix surreal autoincrement * remove unused * delete old backups * compile for only uses database * delete unnecessary isExists * fix warning * nimble docs * insert binary test * fix * fix test
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just like the error here: nim-lang/db_connector#12
Code to reproduce:
The text was updated successfully, but these errors were encountered: