igalklebanov/kysely-surrealdb

Support `table:recordID..recordID` syntax.

Opened this issue ยท 0 comments

Hey ๐Ÿ‘‹

This is documented in Record IDs#Record ranges.

Currently Kysely splits table names around . due to Postgres schemas. We end up with table:recordID as schema name and '' as table name.
Need to find a workaround that disables this behavior when using SurrealKysely.