We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I'm trying to use the random function of Sqlite and I'm facing some problem. Is the random function supported in the plugin ? I'm using it like this :
SELECT * FROM products ORDER BY RANDOM()
In an editor like "DB Browser for SQLite" it works, but not using the plugin...
I get the following error : "code: 5, message: "could not prepare statement (1 not authorized to use function: random)"
Any reason ? Thank's a lot !
The text was updated successfully, but these errors were encountered:
Are you using Web SQL? I found the following: http://stackoverflow.com/questions/30036628/could-not-prepare-statement-1-not-authorized-to-use-function-random
Sorry, something went wrong.
I was using it on Google Chrome so I assume that I was using web SQL. Will it work on a device ?
This is an enhancement for future consideration and will need some additional testing. Here are some resources:
No branches or pull requests
Hi,
I'm trying to use the random function of Sqlite and I'm facing some problem. Is the random function supported in the plugin ? I'm using it like this :
SELECT * FROM products ORDER BY RANDOM()
In an editor like "DB Browser for SQLite" it works, but not using the plugin...
I get the following error :
"code: 5, message: "could not prepare statement (1 not authorized to use function: random)"
Any reason ?
Thank's a lot !
The text was updated successfully, but these errors were encountered: