zotero/resource/schema
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
..
abbreviations.json Fix name on abbreviations list 2013-09-19 23:48:20 -04:00
engines.json Merge branch '3.0' 2012-11-12 16:04:39 -05:00
renamed-styles.json Update submodules 2016-04-12 04:52:52 -04:00
repotime.txt Update translators 2016-05-02 22:41:52 -04:00
system.sql Closes #900, Change fields order for cases in system.sql 2016-02-06 04:12:07 -05:00
triggers.sql Tags overhaul [DB reupgrade] 2015-06-23 05:21:58 -04:00
userdata.sql Save all item data values as string, and convert old integers to strings 2016-05-18 17:25:50 -04:00