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

power function not supported #1100

Closed
bishal-rumba007 opened this issue Apr 19, 2024 · 1 comment
Closed

power function not supported #1100

bishal-rumba007 opened this issue Apr 19, 2024 · 1 comment

Comments

@bishal-rumba007
Copy link

I am getting this error saying no such function: power

E/flutter (11236): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: DatabaseException(no such function: POWER (code 1 SQLITE_ERROR): , while compiling: insert into

While executing complex query imported from .sql file, is there any work around for this? I also tried to use EXP and LN for which is also not available.

@alextekartik
Copy link
Contributor

I guess it depends on the native implementation. You might want to try using sqflite_common_ffi and sqlite flutter libs https://pub.dev/packages/sqflite_common_ffi

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

2 participants