kinto.js icon indicating copy to clipboard operation
kinto.js copied to clipboard

Allow `record.last_modified` to be any string?

Open michielbdejong opened this issue 9 years ago • 3 comments

Currently we're assuming that the ETag of a record is numerical. Can we drop that restriction? It's stopping me from using kinto.js with ludbud (a remoteStorage client) instead of kinto-client.

michielbdejong avatar Mar 30 '16 03:03 michielbdejong

Yes, +1

Note: See also #356

leplatrem avatar Mar 30 '16 09:03 leplatrem

This change is definitely required to comply with the Kinto protocol, and is a major requirement for 2.0.

n1k0 avatar Mar 30 '16 13:03 n1k0

Note that this would require a sqlite schema migration in firefox storage \o/

leplatrem avatar May 03 '16 10:05 leplatrem