-
Notifications
You must be signed in to change notification settings - Fork 714
Open
Description
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 !