hrana-client-ts icon indicating copy to clipboard operation
hrana-client-ts copied to clipboard

Make row properties writable to match the behavior of the sqlite client

Open ottomated opened this issue 1 year ago • 0 comments

In @libsql/client, column properties on rows are defined with writable: true.

Object.defineProperty(row, column, { value, enumerable: true, configurable: true, writable: true });

This was fixed in https://github.com/tursodatabase/libsql-client-ts/pull/166, but not in this repository.

ottomated avatar Apr 26 '24 02:04 ottomated