Kinto / kinto.js

An Offline-First JavaScript Client for Kinto.
http://kintojs.readthedocs.io/
Other
317 stars 72 forks source link

Allow `record.last_modified` to be any string? #375

Open michielbdejong opened 8 years ago

michielbdejong commented 8 years ago

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.

leplatrem commented 8 years ago

Yes, +1

Note: See also #356

n1k0 commented 8 years ago

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

leplatrem commented 8 years ago

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