I finally got some data imported to D1. I ran into a GLOB-related issue. I'm curious if this limit i
I finally got some data imported to D1. I ran into a GLOB-related issue. I'm curious if this limit is something I can expect to be lifted at some point? The SQL query looks like: SELECT key, created, expires FROM user WHERE key GLOB 'user--<some characters>*' ... and if the glob string exceeds 50 characters, I get an error: "LIKE or GLOB pattern too complex." Thanks!




