mirror of
https://github.com/tursodatabase/libsql.git
synced 2025-05-23 03:38:22 +00:00
It's done in a hacky way, similarly to how "STRICT" is already handled. Sad, but I tried making it work properly with a registered RANDOM keyword and it failed. There's precedence in using this runtime string comparisons (like in STRICT case), so I guess it's here for a reason. Tested locally, properly activates random rowid. Fixes #333