You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tablesnap's interface allows a user to configure a custom path separator, defaulting to : but configurable also with arbitrary separators or '' to achieve no separator.
Tableslurp assumes the use of specifically a : separator, and so is incompatible with any implementation of Tablesnap that uses a custom keyname separator.
The text was updated successfully, but these errors were encountered:
Compare https://github.com/JeremyGrosser/tablesnap/blob/master/tableslurp#L85 and https://github.com/JeremyGrosser/tablesnap/blob/master/tablesnap#L459 .
Tablesnap's interface allows a user to configure a custom path separator, defaulting to
:
but configurable also with arbitrary separators or''
to achieve no separator.Tableslurp assumes the use of specifically a
:
separator, and so is incompatible with any implementation of Tablesnap that uses a custom keyname separator.The text was updated successfully, but these errors were encountered: