zotero/chrome/content
Dan Stillman d8abfa4f67 Save all item data values as string, and convert old integers to strings
Before 5.0 we performed a regexp on new item data values to determine if
they were integers and saved them natively in SQLite if so. We no longer
do that, but setField() used strict equality when checking for changes,
so an item could be marked as changed when comparing to a new string
value (e.g., from a write response from the API, which always returns
strings). To avoid that, this converts all old values in the DB to
strings and saves all incoming values as strings automatically. (This
should also help with searching and some other things.)
2016-05-18 17:25:50 -04:00
..
zotero Save all item data values as string, and convert old integers to strings 2016-05-18 17:25:50 -04:00
zotero-platform Remove obsolete style code 2016-05-03 12:06:29 -04:00