Advertisement
rtzuikmjnhbvcx

BBT log

May 11th, 2022 (edited)
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 105.03 KB | None | 0 0
  1. zotero(3)(+0000000): Using data directory C:\Users\xxxx\Zotero
  2.  
  3. zotero(3)(+0000010): Asynchronously opening database 'zotero'
  4.  
  5. zotero(3)(+0000000): C:\Users\xxxx\Zotero\zotero.sqlite
  6.  
  7. zotero(4)(+0000007): PRAGMA main.locking_mode=EXCLUSIVE
  8.  
  9. zotero(4)(+0000020): PRAGMA page_size
  10.  
  11. zotero(4)(+0000003): PRAGMA cache_size=2000
  12.  
  13. zotero(4)(+0000000): PRAGMA foreign_keys=true
  14.  
  15. zotero(4)(+0000014): SELECT version FROM version WHERE schema='system'
  16.  
  17. zotero(4)(+0000002): SELECT version FROM version WHERE schema='userdata'
  18.  
  19. zotero(4)(+0000001): SELECT version FROM version WHERE schema='compatibility'
  20.  
  21. zotero(3)(+0000002): Proxy not required for https://zoteroproxycheck.s3.amazonaws.com/test
  22.  
  23. zotero(4)(+0000006): SELECT value FROM settings WHERE setting='db' AND key='integrityCheck'
  24.  
  25. zotero(3)(+0000002): HTTP GET resource://zotero/schema/global/schema.json
  26.  
  27. zotero(3)(+0000003): HTTP GET resource://zotero/schema/global/schema.json succeeded with 200
  28.  
  29. zotero(4)(+0000004): SELECT version FROM version WHERE schema='globalSchema'
  30.  
  31. zotero(3)(+0000001): Database is up to date with global schema version 15 -- skipping update
  32.  
  33. zotero(3)(+0000000): HTTP GET resource://zotero/schema/userdata.sql
  34.  
  35. zotero(3)(+0000001): HTTP GET resource://zotero/schema/userdata.sql succeeded with 200
  36.  
  37. zotero(4)(+0000001): PRAGMA foreign_keys = false
  38.  
  39. zotero(4)(+0000001): Beginning DB transaction lNGqFx3H
  40.  
  41. zotero(3)(+0000002): HTTP GET resource://zotero/schema/system.sql
  42.  
  43. zotero(3)(+0000001): HTTP GET resource://zotero/schema/system.sql succeeded with 200
  44.  
  45. zotero(3)(+0000001): Updating custom tables
  46.  
  47. zotero(4)(+0000000): PRAGMA foreign_keys
  48.  
  49. zotero(4)(+0000001): SELECT COUNT(*) FROM sqlite_master WHERE type='table' AND tbl_name=? ['customItemTypes']
  50.  
  51. zotero(4)(+0000001): DELETE FROM itemTypesCombined
  52.  
  53. zotero(4)(+0000001): DELETE FROM fieldsCombined
  54.  
  55. zotero(4)(+0000001): DELETE FROM itemTypeFieldsCombined
  56.  
  57. zotero(4)(+0000001): DELETE FROM baseFieldMappingsCombined
  58.  
  59. zotero(4)(+0000000): INSERT INTO itemTypesCombined SELECT itemTypeID, typeName, display, 0 AS custom FROM itemTypes UNION SELECT customItemTypeID + 10000 AS itemTypeID, typeName, display, 1 AS custom FROM customItemTypes
  60.  
  61. zotero(4)(+0000001): INSERT INTO fieldsCombined SELECT fieldID, fieldName, NULL AS label, fieldFormatID, 0 AS custom FROM fields UNION SELECT customFieldID + 10000 AS fieldID, fieldName, label, NULL, 1 AS custom FROM customFields
  62.  
  63. zotero(4)(+0000000): INSERT INTO itemTypeFieldsCombined SELECT itemTypeID, fieldID, hide, orderIndex FROM itemTypeFields UNION SELECT customItemTypeID + 10000 AS itemTypeID, COALESCE(fieldID, customFieldID + 10000) AS fieldID, hide, orderIndex FROM customItemTypeFields
  64.  
  65. zotero(4)(+0000002): INSERT INTO baseFieldMappingsCombined SELECT itemTypeID, baseFieldID, fieldID FROM baseFieldMappings UNION SELECT customItemTypeID + 10000 AS itemTypeID, baseFieldID, customFieldID + 10000 AS fieldID FROM customBaseFieldMappings
  66.  
  67. zotero(3)(+0000000): HTTP GET resource://zotero/schema/userdata.sql
  68.  
  69. zotero(3)(+0000001): HTTP GET resource://zotero/schema/userdata.sql succeeded with 200
  70.  
  71. zotero(4)(+0000000): SELECT 1 FROM itemDataValues WHERE value=0 LIMIT 1
  72.  
  73. zotero(3)(+0000001): HTTP GET resource://zotero/schema/userdata.sql
  74.  
  75. zotero(3)(+0000000): HTTP GET resource://zotero/schema/userdata.sql succeeded with 200
  76.  
  77. zotero(4)(+0000001): SELECT version FROM version WHERE schema='triggers'
  78.  
  79. zotero(3)(+0000000): HTTP GET resource://zotero/schema/triggers.sql
  80.  
  81. zotero(3)(+0000001): HTTP GET resource://zotero/schema/triggers.sql succeeded with 200
  82.  
  83. zotero(3)(+0000001): Updating custom tables
  84.  
  85. zotero(4)(+0000000): PRAGMA foreign_keys
  86.  
  87. zotero(4)(+0000000): DELETE FROM itemTypesCombined
  88.  
  89. zotero(4)(+0000000): DELETE FROM fieldsCombined
  90.  
  91. zotero(4)(+0000000): DELETE FROM itemTypeFieldsCombined
  92.  
  93. zotero(4)(+0000001): DELETE FROM baseFieldMappingsCombined
  94.  
  95. zotero(4)(+0000000): INSERT INTO itemTypesCombined SELECT itemTypeID, typeName, display, 0 AS custom FROM itemTypes UNION SELECT customItemTypeID + 10000 AS itemTypeID, typeName, display, 1 AS custom FROM customItemTypes
  96.  
  97. zotero(4)(+0000000): INSERT INTO fieldsCombined SELECT fieldID, fieldName, NULL AS label, fieldFormatID, 0 AS custom FROM fields UNION SELECT customFieldID + 10000 AS fieldID, fieldName, label, NULL, 1 AS custom FROM customFields
  98.  
  99. zotero(4)(+0000000): INSERT INTO itemTypeFieldsCombined SELECT itemTypeID, fieldID, hide, orderIndex FROM itemTypeFields UNION SELECT customItemTypeID + 10000 AS itemTypeID, COALESCE(fieldID, customFieldID + 10000) AS fieldID, hide, orderIndex FROM customItemTypeFields
  100.  
  101. zotero(4)(+0000002): INSERT INTO baseFieldMappingsCombined SELECT itemTypeID, baseFieldID, fieldID FROM baseFieldMappings UNION SELECT customItemTypeID + 10000 AS itemTypeID, baseFieldID, customFieldID + 10000 AS fieldID FROM customBaseFieldMappings
  102.  
  103. zotero(4)(+0000012): Committed DB transaction lNGqFx3H
  104.  
  105. zotero(4)(+0000008): PRAGMA foreign_keys = true
  106.  
  107. zotero(4)(+0000001): Beginning DB transaction NrnQ3j7W
  108.  
  109. zotero(4)(+0000001): SELECT value FROM settings WHERE setting='client' AND key='lastVersion'
  110.  
  111. zotero(4)(+0000000): Committed DB transaction NrnQ3j7W
  112.  
  113. zotero(4)(+0000001): SELECT key, value FROM settings WHERE setting='account'
  114.  
  115. zotero(4)(+0000001): SELECT userID, name FROM users
  116.  
  117. zotero(4)(+0000000): SELECT L.libraryID, L.type AS _libraryType, L.editable AS _libraryEditable, L.filesEditable AS _libraryFilesEditable, L.version AS _libraryVersion, L.storageVersion AS _libraryStorageVersion, L.lastSync AS _libraryLastSync, L.archived AS _libraryArchived, (SELECT COUNT(*)>0 FROM collections C WHERE C.libraryID=L.libraryID) AS hasCollections, (SELECT COUNT(*)>0 FROM savedSearches S WHERE S.libraryID=L.libraryID) AS hasSearches FROM libraries L WHERE type NOT IN (?,?) ['feed', 'group']
  118.  
  119. zotero(4)(+0000002): SELECT L.libraryID, L.type AS _libraryType, L.editable AS _libraryEditable, L.filesEditable AS _libraryFilesEditable, L.version AS _libraryVersion, L.storageVersion AS _libraryStorageVersion, L.lastSync AS _libraryLastSync, L.archived AS _libraryArchived, (SELECT COUNT(*)>0 FROM collections C WHERE C.libraryID=L.libraryID) AS hasCollections, (SELECT COUNT(*)>0 FROM savedSearches S WHERE S.libraryID=L.libraryID) AS hasSearches, F.name AS _feedName, F.url AS _feedUrl, F.lastUpdate AS _feedLastUpdate, F.lastCheck AS _feedLastCheck, F.lastCheckError AS _feedLastCheckError, F.cleanupUnreadAfter AS _feedCleanupUnreadAfter, F.cleanupReadAfter AS _feedCleanupReadAfter, F.refreshInterval AS _feedRefreshInterval, (SELECT COUNT(*) FROM items I JOIN feedItems FI USING (itemID) WHERE I.libraryID=F.libraryID AND FI.readTime IS NULL) AS _feedUnreadCount FROM feeds F JOIN libraries L USING (libraryID)
  120.  
  121. zotero(4)(+0000000): SELECT L.libraryID, L.type AS _libraryType, L.editable AS _libraryEditable, L.filesEditable AS _libraryFilesEditable, L.version AS _libraryVersion, L.storageVersion AS _libraryStorageVersion, L.lastSync AS _libraryLastSync, L.archived AS _libraryArchived, (SELECT COUNT(*)>0 FROM collections C WHERE C.libraryID=L.libraryID) AS hasCollections, (SELECT COUNT(*)>0 FROM savedSearches S WHERE S.libraryID=L.libraryID) AS hasSearches, G.groupID, G.name AS _groupName, G.description AS _groupDescription, G.version AS _groupVersion FROM groups G JOIN libraries L USING (libraryID)
  122.  
  123. zotero(4)(+0000001): SELECT COALESCE(MAX(collectionID) + 1, 1) FROM collections
  124.  
  125. zotero(4)(+0000001): SELECT COALESCE(MAX(creatorID) + 1, 1) FROM creators
  126.  
  127. zotero(4)(+0000000): SELECT COALESCE(MAX(creatorTypeID) + 1, 1) FROM creatorTypes
  128.  
  129. zotero(4)(+0000000): SELECT COALESCE(MAX(customFieldID) + 1, 1) FROM customFields
  130.  
  131. zotero(4)(+0000001): SELECT COALESCE(MAX(customItemTypeID) + 1, 1) FROM customItemTypes
  132.  
  133. zotero(4)(+0000000): SELECT COALESCE(MAX(fieldID) + 1, 1) FROM fields
  134.  
  135. zotero(4)(+0000000): SELECT COALESCE(MAX(valueID) + 1, 1) FROM itemDataValues
  136.  
  137. zotero(4)(+0000001): SELECT COALESCE(MAX(itemTypeID) + 1, 1) FROM itemTypes
  138.  
  139. zotero(4)(+0000000): SELECT COALESCE(MAX(itemID) + 1, 1) FROM items
  140.  
  141. zotero(4)(+0000000): SELECT COALESCE(MAX(libraryID) + 1, 1) FROM libraries
  142.  
  143. zotero(4)(+0000001): SELECT COALESCE(MAX(proxyID) + 1, 1) FROM proxies
  144.  
  145. zotero(4)(+0000000): SELECT COALESCE(MAX(savedSearchID) + 1, 1) FROM savedSearches
  146.  
  147. zotero(4)(+0000000): SELECT COALESCE(MAX(tagID) + 1, 1) FROM tags
  148.  
  149. zotero(4)(+0000001): SELECT itemTypeID AS id, typeName AS name, custom FROM itemTypesCombined
  150.  
  151. zotero(4)(+0000002): SELECT itemTypeID AS id, typeName AS name, custom FROM itemTypesCombined WHERE typeName IN ('webpage', 'attachment', 'note', 'annotation')
  152.  
  153. zotero(4)(+0000000): SELECT customItemTypeID AS id, label, icon FROM customItemTypes
  154.  
  155. zotero(4)(+0000001): SELECT * FROM fieldFormats
  156.  
  157. zotero(4)(+0000001): SELECT * FROM fieldsCombined
  158.  
  159. zotero(4)(+0000001): SELECT fieldID, itemTypeID FROM itemTypeFieldsCombined
  160.  
  161. zotero(4)(+0000008): SELECT DISTINCT baseFieldID FROM baseFieldMappingsCombined
  162.  
  163. zotero(4)(+0000005): SELECT IT.itemTypeID, F.fieldID AS baseFieldID, BFM.fieldID FROM itemTypesCombined IT LEFT JOIN fieldsCombined F LEFT JOIN baseFieldMappingsCombined BFM ON (IT.itemTypeID=BFM.itemTypeID AND F.fieldID=BFM.baseFieldID)
  164.  
  165. zotero(4)(+0000018): SELECT DISTINCT baseFieldID FROM baseFieldMappingsCombined
  166.  
  167. zotero(4)(+0000045): SELECT itemTypeID, baseFieldID, fieldID, fieldName FROM baseFieldMappingsCombined JOIN fieldsCombined USING (fieldID)
  168.  
  169. zotero(4)(+0000002): SELECT DISTINCT fieldID FROM baseFieldMappingsCombined
  170.  
  171. zotero(4)(+0000001): SELECT itemTypeID, fieldID FROM itemTypeFieldsCombined ORDER BY orderIndex
  172.  
  173. zotero(4)(+0000007): SELECT creatorTypeID AS id, creatorType AS name FROM creatorTypes
  174.  
  175. zotero(4)(+0000001): SELECT itemTypeID, creatorTypeID AS id, creatorType AS name, primaryField FROM itemTypeCreatorTypes NATURAL JOIN creatorTypes
  176.  
  177. zotero(4)(+0000011): SELECT itemTypeID, creatorTypeID FROM itemTypeCreatorTypes WHERE primaryField=1
  178.  
  179. zotero(4)(+0000001): SELECT fileTypeID AS id, fileType AS name FROM fileTypes
  180.  
  181. zotero(4)(+0000001): SELECT charsetID AS id, charset AS name FROM charsets
  182.  
  183. zotero(4)(+0000002): SELECT predicateID AS id, predicate AS name FROM relationPredicates
  184.  
  185. zotero(3)(+0000001): Getting contents of C:\Users\xxxx\AppData\Roaming\Zotero\Zotero\Profiles\9k05n6fa.default\session.json
  186.  
  187. zotero(3)(+0000001): Running unlock callbacks
  188.  
  189. zotero(3)(+0000000): HTTP server listening on 127.0.0.1:23119
  190.  
  191. zotero(4)(+0000001): ATTACH ':memory:' AS 'indexing'
  192.  
  193. zotero(4)(+0000000): CREATE TABLE indexing.fulltextWords (word NOT NULL)
  194.  
  195. zotero(4)(+0000001): SELECT version FROM version WHERE schema='lastsync'
  196.  
  197. zotero(4)(+0000001): SELECT name, syncObjectTypeID AS id FROM syncObjectTypes
  198.  
  199. zotero(3)(+0000002): Registering auto-sync idle observer
  200.  
  201. zotero(3)(+0000001): Registering URIContentListener
  202.  
  203. zotero(4)(+0000000): SELECT * FROM proxies
  204.  
  205. zotero(4)(+0000002): SELECT ROWID AS id, libraryID, key FROM collections
  206.  
  207. zotero(4)(+0000001): SELECT ROWID AS id, libraryID, key FROM items
  208.  
  209. zotero(3)(+0000001): Getting contents of C:\Users\xxxx\Zotero\locate\engines.json
  210.  
  211. zotero(4)(+0000020): SELECT ROWID AS id, libraryID, key FROM savedSearches
  212.  
  213. zotero(4)(+0000001): SELECT fieldName FROM fieldsCombined WHERE fieldName NOT IN ('accessDate', 'date', 'pages', 'section','seriesNumber','issue')
  214.  
  215. zotero(1)(+0000003): Unknown item type 'nsfReviewer'
  216.  
  217. zotero(1)(+0000000): Unknown item type 'nsfReviewer'
  218.  
  219. zotero(1)(+0000000): Localized string not available for searchConditions.dateAdded
  220.  
  221. zotero(1)(+0000001): Localized string not available for searchConditions.title
  222.  
  223. zotero(1)(+0000000): Localized string not available for searchConditions.abstractNote
  224.  
  225. zotero(1)(+0000000): Localized string not available for searchConditions.artworkSize
  226.  
  227. zotero(1)(+0000000): Localized string not available for searchConditions.language
  228.  
  229. zotero(1)(+0000000): Localized string not available for searchConditions.shortTitle
  230.  
  231. zotero(1)(+0000000): Localized string not available for searchConditions.archive
  232.  
  233. zotero(1)(+0000001): Localized string not available for searchConditions.archiveLocation
  234.  
  235. zotero(1)(+0000000): Localized string not available for searchConditions.libraryCatalog
  236.  
  237. zotero(1)(+0000000): Localized string not available for searchConditions.callNumber
  238.  
  239. zotero(1)(+0000000): Localized string not available for searchConditions.url
  240.  
  241. zotero(1)(+0000000): Localized string not available for searchConditions.rights
  242.  
  243. zotero(1)(+0000000): Localized string not available for searchConditions.extra
  244.  
  245. zotero(1)(+0000000): Localized string not available for searchConditions.seriesTitle
  246.  
  247. zotero(1)(+0000000): Localized string not available for searchConditions.volume
  248.  
  249. zotero(1)(+0000000): Localized string not available for searchConditions.numberOfVolumes
  250.  
  251. zotero(1)(+0000000): Localized string not available for searchConditions.place
  252.  
  253. zotero(1)(+0000000): Localized string not available for searchConditions.publisher
  254.  
  255. zotero(1)(+0000000): Localized string not available for searchConditions.runningTime
  256.  
  257. zotero(1)(+0000000): Localized string not available for searchConditions.ISBN
  258.  
  259. zotero(1)(+0000000): Localized string not available for searchConditions.number
  260.  
  261. zotero(1)(+0000001): Localized string not available for searchConditions.code
  262.  
  263. zotero(1)(+0000000): Localized string not available for searchConditions.legislativeBody
  264.  
  265. zotero(1)(+0000000): Localized string not available for searchConditions.session
  266.  
  267. zotero(1)(+0000000): Localized string not available for searchConditions.history
  268.  
  269. zotero(1)(+0000000): Localized string not available for searchConditions.publicationTitle
  270.  
  271. zotero(1)(+0000000): Localized string not available for searchConditions.series
  272.  
  273. zotero(1)(+0000000): Localized string not available for searchConditions.edition
  274.  
  275. zotero(1)(+0000000): Localized string not available for searchConditions.numPages
  276.  
  277. zotero(1)(+0000000): Localized string not available for searchConditions.court
  278.  
  279. zotero(1)(+0000000): Localized string not available for searchConditions.reporter
  280.  
  281. zotero(1)(+0000000): Localized string not available for searchConditions.versionNumber
  282.  
  283. zotero(1)(+0000000): Localized string not available for searchConditions.system
  284.  
  285. zotero(1)(+0000000): Localized string not available for searchConditions.conferenceName
  286.  
  287. zotero(1)(+0000000): Localized string not available for searchConditions.DOI
  288.  
  289. zotero(1)(+0000000): Localized string not available for searchConditions.committee
  290.  
  291. zotero(1)(+0000000): Localized string not available for searchConditions.seriesText
  292.  
  293. zotero(1)(+0000000): Localized string not available for searchConditions.journalAbbreviation
  294.  
  295. zotero(1)(+0000000): Localized string not available for searchConditions.ISSN
  296.  
  297. zotero(1)(+0000000): Localized string not available for searchConditions.scale
  298.  
  299. zotero(1)(+0000000): Localized string not available for searchConditions.country
  300.  
  301. zotero(1)(+0000000): Localized string not available for searchConditions.assignee
  302.  
  303. zotero(1)(+0000001): Localized string not available for searchConditions.issuingAuthority
  304.  
  305. zotero(1)(+0000000): Localized string not available for searchConditions.filingDate
  306.  
  307. zotero(1)(+0000000): Localized string not available for searchConditions.applicationNumber
  308.  
  309. zotero(1)(+0000000): Localized string not available for searchConditions.priorityNumbers
  310.  
  311. zotero(1)(+0000000): Localized string not available for searchConditions.references
  312.  
  313. zotero(1)(+0000000): Localized string not available for searchConditions.legalStatus
  314.  
  315. zotero(1)(+0000000): Localized string not available for searchConditions.meetingName
  316.  
  317. zotero(1)(+0000000): Localized string not available for searchConditions.codeNumber
  318.  
  319. zotero(1)(+0000000): Localized string not available for searchConditions.archiveID
  320.  
  321. zotero(1)(+0000000): Localized string not available for searchConditions.citationKey
  322.  
  323. zotero(1)(+0000000): Localized string not available for searchConditions.accessDate
  324.  
  325. zotero(1)(+0000000): Localized string not available for searchConditions.date
  326.  
  327. zotero(1)(+0000000): Localized string not available for searchConditions.pages
  328.  
  329. zotero(1)(+0000000): Localized string not available for searchConditions.section
  330.  
  331. zotero(1)(+0000000): Localized string not available for searchConditions.seriesNumber
  332.  
  333. zotero(1)(+0000000): Localized string not available for searchConditions.issue
  334.  
  335. zotero(4)(+0000003): SELECT tagID, name FROM tags
  336.  
  337. zotero(4)(+0000002): SELECT * FROM creators
  338.  
  339. zotero(3)(+0000011): Loading collection relations
  340.  
  341. zotero(4)(+0000000): SELECT * FROM collectionRelations JOIN relationPredicates USING (predicateID)
  342.  
  343. zotero(3)(+0000001): Loaded collection relations in 1 ms
  344.  
  345. zotero(3)(+0000000): Loading item relations
  346.  
  347. zotero(4)(+0000000): SELECT * FROM itemRelations JOIN relationPredicates USING (predicateID)
  348.  
  349. zotero(3)(+0000000): Loaded item relations in 0 ms
  350.  
  351. zotero(4)(+0000001): SELECT itemID AS id, fieldID, value FROM itemData JOIN itemDataValues USING (valueID) WHERE fieldID IN (?, ?) [58, 16]
  352.  
  353. zotero(3)(+0000020): Getting contents of C:\Users\xxxx\AppData\Roaming\Zotero\Zotero\Profiles\9k05n6fa.default\retractions.json
  354.  
  355. zotero(4)(+0000052): SELECT libraryID, itemID, DI.itemID IS NOT NULL AS deleted, RI.flag FROM items JOIN retractedItems RI USING (itemID) LEFT JOIN deletedItems DI USING (itemID)
  356.  
  357. zotero(4)(+0000002): SELECT COUNT(*) FROM settings WHERE setting='globalSchema' AND key='migrateExtra'
  358.  
  359. zotero(3)(+0000001): Loading synced settings for library 1
  360.  
  361. zotero(4)(+0000001): SELECT setting, value, synced, version FROM syncedSettings WHERE libraryID=? [1]
  362.  
  363. zotero(3)(+0000002): Loading all collections in Meine Bibliothek
  364.  
  365. zotero(3)(+0000000): Loading primaryData for collections in Meine Bibliothek
  366.  
  367. zotero(4)(+0000001): SELECT O.collectionID, O.collectionName AS name, O.libraryID, O.key, O.version, O.synced, DC.collectionID IS NOT NULL AS deleted, O.parentCollectionID AS parentID, CP.key AS parentKey, (SELECT COUNT(*) FROM collections WHERE parentCollectionID=O.collectionID) != 0 AS hasChildCollections, (SELECT COUNT(*) FROM collectionItems WHERE collectionID=O.collectionID) != 0 AS hasChildItems FROM collections O LEFT JOIN deletedCollections DC ON (O.collectionID=DC.collectionID)LEFT JOIN collections CP ON (O.parentCollectionID=CP.collectionID) WHERE 1 AND O.libraryID=? [1]
  368.  
  369. zotero(3)(+0000002): Loaded primaryData in Meine Bibliothek in 3 ms
  370.  
  371. zotero(3)(+0000000): Loading childCollections for collections in Meine Bibliothek
  372.  
  373. zotero(4)(+0000001): SELECT C1.collectionID, C2.collectionID AS childCollectionID FROM collections C1 LEFT JOIN collections C2 ON (C1.collectionID=C2.parentCollectionID) WHERE C1.libraryID=? [1]
  374.  
  375. zotero(3)(+0000000): Loaded childCollections in Meine Bibliothek in 1 ms
  376.  
  377. zotero(3)(+0000001): Loading childItems for collections in Meine Bibliothek
  378.  
  379. zotero(4)(+0000000): SELECT collectionID, itemID FROM collections LEFT JOIN collectionItems USING (collectionID) WHERE libraryID=? [1]
  380.  
  381. zotero(3)(+0000003): Loaded childItems in Meine Bibliothek in 4 ms
  382.  
  383. zotero(3)(+0000000): Loading relations for collections in Meine Bibliothek
  384.  
  385. zotero(4)(+0000000): SELECT collectionID, predicate, object FROM collections LEFT JOIN collectionRelations USING (collectionID) LEFT JOIN relationPredicates USING (predicateID) WHERE libraryID=? [1]
  386.  
  387. zotero(3)(+0000001): Loaded relations in Meine Bibliothek in 1 ms
  388.  
  389. zotero(3)(+0000000): Loaded collections in Meine Bibliothek in 9 ms
  390.  
  391. zotero(3)(+0000000): Loading all searches in Meine Bibliothek
  392.  
  393. zotero(3)(+0000001): Loading primaryData for searches in Meine Bibliothek
  394.  
  395. zotero(4)(+0000000): SELECT O.savedSearchID, O.savedSearchName AS name, O.libraryID, O.key, O.version, O.synced, DS.savedSearchID IS NOT NULL AS deleted FROM savedSearches O LEFT JOIN deletedSearches DS ON (O.savedSearchID=DS.savedSearchID) WHERE 1 AND O.libraryID=? [1]
  396.  
  397. zotero(3)(+0000000): Loaded primaryData in Meine Bibliothek in 0 ms
  398.  
  399. zotero(3)(+0000001): Loading conditions for searches in Meine Bibliothek
  400.  
  401. zotero(4)(+0000000): SELECT savedSearchID, searchConditionID, condition, operator, value, required FROM savedSearches LEFT JOIN savedSearchConditions USING (savedSearchID) WHERE libraryID=?ORDER BY savedSearchID, searchConditionID [1]
  402.  
  403. zotero(3)(+0000001): Loaded conditions in Meine Bibliothek in 1 ms
  404.  
  405. zotero(3)(+0000000): Loaded searches in Meine Bibliothek in 3 ms
  406.  
  407. zotero(3)(+0000001): Initializing Quick Copy
  408.  
  409. zotero(3)(+0000001): Running initialization callbacks
  410.  
  411. zotero(3)(+0000000): Triggering "zotero-loaded" event
  412.  
  413. zotero(3)(+0000260): monkey-patch: 6.0.6: BBT enabled
  414.  
  415. zotero(3)(+0000137): {better-bibtex} +null idle?: queue paused: startup
  416.  
  417. zotero(3)(+0000000): {better-bibtex} +0 scheduler: pausing
  418.  
  419. zotero(3)(+0001474): {better-bibtex} +1474 monkey-patching parseLibraryKeyHash
  420.  
  421. zotero(3)(+0000001): {better-bibtex} +1 monkey-patching parseLibraryKey
  422.  
  423. zotero(3)(+0000456): Initializing Zotero pane
  424.  
  425. zotero(3)(+0000066): Initializing React CollectionTree
  426.  
  427. zotero(3)(+0000016): Refreshing collections pane
  428.  
  429. zotero(4)(+0000002): SELECT savedSearchID FROM savedSearches WHERE libraryID=? [1]
  430.  
  431. zotero(3)(+0000014): Rendering tag selector
  432.  
  433. zotero(3)(+0000003): Rendering tag list
  434.  
  435. zotero(3)(+0000016): React CollectionTree initialized
  436.  
  437. zotero(3)(+0000000): Initializing React ItemTree main
  438.  
  439. zotero(3)(+0000008): itemTree.render(). Displaying Item Pane Message
  440.  
  441. zotero(3)(+0000002): React ItemTree main initialized
  442.  
  443. zotero(3)(+0000000): User interface ready in 4077 ms
  444.  
  445. zotero(3)(+0000019): Connecting to streaming server at wss://stream.zotero.org/
  446.  
  447. zotero(3)(+0000003): itemTree.render(). Displaying Item Pane Message
  448.  
  449. zotero(3)(+0000015): LibreOfficePlugin: Communication server listening on 127.0.0.1:23116
  450.  
  451. zotero(3)(+0000000): LibreOfficePlugin: Registering shutdown listener
  452.  
  453. zotero(3)(+0000003): PluginInstaller: fetching addon info
  454.  
  455. zotero(3)(+0000002): PluginInstaller: addon info fetched
  456.  
  457. zotero(3)(+0000000): BBT startup 1
  458.  
  459. zotero(3)(+0000000): {better-bibtex} +625 Loading Better BibTeX: starting...
  460.  
  461. zotero(3)(+0000000): {better-bibtex} +0 Loading Better BibTeX: start progress meter
  462.  
  463. zotero(3)(+0000001): {better-bibtex} +0 Startup progress: waiting for Zotero locks...
  464.  
  465. zotero(3)(+0000000): {better-bibtex} +1 Startup progress: Warten auf Zotero-Datenbank...
  466.  
  467. zotero(3)(+0000005): BBT: loading ItemPane
  468.  
  469. zotero(4)(+0000048): SELECT itemID FROM items JOIN deletedItems USING (itemID) WHERE libraryID=? [1]
  470.  
  471. zotero(4)(+0000008): SELECT O.itemID, O.itemTypeID, O.dateAdded, O.dateModified, O.libraryID, O.key, O.version, O.synced, createdByUserID, lastModifiedByUserID, COALESCE(CASE (SELECT COUNT(*) FROM itemCreators IC LEFT JOIN itemTypeCreatorTypes ITCT ON (IC.creatorTypeID=ITCT.creatorTypeID AND ITCT.itemTypeID=O.itemTypeID) WHERE itemID=O.itemID AND primaryField=1) WHEN 0 THEN NULL WHEN 1 THEN (SELECT lastName FROM itemCreators IC NATURAL JOIN creators LEFT JOIN itemTypeCreatorTypes ITCT ON (IC.creatorTypeID=ITCT.creatorTypeID AND ITCT.itemTypeID=O.itemTypeID) WHERE itemID=O.itemID AND primaryField=1) WHEN 2 THEN (SELECT (SELECT lastName FROM itemCreators IC NATURAL JOIN creators LEFT JOIN itemTypeCreatorTypes ITCT ON (IC.creatorTypeID=ITCT.creatorTypeID AND ITCT.itemTypeID=O.itemTypeID) WHERE itemID=O.itemID AND primaryField=1 ORDER BY orderIndex LIMIT 1) || ' und ' || (SELECT lastName FROM itemCreators IC NATURAL JOIN creators LEFT JOIN itemTypeCreatorTypes ITCT ON (IC.creatorTypeID=ITCT.creatorTypeID AND ITCT.itemTypeID=O.itemTypeID) WHERE itemID=O.itemID AND primaryField=1 ORDER BY orderIndex LIMIT 1,1)) ELSE (SELECT (SELECT lastName FROM itemCreators IC NATURAL JOIN creators LEFT JOIN itemTypeCreatorTypes ITCT ON (IC.creatorTypeID=ITCT.creatorTypeID AND ITCT.itemTypeID=O.itemTypeID) WHERE itemID=O.itemID AND primaryField=1 ORDER BY orderIndex LIMIT 1) || ' et al.' ) END, CASE (SELECT COUNT(*) FROM itemCreators WHERE itemID=O.itemID AND creatorTypeID=10) WHEN 0 THEN NULL WHEN 1 THEN (SELECT lastName FROM itemCreators NATURAL JOIN creators WHERE itemID=O.itemID AND creatorTypeID=10) WHEN 2 THEN (SELECT (SELECT lastName FROM itemCreators NATURAL JOIN creators WHERE itemID=O.itemID AND creatorTypeID=10 ORDER BY orderIndex LIMIT 1) || ' und ' || (SELECT lastName FROM itemCreators NATURAL JOIN creators WHERE itemID=O.itemID AND creatorTypeID=10 ORDER BY orderIndex LIMIT 1,1) ) ELSE (SELECT (SELECT lastName FROM itemCreators NATURAL JOIN creators WHERE itemID=O.itemID AND creatorTypeID=10 ORDER BY orderIndex LIMIT 1) || ' et al.' ) END, CASE (SELECT COUNT(*) FROM itemCreators WHERE itemID=O.itemID AND creatorTypeID=2) WHEN 0 THEN NULL WHEN 1 THEN (SELECT lastName FROM itemCreators NATURAL JOIN creators WHERE itemID=O.itemID AND creatorTypeID=2) WHEN 2 THEN (SELECT (SELECT lastName FROM itemCreators NATURAL JOIN creators WHERE itemID=O.itemID AND creatorTypeID=2 ORDER BY orderIndex LIMIT 1) || ' und ' || (SELECT lastName FROM itemCreators NATURAL JOIN creators WHERE itemID=O.itemID AND creatorTypeID=2 ORDER BY orderIndex LIMIT 1,1) ) ELSE (SELECT (SELECT lastName FROM itemCreators NATURAL JOIN creators WHERE itemID=O.itemID AND creatorTypeID=2 ORDER BY orderIndex LIMIT 1) || ' et al.' ) END) AS firstCreator, COALESCE(CASE (SELECT COUNT(*) FROM itemCreators IC LEFT JOIN itemTypeCreatorTypes ITCT ON (IC.creatorTypeID=ITCT.creatorTypeID AND ITCT.itemTypeID=O.itemTypeID) WHERE itemID=O.itemID AND primaryField=1) WHEN 0 THEN NULL WHEN 1 THEN (SELECT lastName || ' ' || firstName FROM itemCreators IC NATURAL JOIN creators LEFT JOIN itemTypeCreatorTypes ITCT ON (IC.creatorTypeID=ITCT.creatorTypeID AND ITCT.itemTypeID=O.itemTypeID) WHERE itemID=O.itemID AND primaryField=1) WHEN 2 THEN (SELECT (SELECT lastName || ' ' || firstName FROM itemCreators IC NATURAL JOIN creators LEFT JOIN itemTypeCreatorTypes ITCT ON (IC.creatorTypeID=ITCT.creatorTypeID AND ITCT.itemTypeID=O.itemTypeID) WHERE itemID=O.itemID AND primaryField=1 ORDER BY orderIndex LIMIT 1) || ' ' || (SELECT lastName || ' ' || firstName FROM itemCreators IC NATURAL JOIN creators LEFT JOIN itemTypeCreatorTypes ITCT ON (IC.creatorTypeID=ITCT.creatorTypeID AND ITCT.itemTypeID=O.itemTypeID) WHERE itemID=O.itemID AND primaryField=1 ORDER BY orderIndex LIMIT 1,1)) ELSE (SELECT (SELECT lastName || ' ' || firstName FROM itemCreators IC NATURAL JOIN creators LEFT JOIN itemTypeCreatorTypes ITCT ON (IC.creatorTypeID=ITCT.creatorTypeID AND ITCT.itemTypeID=O.itemTypeID) WHERE itemID=O.itemID AND primaryField=1 ORDER BY orderIndex LIMIT 1) || ' ' || (SELECT lastName || ' ' || firstName FROM itemCreators IC NATURAL JOIN creators LEFT JOIN itemTypeCreatorTypes ITCT ON (IC.creatorTypeID=ITCT.creatorTypeID AND ITCT.itemTypeID=O.itemTypeID) WHERE itemID=O.itemID AND primaryField=1 ORDER BY orderIndex LIMIT 1,1) || ' ' || (SELECT lastName || ' ' || firstName FROM itemCreators IC NATURAL JOIN creators LEFT JOIN itemTypeCreatorTypes ITCT ON (IC.creatorTypeID=ITCT.creatorTypeID AND ITCT.itemTypeID=O.itemTypeID) WHERE itemID=O.itemID AND primaryField=1 ORDER BY orderIndex LIMIT 2,1)) END, CASE (SELECT COUNT(*) FROM itemCreators WHERE itemID=O.itemID AND creatorTypeID=10) WHEN 0 THEN NULL WHEN 1 THEN (SELECT lastName || ' ' || firstName FROM itemCreators NATURAL JOIN creators WHERE itemID=O.itemID AND creatorTypeID=10) WHEN 2 THEN (SELECT (SELECT lastName || ' ' || firstName FROM itemCreators NATURAL JOIN creators WHERE itemID=O.itemID AND creatorTypeID=10 ORDER BY orderIndex LIMIT 1) || ' ' || (SELECT lastName || ' ' || firstName FROM itemCreators NATURAL JOIN creators WHERE itemID=O.itemID AND creatorTypeID=10 ORDER BY orderIndex LIMIT 1,1) ) ELSE (SELECT (SELECT lastName || ' ' || firstName FROM itemCreators NATURAL JOIN creators WHERE itemID=O.itemID AND creatorTypeID=10 ORDER BY orderIndex LIMIT 1) || ' ' || (SELECT lastName || ' ' || firstName FROM itemCreators NATURAL JOIN creators WHERE itemID=O.itemID AND creatorTypeID=10 ORDER BY orderIndex LIMIT 1,1) || ' ' || (SELECT lastName || ' ' || firstName FROM itemCreators NATURAL JOIN creators WHERE itemID=O.itemID AND creatorTypeID=10 ORDER BY orderIndex LIMIT 2,1)) END, CASE (SELECT COUNT(*) FROM itemCreators WHERE itemID=O.itemID AND creatorTypeID=2) WHEN 0 THEN NULL WHEN 1 THEN (SELECT lastName || ' ' || firstName FROM itemCreators NATURAL JOIN creators WHERE itemID=O.itemID AND creatorTypeID=2) WHEN 2 THEN (SELECT (SELECT lastName || ' ' || firstName FROM itemCreators NATURAL JOIN creators WHERE itemID=O.itemID AND creatorTypeID=2 ORDER BY orderIndex LIMIT 1) || ' ' || (SELECT lastName || ' ' || firstName FROM itemCreators NATURAL JOIN creators WHERE itemID=O.itemID AND creatorTypeID=2 ORDER BY orderIndex LIMIT 1,1) ) ELSE (SELECT (SELECT lastName || ' ' || firstName FROM itemCreators NATURAL JOIN creators WHERE itemID=O.itemID AND creatorTypeID=2 ORDER BY orderIndex LIMIT 1) || ' ' || (SELECT lastName || ' ' || firstName FROM itemCreators NATURAL JOIN creators WHERE itemID=O.itemID AND creatorTypeID=2 ORDER BY orderIndex LIMIT 1,1) || ' ' || (SELECT lastName || ' ' || firstName FROM itemCreators NATURAL JOIN creators WHERE itemID=O.itemID AND creatorTypeID=2 ORDER BY orderIndex LIMIT 2,1)) END) AS sortCreator, DI.itemID IS NOT NULL AS deleted, PI.itemID IS NOT NULL AS inPublications, (CASE O.itemTypeID WHEN 2 THEN IAP.itemID WHEN 26 THEN INoP.itemID WHEN 37 THEN IAnP.itemID END) AS parentID, (CASE O.itemTypeID WHEN 2 THEN IAP.key WHEN 26 THEN INoP.key WHEN 37 THEN IAnP.key END) AS parentKey, CS.charset AS attachmentCharset, IA.linkMode AS attachmentLinkMode, IA.contentType AS attachmentContentType, IA.path AS attachmentPath, IA.syncState AS attachmentSyncState, IA.storageModTime AS attachmentSyncedModificationTime, IA.storageHash AS attachmentSyncedHash, IA.lastProcessedModificationTime AS attachmentLastProcessedModificationTime, FI.guid AS feedItemGUID, FI.readTime AS feedItemReadTime, FI.translatedTime AS feedItemTranslatedTime FROM items O LEFT JOIN itemAttachments IA USING (itemID) LEFT JOIN items IAP ON (IA.parentItemID=IAP.itemID) LEFT JOIN itemNotes INo ON (O.itemID=INo.itemID) LEFT JOIN items INoP ON (INo.parentItemID=INoP.itemID) LEFT JOIN itemAnnotations IAn ON (O.itemID=IAn.itemID) LEFT JOIN items IAnP ON (IAn.parentItemID=IAnP.itemID) LEFT JOIN deletedItems DI ON (O.itemID=DI.itemID) LEFT JOIN publicationsItems PI ON (O.itemID=PI.itemID) LEFT JOIN charsets CS ON (IA.charsetID=CS.charsetID)LEFT JOIN groupItems GI ON (O.itemID=GI.itemID) LEFT JOIN feedItems FI ON (FI.itemID=O.itemID) WHERE 1 AND O.itemID IN (935,879,461,725,713,885,485,929,887,919,465,754)
  472.  
  473. zotero(3)(+0000014): Loaded items in 14ms
  474.  
  475. zotero(3)(+0000060): CollectionTree.selectWait(): selectEventsSuppressed. Not waiting to select row 1
  476.  
  477. zotero(3)(+0000044): Waiting for items to load for library 1
  478.  
  479. zotero(3)(+0000002): Loading all items in Meine Bibliothek
  480.  
  481. zotero(3)(+0000001): Loading primaryData for items in Meine Bibliothek
  482.  
  483. zotero(4)(+0000000): SELECT O.itemID, O.itemTypeID, O.dateAdded, O.dateModified, O.libraryID, O.key, O.version, O.synced, createdByUserID, lastModifiedByUserID, COALESCE(CASE (SELECT COUNT(*) FROM itemCreators IC LEFT JOIN itemTypeCreatorTypes ITCT ON (IC.creatorTypeID=ITCT.creatorTypeID AND ITCT.itemTypeID=O.itemTypeID) WHERE itemID=O.itemID AND primaryField=1) WHEN 0 THEN NULL WHEN 1 THEN (SELECT lastName FROM itemCreators IC NATURAL JOIN creators LEFT JOIN itemTypeCreatorTypes ITCT ON (IC.creatorTypeID=ITCT.creatorTypeID AND ITCT.itemTypeID=O.itemTypeID) WHERE itemID=O.itemID AND primaryField=1) WHEN 2 THEN (SELECT (SELECT lastName FROM itemCreators IC NATURAL JOIN creators LEFT JOIN itemTypeCreatorTypes ITCT ON (IC.creatorTypeID=ITCT.creatorTypeID AND ITCT.itemTypeID=O.itemTypeID) WHERE itemID=O.itemID AND primaryField=1 ORDER BY orderIndex LIMIT 1) || ' und ' || (SELECT lastName FROM itemCreators IC NATURAL JOIN creators LEFT JOIN itemTypeCreatorTypes ITCT ON (IC.creatorTypeID=ITCT.creatorTypeID AND ITCT.itemTypeID=O.itemTypeID) WHERE itemID=O.itemID AND primaryField=1 ORDER BY orderIndex LIMIT 1,1)) ELSE (SELECT (SELECT lastName FROM itemCreators IC NATURAL JOIN creators LEFT JOIN itemTypeCreatorTypes ITCT ON (IC.creatorTypeID=ITCT.creatorTypeID AND ITCT.itemTypeID=O.itemTypeID) WHERE itemID=O.itemID AND primaryField=1 ORDER BY orderIndex LIMIT 1) || ' et al.' ) END, CASE (SELECT COUNT(*) FROM itemCreators WHERE itemID=O.itemID AND creatorTypeID=10) WHEN 0 THEN NULL WHEN 1 THEN (SELECT lastName FROM itemCreators NATURAL JOIN creators WHERE itemID=O.itemID AND creatorTypeID=10) WHEN 2 THEN (SELECT (SELECT lastName FROM itemCreators NATURAL JOIN creators WHERE itemID=O.itemID AND creatorTypeID=10 ORDER BY orderIndex LIMIT 1) || ' und ' || (SELECT lastName FROM itemCreators NATURAL JOIN creators WHERE itemID=O.itemID AND creatorTypeID=10 ORDER BY orderIndex LIMIT 1,1) ) ELSE (SELECT (SELECT lastName FROM itemCreators NATURAL JOIN creators WHERE itemID=O.itemID AND creatorTypeID=10 ORDER BY orderIndex LIMIT 1) || ' et al.' ) END, CASE (SELECT COUNT(*) FROM itemCreators WHERE itemID=O.itemID AND creatorTypeID=2) WHEN 0 THEN NULL WHEN 1 THEN (SELECT lastName FROM itemCreators NATURAL JOIN creators WHERE itemID=O.itemID AND creatorTypeID=2) WHEN 2 THEN (SELECT (SELECT lastName FROM itemCreators NATURAL JOIN creators WHERE itemID=O.itemID AND creatorTypeID=2 ORDER BY orderIndex LIMIT 1) || ' und ' || (SELECT lastName FROM itemCreators NATURAL JOIN creators WHERE itemID=O.itemID AND creatorTypeID=2 ORDER BY orderIndex LIMIT 1,1) ) ELSE (SELECT (SELECT lastName FROM itemCreators NATURAL JOIN creators WHERE itemID=O.itemID AND creatorTypeID=2 ORDER BY orderIndex LIMIT 1) || ' et al.' ) END) AS firstCreator, COALESCE(CASE (SELECT COUNT(*) FROM itemCreators IC LEFT JOIN itemTypeCreatorTypes ITCT ON (IC.creatorTypeID=ITCT.creatorTypeID AND ITCT.itemTypeID=O.itemTypeID) WHERE itemID=O.itemID AND primaryField=1) WHEN 0 THEN NULL WHEN 1 THEN (SELECT lastName || ' ' || firstName FROM itemCreators IC NATURAL JOIN creators LEFT JOIN itemTypeCreatorTypes ITCT ON (IC.creatorTypeID=ITCT.creatorTypeID AND ITCT.itemTypeID=O.itemTypeID) WHERE itemID=O.itemID AND primaryField=1) WHEN 2 THEN (SELECT (SELECT lastName || ' ' || firstName FROM itemCreators IC NATURAL JOIN creators LEFT JOIN itemTypeCreatorTypes ITCT ON (IC.creatorTypeID=ITCT.creatorTypeID AND ITCT.itemTypeID=O.itemTypeID) WHERE itemID=O.itemID AND primaryField=1 ORDER BY orderIndex LIMIT 1) || ' ' || (SELECT lastName || ' ' || firstName FROM itemCreators IC NATURAL JOIN creators LEFT JOIN itemTypeCreatorTypes ITCT ON (IC.creatorTypeID=ITCT.creatorTypeID AND ITCT.itemTypeID=O.itemTypeID) WHERE itemID=O.itemID AND primaryField=1 ORDER BY orderIndex LIMIT 1,1)) ELSE (SELECT (SELECT lastName || ' ' || firstName FROM itemCreators IC NATURAL JOIN creators LEFT JOIN itemTypeCreatorTypes ITCT ON (IC.creatorTypeID=ITCT.creatorTypeID AND ITCT.itemTypeID=O.itemTypeID) WHERE itemID=O.itemID AND primaryField=1 ORDER BY orderIndex LIMIT 1) || ' ' || (SELECT lastName || ' ' || firstName FROM itemCreators IC NATURAL JOIN creators LEFT JOIN itemTypeCreatorTypes ITCT ON (IC.creatorTypeID=ITCT.creatorTypeID AND ITCT.itemTypeID=O.itemTypeID) WHERE itemID=O.itemID AND primaryField=1 ORDER BY orderIndex LIMIT 1,1) || ' ' || (SELECT lastName || ' ' || firstName FROM itemCreators IC NATURAL JOIN creators LEFT JOIN itemTypeCreatorTypes ITCT ON (IC.creatorTypeID=ITCT.creatorTypeID AND ITCT.itemTypeID=O.itemTypeID) WHERE itemID=O.itemID AND primaryField=1 ORDER BY orderIndex LIMIT 2,1)) END, CASE (SELECT COUNT(*) FROM itemCreators WHERE itemID=O.itemID AND creatorTypeID=10) WHEN 0 THEN NULL WHEN 1 THEN (SELECT lastName || ' ' || firstName FROM itemCreators NATURAL JOIN creators WHERE itemID=O.itemID AND creatorTypeID=10) WHEN 2 THEN (SELECT (SELECT lastName || ' ' || firstName FROM itemCreators NATURAL JOIN creators WHERE itemID=O.itemID AND creatorTypeID=10 ORDER BY orderIndex LIMIT 1) || ' ' || (SELECT lastName || ' ' || firstName FROM itemCreators NATURAL JOIN creators WHERE itemID=O.itemID AND creatorTypeID=10 ORDER BY orderIndex LIMIT 1,1) ) ELSE (SELECT (SELECT lastName || ' ' || firstName FROM itemCreators NATURAL JOIN creators WHERE itemID=O.itemID AND creatorTypeID=10 ORDER BY orderIndex LIMIT 1) || ' ' || (SELECT lastName || ' ' || firstName FROM itemCreators NATURAL JOIN creators WHERE itemID=O.itemID AND creatorTypeID=10 ORDER BY orderIndex LIMIT 1,1) || ' ' || (SELECT lastName || ' ' || firstName FROM itemCreators NATURAL JOIN creators WHERE itemID=O.itemID AND creatorTypeID=10 ORDER BY orderIndex LIMIT 2,1)) END, CASE (SELECT COUNT(*) FROM itemCreators WHERE itemID=O.itemID AND creatorTypeID=2) WHEN 0 THEN NULL WHEN 1 THEN (SELECT lastName || ' ' || firstName FROM itemCreators NATURAL JOIN creators WHERE itemID=O.itemID AND creatorTypeID=2) WHEN 2 THEN (SELECT (SELECT lastName || ' ' || firstName FROM itemCreators NATURAL JOIN creators WHERE itemID=O.itemID AND creatorTypeID=2 ORDER BY orderIndex LIMIT 1) || ' ' || (SELECT lastName || ' ' || firstName FROM itemCreators NATURAL JOIN creators WHERE itemID=O.itemID AND creatorTypeID=2 ORDER BY orderIndex LIMIT 1,1) ) ELSE (SELECT (SELECT lastName || ' ' || firstName FROM itemCreators NATURAL JOIN creators WHERE itemID=O.itemID AND creatorTypeID=2 ORDER BY orderIndex LIMIT 1) || ' ' || (SELECT lastName || ' ' || firstName FROM itemCreators NATURAL JOIN creators WHERE itemID=O.itemID AND creatorTypeID=2 ORDER BY orderIndex LIMIT 1,1) || ' ' || (SELECT lastName || ' ' || firstName FROM itemCreators NATURAL JOIN creators WHERE itemID=O.itemID AND creatorTypeID=2 ORDER BY orderIndex LIMIT 2,1)) END) AS sortCreator, DI.itemID IS NOT NULL AS deleted, PI.itemID IS NOT NULL AS inPublications, (CASE O.itemTypeID WHEN 2 THEN IAP.itemID WHEN 26 THEN INoP.itemID WHEN 37 THEN IAnP.itemID END) AS parentID, (CASE O.itemTypeID WHEN 2 THEN IAP.key WHEN 26 THEN INoP.key WHEN 37 THEN IAnP.key END) AS parentKey, CS.charset AS attachmentCharset, IA.linkMode AS attachmentLinkMode, IA.contentType AS attachmentContentType, IA.path AS attachmentPath, IA.syncState AS attachmentSyncState, IA.storageModTime AS attachmentSyncedModificationTime, IA.storageHash AS attachmentSyncedHash, IA.lastProcessedModificationTime AS attachmentLastProcessedModificationTime, FI.guid AS feedItemGUID, FI.readTime AS feedItemReadTime, FI.translatedTime AS feedItemTranslatedTime FROM items O LEFT JOIN itemAttachments IA USING (itemID) LEFT JOIN items IAP ON (IA.parentItemID=IAP.itemID) LEFT JOIN itemNotes INo ON (O.itemID=INo.itemID) LEFT JOIN items INoP ON (INo.parentItemID=INoP.itemID) LEFT JOIN itemAnnotations IAn ON (O.itemID=IAn.itemID) LEFT JOIN items IAnP ON (IAn.parentItemID=IAnP.itemID) LEFT JOIN deletedItems DI ON (O.itemID=DI.itemID) LEFT JOIN publicationsItems PI ON (O.itemID=PI.itemID) LEFT JOIN charsets CS ON (IA.charsetID=CS.charsetID)LEFT JOIN groupItems GI ON (O.itemID=GI.itemID) LEFT JOIN feedItems FI ON (FI.itemID=O.itemID) WHERE 1 AND O.libraryID=? [1]
  484.  
  485. zotero(3)(+0000070): Rendering tag selector
  486.  
  487. zotero(3)(+0000001): Rendering tag list
  488.  
  489. zotero(3)(+0000011): Tag selector updated
  490.  
  491. zotero(3)(+0000100): Loaded primaryData in Meine Bibliothek in 182 ms
  492.  
  493. zotero(3)(+0000000): Loading creators for items in Meine Bibliothek
  494.  
  495. zotero(4)(+0000001): SELECT itemID, creatorID, creatorTypeID, orderIndex FROM items LEFT JOIN itemCreators USING (itemID) WHERE libraryID=? ORDER BY itemID, orderIndex [1]
  496.  
  497. zotero(3)(+0000004): itemTree.render(). Displaying Item Pane Message
  498.  
  499. zotero(3)(+0000042): Loaded creators in Meine Bibliothek in 47 ms
  500.  
  501. zotero(3)(+0000000): Loading itemData for items in Meine Bibliothek
  502.  
  503. zotero(4)(+0000001): SELECT itemID, fieldID, value FROM items JOIN itemData USING (itemID) JOIN itemDataValues USING (valueID) WHERE libraryID=? AND itemTypeID!=? [1, 26]
  504.  
  505. zotero(4)(+0000111): SELECT itemID FROM items WHERE libraryID=? [1]
  506.  
  507. zotero(4)(+0000075): SELECT itemID, title FROM items JOIN itemNotes USING (itemID) WHERE libraryID=? AND itemID NOT IN (SELECT itemID FROM itemAttachments) [1]
  508.  
  509. zotero(3)(+0000030): Loaded itemData in Meine Bibliothek in 217 ms
  510.  
  511. zotero(3)(+0000001): Loading note for items in Meine Bibliothek
  512.  
  513. zotero(4)(+0000000): SELECT itemID, note FROM items JOIN itemNotes USING (itemID) WHERE libraryID=? [1]
  514.  
  515. zotero(4)(+0000013): SELECT itemID FROM items WHERE libraryID=? AND itemTypeID IN (?, ?) AND itemID NOT IN (SELECT itemID FROM itemNotes) [1, 26, 2]
  516.  
  517. zotero(3)(+0000005): Loaded note in Meine Bibliothek in 18 ms
  518.  
  519. zotero(3)(+0000000): Loading annotation for items in Meine Bibliothek
  520.  
  521. zotero(4)(+0000000): SELECT itemID, IA.parentItemID, IA.type, IA.authorName, IA.text, IA.comment, IA.color, IA.sortIndex, IA.isExternal FROM items JOIN itemAnnotations IA USING (itemID) WHERE libraryID=? [1]
  522.  
  523. zotero(3)(+0000006): Loaded annotation in Meine Bibliothek in 6 ms
  524.  
  525. zotero(3)(+0000001): Loading annotationDeferred for items in Meine Bibliothek
  526.  
  527. zotero(4)(+0000000): SELECT itemID, IA.position, IA.pageLabel FROM items JOIN itemAnnotations IA USING (itemID) WHERE libraryID=? [1]
  528.  
  529. zotero(3)(+0000007): Loaded annotationDeferred in Meine Bibliothek in 8 ms
  530.  
  531. zotero(3)(+0000000): Loading childItems for items in Meine Bibliothek
  532.  
  533. zotero(4)(+0000001): SELECT parentItemID, A.itemID, value AS title, CASE WHEN DI.itemID IS NULL THEN 0 ELSE 1 END AS trashed FROM itemAttachments A JOIN items I ON (A.parentItemID=I.itemID) LEFT JOIN itemData ID ON (fieldID=1 AND A.itemID=ID.itemID) LEFT JOIN itemDataValues IDV USING (valueID) LEFT JOIN deletedItems DI USING (itemID) WHERE libraryID=? ORDER BY parentItemID [1]
  534.  
  535. zotero(4)(+0000005): SELECT parentItemID, N.itemID, title, CASE WHEN DI.itemID IS NULL THEN 0 ELSE 1 END AS trashed FROM itemNotes N JOIN items I ON (N.parentItemID=I.itemID) LEFT JOIN deletedItems DI USING (itemID) WHERE libraryID=? ORDER BY parentItemID [1]
  536.  
  537. zotero(4)(+0000001): SELECT parentItemID, IAn.itemID, text || ' - ' || comment AS title, CASE WHEN DI.itemID IS NULL THEN 0 ELSE 1 END AS trashed FROM itemAnnotations IAn JOIN items I ON (IAn.parentItemID=I.itemID) LEFT JOIN deletedItems DI USING (itemID) WHERE libraryID=? ORDER BY parentItemID, sortIndex [1]
  538.  
  539. zotero(4)(+0000009): SELECT itemID FROM items I WHERE libraryID=? [1]
  540.  
  541. zotero(3)(+0000010): Loaded childItems in Meine Bibliothek in 26 ms
  542.  
  543. zotero(3)(+0000000): Loading tags for items in Meine Bibliothek
  544.  
  545. zotero(4)(+0000001): SELECT itemID, name, type FROM items LEFT JOIN itemTags USING (itemID) LEFT JOIN tags USING (tagID) WHERE libraryID=? [1]
  546.  
  547. zotero(3)(+0000015): Loaded tags in Meine Bibliothek in 16 ms
  548.  
  549. zotero(3)(+0000001): Loading collections for items in Meine Bibliothek
  550.  
  551. zotero(4)(+0000000): SELECT itemID, collectionID FROM items LEFT JOIN collectionItems USING (itemID) WHERE libraryID=? [1]
  552.  
  553. zotero(3)(+0000012): Loaded collections in Meine Bibliothek in 12 ms
  554.  
  555. zotero(3)(+0000001): Loading relations for items in Meine Bibliothek
  556.  
  557. zotero(4)(+0000000): SELECT itemID, predicate, object FROM items LEFT JOIN itemRelations USING (itemID) LEFT JOIN relationPredicates USING (predicateID) WHERE libraryID=? [1]
  558.  
  559. zotero(3)(+0000012): Loaded relations in Meine Bibliothek in 11 ms
  560.  
  561. zotero(3)(+0000000): Loaded items in Meine Bibliothek in 548 ms
  562.  
  563. zotero(3)(+0000000): itemTree.changeCollectionTreeRow(): C4
  564.  
  565. zotero(3)(+0000000): Getting contents of C:\Users\xxxx\AppData\Roaming\Zotero\Zotero\Profiles\9k05n6fa.default\treePrefs.json
  566.  
  567. zotero(3)(+0000001): React CollectionTree loaded
  568.  
  569. zotero(3)(+0000001): Writing column prefs of length 2137 to file C:\Users\xxxx\AppData\Roaming\Zotero\Zotero\Profiles\9k05n6fa.default\treePrefs.json
  570.  
  571. zotero(3)(+0000020): Getting contents of C:\Users\xxxx\AppData\Roaming\Zotero\Zotero\Profiles\9k05n6fa.default\treePrefs.json
  572.  
  573. zotero(3)(+0000003): Refreshing items list for item-tree-main-default
  574.  
  575. zotero(4)(+0000007): CREATE TEMPORARY TABLE tmpSearchResults_U3fo2ztc AS SELECT itemID FROM items WHERE (itemID NOT IN (SELECT itemID FROM deletedItems) AND itemID NOT IN (SELECT itemID FROM itemNotes WHERE parentItemID IS NOT NULL AND parentItemID IN (SELECT itemID FROM deletedItems)) AND itemID NOT IN (SELECT itemID FROM itemAttachments WHERE parentItemID IS NOT NULL AND parentItemID IN (SELECT itemID FROM deletedItems))) AND (itemID NOT IN (SELECT itemID FROM itemNotes WHERE parentItemID IS NOT NULL) AND itemID NOT IN (SELECT itemID FROM itemAttachments WHERE parentItemID IS NOT NULL)) AND itemID IN (SELECT itemID FROM items WHERE (libraryID=?)) AND itemID IN (SELECT itemID FROM collectionItems WHERE (collectionID IN (4))) [1]
  576.  
  577. zotero(4)(+0000003): CREATE INDEX tmpSearchResults_U3fo2ztc_itemID ON tmpSearchResults_U3fo2ztc(itemID)
  578.  
  579. zotero(4)(+0000000): SELECT GROUP_CONCAT(itemID) FROM items WHERE itemID IN (SELECT itemID FROM items WHERE (itemID NOT IN (SELECT itemID FROM deletedItems) AND itemID NOT IN (SELECT itemID FROM itemNotes WHERE parentItemID IS NOT NULL AND parentItemID IN (SELECT itemID FROM deletedItems)) AND itemID NOT IN (SELECT itemID FROM itemAttachments WHERE parentItemID IS NOT NULL AND parentItemID IN (SELECT itemID FROM deletedItems))) AND itemID IN (SELECT itemID FROM items WHERE (libraryID=?))) AND (itemID IN (SELECT itemID FROM tmpSearchResults_U3fo2ztc) OR itemID IN (SELECT itemID FROM itemAttachments WHERE parentItemID IN (SELECT itemID FROM tmpSearchResults_U3fo2ztc)) OR itemID IN (SELECT itemID FROM itemNotes WHERE parentItemID IN (SELECT itemID FROM tmpSearchResults_U3fo2ztc))) [1]
  580.  
  581. zotero(4)(+0000003): DROP TABLE IF EXISTS tmpSearchResults_U3fo2ztc
  582.  
  583. zotero(3)(+0000010): Sorting items list by title, firstCreator, date, dateAdded ascending for 156 items
  584.  
  585. zotero(3)(+0000012): Sorted 156 items in 14 ms
  586.  
  587. zotero(3)(+0000002): Refreshed open parents in 1 ms
  588.  
  589. zotero(3)(+0000001): Rendering tag selector
  590.  
  591. zotero(3)(+0000002): Rendering tag list
  592.  
  593. zotero(3)(+0000003): Tag selector updated
  594.  
  595. zotero(3)(+0000000): Updating tag selector from current view
  596.  
  597. zotero(3)(+0000001): Creating tmpSearchResults_ypk5VEz3 with 338 items
  598.  
  599. zotero(3)(+0000002): itemTree.render(). Displaying Item Tree
  600.  
  601. zotero(2)(+0000006): Storing itemTree item-tree-main-default column prefs
  602.  
  603. zotero(3)(+0000121): itemTree.render(). Displaying Item Tree
  604.  
  605. zotero(3)(+0000033): itemTree.render(). Displaying Item Tree
  606.  
  607. zotero(4)(+0000007): CREATE UNIQUE INDEX tmpSearchResults_ypk5VEz3_itemID ON tmpSearchResults_ypk5VEz3(itemID)
  608.  
  609. zotero(4)(+0000011): SELECT DISTINCT tagID || ':' || type FROM itemTags JOIN tags USING (tagID) WHERE 1 AND itemID IN (SELECT itemID FROM tmpSearchResults_ypk5VEz3) ORDER BY name COLLATE NOCASE
  610.  
  611. zotero(3)(+0000007): Sorted tags in 2 ms
  612.  
  613. zotero(3)(+0000001): Rendering tag selector
  614.  
  615. zotero(3)(+0000015): Rendering tag list
  616.  
  617. zotero(3)(+0000025): Tag selector updated
  618.  
  619. zotero(4)(+0000017): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [724, 'https://ieeexplore.ieee.org/document/9729696/']
  620.  
  621. zotero(3)(+0000002): PluginInstaller: fetching addon info
  622.  
  623. zotero(3)(+0000001): PluginInstaller: addon info fetched
  624.  
  625. zotero(4)(+0000010): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [872, 'https://www.isca-speech.org/archive/interspeech_2020/zhang20i_interspeech.html']
  626.  
  627. zotero(4)(+0000001): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [870, 'https://www.isca-speech.org/archive/interspeech_2021/zhang21f_interspeech.html']
  628.  
  629. zotero(4)(+0000000): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [722, 'https://ieeexplore.ieee.org/document/9345164/']
  630.  
  631. zotero(4)(+0000001): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [202, 'http://ieeexplore.ieee.org/document/403341/']
  632.  
  633. zotero(4)(+0000000): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [62, '']
  634.  
  635. zotero(4)(+0000001): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [886, 'https://www.sciencedirect.com/science/article/pii/S0003682X2030921X']
  636.  
  637. zotero(4)(+0000000): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [467, '']
  638.  
  639. zotero(4)(+0000011): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [913, 'https://asa.scitation.org/doi/full/10.1121/1.4731227']
  640.  
  641. zotero(4)(+0000001): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [30, 'https://linkinghub.elsevier.com/retrieve/pii/S0888327018307015']
  642.  
  643. zotero(4)(+0000001): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [71, 'http://www.mdpi.com/1999-4893/1/2/69']
  644.  
  645. zotero(4)(+0000001): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [39, 'https://www.ingentaconnect.com/contentone/ince/incecp/1989/00001989/00000001/art00021']
  646.  
  647. zotero(4)(+0000021): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [881, '']
  648.  
  649. zotero(4)(+0000008): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [40, 'https://linkinghub.elsevier.com/retrieve/pii/S0888327084710284']
  650.  
  651. zotero(4)(+0000001): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [68, '']
  652.  
  653. zotero(4)(+0000001): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [228, '']
  654.  
  655. zotero(4)(+0000000): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [466, 'https://www.zotaudio.it/a2b-dsp/']
  656.  
  657. zotero(4)(+0000001): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [478, 'https://www.analog.com/en/design-center/evaluation-hardware-and-software/software/a2b-software.html']
  658.  
  659. zotero(4)(+0000001): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [195, 'https://linkinghub.elsevier.com/retrieve/pii/0022460X88903434']
  660.  
  661. zotero(4)(+0000019): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [197, 'https://linkinghub.elsevier.com/retrieve/pii/S0022460X85704828']
  662.  
  663. zotero(4)(+0000001): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [48, 'https://www.ingentaconnect.com/content/ince/ncej/1994/00000042/00000004/art00002']
  664.  
  665. zotero(4)(+0000000): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [46, 'https://www.sae.org/content/911046/']
  666.  
  667. zotero(4)(+0000001): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [964, '']
  668.  
  669. zotero(4)(+0000000): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [915, 'https://doi.org/10.1260/0263-0923.34.3.233']
  670.  
  671. zotero(4)(+0000024): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [870, 'https://www.isca-speech.org/archive/interspeech_2021/zhang21f_interspeech.html']
  672.  
  673. zotero(4)(+0000016): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [722, 'https://ieeexplore.ieee.org/document/9345164/']
  674.  
  675. zotero(4)(+0000001): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [202, 'http://ieeexplore.ieee.org/document/403341/']
  676.  
  677. zotero(4)(+0000000): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [62, '']
  678.  
  679. zotero(4)(+0000001): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [886, 'https://www.sciencedirect.com/science/article/pii/S0003682X2030921X']
  680.  
  681. zotero(4)(+0000000): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [467, '']
  682.  
  683. zotero(4)(+0000001): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [913, 'https://asa.scitation.org/doi/full/10.1121/1.4731227']
  684.  
  685. zotero(4)(+0000000): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [30, 'https://linkinghub.elsevier.com/retrieve/pii/S0888327018307015']
  686.  
  687. zotero(4)(+0000001): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [71, 'http://www.mdpi.com/1999-4893/1/2/69']
  688.  
  689. zotero(3)(+0000000): WebSocket connection opened
  690.  
  691. zotero(4)(+0000014): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [881, '']
  692.  
  693. zotero(3)(+0000003): WebSocket message: {"event":"connected","retry":10000}
  694.  
  695. zotero(3)(+0000009): WebSocket message send: {"action":"createSubscriptions","subscriptions":[{"apiKey":"********"},{"topics":["styles","translators"]}]}
  696.  
  697. zotero(4)(+0000014): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [40, 'https://linkinghub.elsevier.com/retrieve/pii/S0888327084710284']
  698.  
  699. zotero(4)(+0000001): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [68, '']
  700.  
  701. zotero(4)(+0000000): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [228, '']
  702.  
  703. zotero(4)(+0000001): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [466, 'https://www.zotaudio.it/a2b-dsp/']
  704.  
  705. zotero(4)(+0000000): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [478, 'https://www.analog.com/en/design-center/evaluation-hardware-and-software/software/a2b-software.html']
  706.  
  707. zotero(4)(+0000001): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [195, 'https://linkinghub.elsevier.com/retrieve/pii/0022460X88903434']
  708.  
  709. zotero(4)(+0000001): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [197, 'https://linkinghub.elsevier.com/retrieve/pii/S0022460X85704828']
  710.  
  711. zotero(4)(+0000000): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [48, 'https://www.ingentaconnect.com/content/ince/ncej/1994/00000042/00000004/art00002']
  712.  
  713. zotero(4)(+0000007): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [46, 'https://www.sae.org/content/911046/']
  714.  
  715. zotero(4)(+0000001): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [964, '']
  716.  
  717. zotero(4)(+0000001): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [915, 'https://doi.org/10.1260/0263-0923.34.3.233']
  718.  
  719. zotero(4)(+0000041): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [62, '']
  720.  
  721. zotero(4)(+0000014): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [886, 'https://www.sciencedirect.com/science/article/pii/S0003682X2030921X']
  722.  
  723. zotero(4)(+0000001): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [467, '']
  724.  
  725. zotero(4)(+0000000): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [913, 'https://asa.scitation.org/doi/full/10.1121/1.4731227']
  726.  
  727. zotero(4)(+0000001): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [30, 'https://linkinghub.elsevier.com/retrieve/pii/S0888327018307015']
  728.  
  729. zotero(4)(+0000001): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [71, 'http://www.mdpi.com/1999-4893/1/2/69']
  730.  
  731. zotero(4)(+0000007): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [881, '']
  732.  
  733. zotero(4)(+0000012): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [40, 'https://linkinghub.elsevier.com/retrieve/pii/S0888327084710284']
  734.  
  735. zotero(4)(+0000001): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [68, '']
  736.  
  737. zotero(4)(+0000000): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [228, '']
  738.  
  739. zotero(4)(+0000001): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [466, 'https://www.zotaudio.it/a2b-dsp/']
  740.  
  741. zotero(4)(+0000000): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [478, 'https://www.analog.com/en/design-center/evaluation-hardware-and-software/software/a2b-software.html']
  742.  
  743. zotero(4)(+0000001): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [195, 'https://linkinghub.elsevier.com/retrieve/pii/0022460X88903434']
  744.  
  745. zotero(4)(+0000000): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [197, 'https://linkinghub.elsevier.com/retrieve/pii/S0022460X85704828']
  746.  
  747. zotero(4)(+0000001): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [48, 'https://www.ingentaconnect.com/content/ince/ncej/1994/00000042/00000004/art00002']
  748.  
  749. zotero(4)(+0000023): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [46, 'https://www.sae.org/content/911046/']
  750.  
  751. zotero(4)(+0000000): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [964, '']
  752.  
  753. zotero(4)(+0000001): SELECT IA.itemID FROM itemAttachments IA NATURAL JOIN items I LEFT JOIN itemData ID ON (IA.itemID=ID.itemID AND fieldID=13) LEFT JOIN itemDataValues IDV ON (ID.valueID=IDV.valueID) WHERE parentItemID=? AND linkMode NOT IN (3) AND IA.itemID NOT IN (SELECT itemID FROM deletedItems) ORDER BY contentType='application/pdf' DESC, value=? DESC, dateAdded ASC [915, 'https://doi.org/10.1260/0263-0923.34.3.233']
  754.  
  755. zotero(3)(+0000108): WebSocket message: {"event":"subscriptionsCreated","subscriptions":[{"apiKey":"********","topics":["/users/1234567","/users/1234567/publications"]},{"topics":["styles","translators"]}],"errors":[]}
  756.  
  757. zotero(3)(+0000032): No general proxy or PAC file found -- assuming direct connection
  758.  
  759. zotero(3)(+0000006): Notifier.trigger('start', 'sync', []) called [observers: 2]
  760.  
  761. zotero(4)(+0000005): Beginning DB transaction qDey8k8A
  762.  
  763. zotero(4)(+0000033): Committed DB transaction qDey8k8A
  764.  
  765. zotero(4)(+0000001): Beginning DB transaction aIvwPoTL
  766.  
  767. zotero(4)(+0000005): CREATE TEMPORARY TABLE tagDelete AS SELECT tagID FROM tags WHERE tagID NOT IN (SELECT tagID FROM itemTags)
  768.  
  769. zotero(4)(+0000002): CREATE INDEX tagDelete_tagID ON tagDelete(tagID)
  770.  
  771. zotero(4)(+0000003): SELECT tagID AS id, name FROM tagDelete JOIN tags USING (tagID)
  772.  
  773. zotero(4)(+0000014): DROP TABLE tagDelete
  774.  
  775. zotero(4)(+0000019): Committed DB transaction aIvwPoTL
  776.  
  777. zotero(4)(+0000001): Beginning DB transaction ILqYPPr3
  778.  
  779. zotero(4)(+0000034): Committed DB transaction ILqYPPr3
  780.  
  781. zotero(3)(+0000000): Purged data tables in 113 ms
  782.  
  783. zotero(3)(+0000001): [ConcurrentCaller] Running function (0/4 running, 0 queued)
  784.  
  785. zotero(3)(+0000001): HTTP GET https://api.zotero.org/keys/current
  786.  
  787. zotero(3)(+0000364): HTTP GET https://api.zotero.org/keys/current succeeded with 200
  788.  
  789. zotero(3)(+0000001): [ConcurrentCaller] Done with function (0/4 running, 0 queued)
  790.  
  791. zotero(3)(+0000001): {
  792. "userID": 1234567
  793. "username": "xxxx"
  794. "displayName": ""
  795. "access": {
  796. "user": {
  797. "library": true
  798. "files": true
  799. "notes": true
  800. "write": true
  801. }
  802. "groups": {
  803. "all": {
  804. "library": true
  805. "write": true
  806. }
  807. }
  808. }
  809. }
  810.  
  811. zotero(4)(+0000001): Beginning DB transaction NILyiVVQ
  812.  
  813. zotero(3)(+0000001): [ConcurrentCaller] All tasks are done
  814.  
  815. zotero(4)(+0000000): Committed DB transaction NILyiVVQ
  816.  
  817. zotero(3)(+0000002): [ConcurrentCaller] Running function (0/4 running, 0 queued)
  818.  
  819. zotero(3)(+0000001): HTTP GET https://api.zotero.org/users/1234567/groups?format=versions
  820.  
  821. zotero(3)(+0000125): HTTP GET https://api.zotero.org/users/1234567/groups?format=versions succeeded with 200
  822.  
  823. zotero(3)(+0000000): [ConcurrentCaller] Done with function (0/4 running, 0 queued)
  824.  
  825. zotero(3)(+0000001): Local groups:
  826.  
  827. zotero(3)(+0000000): []
  828.  
  829. zotero(3)(+0000000): Final libraries to sync:
  830.  
  831. zotero(3)(+0000000): [
  832. "0": 1
  833. ]
  834.  
  835. zotero(3)(+0000001): Starting data sync for Meine Bibliothek
  836.  
  837. zotero(4)(+0000001): SELECT setting, value FROM syncedSettings WHERE synced=0 AND libraryID=? [1]
  838.  
  839. zotero(3)(+0000000): [ConcurrentCaller] All tasks are done
  840.  
  841. zotero(3)(+0000000): No settings to upload in Meine Bibliothek
  842.  
  843. zotero(4)(+0000001): SELECT O.collectionID FROM collections O WHERE libraryID=? AND synced=0 [1]
  844.  
  845. zotero(4)(+0000000): SELECT key FROM syncQueue WHERE libraryID=? AND syncObjectTypeID IN (SELECT syncObjectTypeID FROM syncObjectTypes WHERE name=?) [1, 'collection']
  846.  
  847. zotero(3)(+0000001): No collections to upload in Meine Bibliothek
  848.  
  849. zotero(4)(+0000000): SELECT key FROM syncDeleteLog WHERE libraryID=? AND syncObjectTypeID=? [1, 1]
  850.  
  851. zotero(3)(+0000000): No collection deletions to upload in Meine Bibliothek
  852.  
  853. zotero(4)(+0000001): SELECT O.savedSearchID FROM savedSearches O WHERE libraryID=? AND synced=0 [1]
  854.  
  855. zotero(4)(+0000000): SELECT key FROM syncQueue WHERE libraryID=? AND syncObjectTypeID IN (SELECT syncObjectTypeID FROM syncObjectTypes WHERE name=?) [1, 'search']
  856.  
  857. zotero(3)(+0000000): No searches to upload in Meine Bibliothek
  858.  
  859. zotero(4)(+0000000): SELECT key FROM syncDeleteLog WHERE libraryID=? AND syncObjectTypeID=? [1, 4]
  860.  
  861. zotero(3)(+0000001): No search deletions to upload in Meine Bibliothek
  862.  
  863. zotero(4)(+0000000): SELECT O.itemID FROM items O LEFT JOIN itemAttachments IA USING (itemID) LEFT JOIN itemNotes INo ON (O.itemID=INo.itemID) LEFT JOIN itemAnnotations IAn ON (O.itemID=IAn.itemID) WHERE libraryID=? AND synced=0 AND (IAn.isExternal IS NULL OR IAN.isExternal=0) [1]
  864.  
  865. zotero(4)(+0000001): SELECT key FROM syncQueue WHERE libraryID=? AND syncObjectTypeID IN (SELECT syncObjectTypeID FROM syncObjectTypes WHERE name=?) [1, 'item']
  866.  
  867. zotero(3)(+0000000): No items to upload in Meine Bibliothek
  868.  
  869. zotero(4)(+0000000): SELECT key FROM syncDeleteLog WHERE libraryID=? AND syncObjectTypeID=? [1, 3]
  870.  
  871. zotero(3)(+0000000): No item deletions to upload in Meine Bibliothek
  872.  
  873. zotero(4)(+0000000): Upload result is 2
  874.  
  875. zotero(3)(+0000002): [ConcurrentCaller] Running function (0/4 running, 0 queued)
  876.  
  877. zotero(3)(+0000000): HTTP GET https://api.zotero.org/users/1234567/settings?since=1989
  878.  
  879. zotero(3)(+0000128): HTTP GET https://api.zotero.org/users/1234567/settings?since=1989 succeeded with 304
  880.  
  881. zotero(3)(+0000000): [ConcurrentCaller] Done with function (0/4 running, 0 queued)
  882.  
  883. zotero(4)(+0000001): SELECT key, lastCheck, tries FROM syncQueue WHERE libraryID=? [1]
  884.  
  885. zotero(3)(+0000000): [ConcurrentCaller] All tasks are done
  886.  
  887. zotero(3)(+0000001): Library 1 hasn't been modified -- skipping further object downloads
  888.  
  889. zotero(4)(+0000000): Download result is 3
  890.  
  891. zotero(4)(+0000001): Updating database with new library data
  892.  
  893. zotero(4)(+0000000): Beginning DB transaction FOegYRjA
  894.  
  895. zotero(4)(+0000001): UPDATE libraries SET lastSync=? WHERE libraryID=? [1652261139, 1]
  896.  
  897. zotero(4)(+0000005): Committed DB transaction FOegYRjA
  898.  
  899. zotero(3)(+0000001): Done syncing Meine Bibliothek
  900.  
  901. zotero(4)(+0000000): REPLACE INTO version (schema, version) VALUES ('lastsync', ?) [1652261140]
  902.  
  903. zotero(3)(+0000005): Starting file syncing
  904.  
  905. zotero(3)(+0000001): Starting file sync for Meine Bibliothek
  906.  
  907. zotero(3)(+0000000): Caching WebDAV credentials
  908.  
  909. zotero(3)(+0000000): Getting WebDAV password
  910.  
  911. zotero(3)(+0000002): CookieBlocker: Registering observers
  912.  
  913. zotero(3)(+0000000): CookieBlocker: Adding https://xxxx:********@cloud.xxxx.com/remote.php/dav/files/xxxxx/zotero/ to blocklist
  914.  
  915. zotero(3)(+0000001): HTTP OPTIONS https://xxxx:********@cloud.xxxx.com/remote.php/dav/files/xxxxx/zotero/
  916.  
  917. zotero(3)(+0000000): CookieBlocker: Ignoring cookies for https://xxxx:********@cloud.xxxx.com/remote.php/dav/files/xxxxx/zotero/
  918.  
  919. zotero(3)(+0000224): Updating bundled files
  920.  
  921. zotero(3)(+0000000): Initializing translators
  922.  
  923. zotero(4)(+0000000): SELECT rowid, fileName, metadataJSON, lastModifiedTime FROM translatorCache
  924.  
  925. zotero(3)(+0000166): CookieBlocker: Ignoring cookies for https://xxxx:********@cloud.xxxx.com/remote.php/dav/files/xxxxx/zotero/
  926.  
  927. zotero(3)(+0000054): Cached 686 translators in 220 ms
  928.  
  929. zotero(3)(+0000002): HTTP GET resource://zotero/schema/repotime.txt
  930.  
  931. zotero(3)(+0000001): HTTP GET resource://zotero/schema/repotime.txt succeeded with 200
  932.  
  933. zotero(4)(+0000002): SELECT version FROM version WHERE schema='delete'
  934.  
  935. zotero(3)(+0000000): Getting contents of input stream
  936.  
  937. zotero(4)(+0000001): SELECT version FROM version WHERE schema=? ['translators']
  938.  
  939. zotero(3)(+0000001): Installed translators are up-to-date with XPI
  940.  
  941. zotero(3)(+0000001): Initializing styles
  942.  
  943. zotero(3)(+0000002): Getting contents of C:\Users\xxxx\Zotero\styles\american-chemical-society.csl
  944.  
  945. zotero(3)(+0000003): Getting contents of C:\Users\xxxx\Zotero\styles\american-medical-association.csl
  946.  
  947. zotero(3)(+0000003): Getting contents of C:\Users\xxxx\Zotero\styles\american-political-science-association.csl
  948.  
  949. zotero(3)(+0000002): Getting contents of C:\Users\xxxx\Zotero\styles\american-sociological-association.csl
  950.  
  951. zotero(3)(+0000003): Getting contents of C:\Users\xxxx\Zotero\styles\apa.csl
  952.  
  953. zotero(3)(+0000005): Getting contents of C:\Users\xxxx\Zotero\styles\chicago-author-date.csl
  954.  
  955. zotero(3)(+0000003): Getting contents of C:\Users\xxxx\Zotero\styles\chicago-fullnote-bibliography.csl
  956.  
  957. zotero(3)(+0000005): Getting contents of C:\Users\xxxx\Zotero\styles\chicago-note-bibliography.csl
  958.  
  959. zotero(3)(+0000007): Getting contents of C:\Users\xxxx\Zotero\styles\elsevier-harvard.csl
  960.  
  961. zotero(3)(+0000002): Getting contents of C:\Users\xxxx\Zotero\styles\harvard-cite-them-right.csl
  962.  
  963. zotero(3)(+0000003): Getting contents of C:\Users\xxxx\Zotero\styles\ieee.csl
  964.  
  965. zotero(3)(+0000003): Getting contents of C:\Users\xxxx\Zotero\styles\modern-humanities-research-association.csl
  966.  
  967. zotero(3)(+0000007): Getting contents of C:\Users\xxxx\Zotero\styles\modern-language-association.csl
  968.  
  969. zotero(3)(+0000002): Getting contents of C:\Users\xxxx\Zotero\styles\nature.csl
  970.  
  971. zotero(3)(+0000001): Getting contents of C:\Users\xxxx\Zotero\styles\vancouver.csl
  972.  
  973. zotero(3)(+0000004): Cached 15 styles in 55 ms
  974.  
  975. zotero(3)(+0000000): HTTP GET chrome://zotero/content/locale/csl/locales.json
  976.  
  977. zotero(3)(+0000001): HTTP GET chrome://zotero/content/locale/csl/locales.json succeeded with 200
  978.  
  979. zotero(3)(+0000000): HTTP GET resource://zotero/schema/renamed-styles.json
  980.  
  981. zotero(3)(+0000002): HTTP GET resource://zotero/schema/renamed-styles.json succeeded with 200
  982.  
  983. zotero(3)(+0000027): HTTP GET resource://zotero/schema/repotime.txt
  984.  
  985. zotero(3)(+0000001): HTTP GET resource://zotero/schema/repotime.txt succeeded with 200
  986.  
  987. zotero(4)(+0000002): SELECT version FROM version WHERE schema='delete'
  988.  
  989. zotero(3)(+0000000): Getting contents of input stream
  990.  
  991. zotero(4)(+0000001): SELECT version FROM version WHERE schema=? ['styles']
  992.  
  993. zotero(3)(+0000001): Installed styles are up-to-date with XPI
  994.  
  995. zotero(3)(+0000002): HTTP GET https://api.zotero.org/retractions/list
  996.  
  997. zotero(3)(+0000107): HTTP GET https://api.zotero.org/retractions/list succeeded with 304
  998.  
  999. zotero(3)(+0000000): Retraction list is up to date
  1000.  
  1001. zotero(4)(+0000000): SELECT version FROM version WHERE schema='repository'
  1002.  
  1003. zotero(3)(+0000001): Checking repository for translator and style updates
  1004.  
  1005. zotero(3)(+0000001): HTTP POST "styles=%5B%7B%22id%22%3A%22http%3A%2F%2Fwww.zotero.org%2Fstyles%2Famerican-chemical-society%22%2C%22updated%22%3A1651707865%2C%22url%22%3A%22http%3A%2F%2Fwww.zotero.org%2Fstyles%2Famerican-chemical-society%22%7D%2C%7B%22id%22%3A%22http%3A%2F%2Fwww.zotero.org%2Fstyles%2Famerican-medical-association%22%2C%22updated%22%3A1647701879%2C%22url%22%3A%22http%3A%2F%2Fwww.zotero.org%2Fstyles%2Famerican-medical-association%22%7D%2C%7B%22id%22%3A%22http%3A%2F%2Fwww.zotero.org%2Fstyles%2Famerican-political-science-association%22%2C%22updated%22%3A1448384762%2C%22url%22%3A%22http%3A%2F%2Fwww.zotero.org%2Fstyles%2Famerican-political-science-association%22%7D%2C%7B%22id%22%3A%22http%3A%2F%2Fwww.zotero.org%2Fstyles%2Famerican-sociological-association%22%2C%22updated%22%3A1652046536%2C%22url%22%3A%22http%3A%2F%2Fwww.zotero.org%2Fstyles%2Famerican-sociological-association%22%7D%2C%7B%22id%22%3A%22http%3A%2F%2Fwww.zotero.org%2Fstyles%2Fapa%22%2C%22updated%22%3A1643640236%2C%22url%22%3A%22http%3A%2F%2Fwww.zotero.org%2Fstyles%2Fap…" (2966 chars) to https://repo.zotero.org/repo/updated?last=1652261049&version=6.0.6&m=3
  1006.  
  1007. zotero(3)(+0000088): HTTP OPTIONS https://xxxx:********@cloud.xxxx.com/remote.php/dav/files/xxxxx/zotero/ succeeded with 200
  1008.  
  1009. zotero(3)(+0000000): WebDAV credentials cached
  1010.  
  1011. zotero(3)(+0000001): Zotero.Libraries.getName() is deprecated. Use Zotero.Library.prototype.name instead
  1012.  
  1013. zotero(3)(+0000000): Checking for locally changed attachment files in Meine Bibliothek
  1014.  
  1015. zotero(4)(+0000000): SELECT itemID, linkMode, path, storageModTime, storageHash, syncState FROM itemAttachments JOIN items USING (itemID) WHERE linkMode IN (?,?) AND syncState IN (?,?) AND libraryID=? [0, 1, 0, 2, 1]
  1016.  
  1017. zotero(4)(+0000010): Checking attachment file for item 1/25EMQND5
  1018.  
  1019. zotero(3)(+0000002): Mod time for 1/25EMQND5 matches remote file -- skipping
  1020.  
  1021. zotero(3)(+0000000): File has not changed
  1022.  
  1023. zotero(4)(+0000000): Checking attachment file for item 1/2ECXQ9MY
  1024.  
  1025. zotero(3)(+0000002): Mod time for 1/2ECXQ9MY matches remote file -- skipping
  1026.  
  1027. zotero(3)(+0000000): File has not changed
  1028.  
  1029. zotero(4)(+0000001): Checking attachment file for item 1/2JF72KT5
  1030.  
  1031. zotero(3)(+0000002): Mod time for 1/2JF72KT5 matches remote file -- skipping
  1032.  
  1033. zotero(3)(+0000000): File has not changed
  1034.  
  1035. zotero(4)(+0000000): Checking attachment file for item 1/2NSIEJNW
  1036.  
  1037. zotero(3)(+0000004): Mod time for 1/2NSIEJNW matches remote file -- skipping
  1038.  
  1039. zotero(3)(+0000000): File has not changed
  1040.  
  1041. zotero(4)(+0000001): Checking attachment file for item 1/2VE8QYZK
  1042.  
  1043. zotero(3)(+0000003): Mod time for 1/2VE8QYZK matches remote file -- skipping
  1044.  
  1045. zotero(3)(+0000000): File has not changed
  1046.  
  1047. zotero(4)(+0000000): Checking attachment file for item 1/343NIPT2
  1048.  
  1049. zotero(3)(+0000002): Mod time for 1/343NIPT2 matches remote file -- skipping
  1050.  
  1051. zotero(3)(+0000000): File has not changed
  1052.  
  1053. zotero(4)(+0000000): Checking attachment file for item 1/393ESDEL
  1054.  
  1055. zotero(3)(+0000002): Mod time for 1/393ESDEL matches remote file -- skipping
  1056.  
  1057. zotero(3)(+0000000): File has not changed
  1058.  
  1059. zotero(4)(+0000000): Checking attachment file for item 1/3AVB9DR9
  1060.  
  1061. zotero(3)(+0000002): Mod time for 1/3AVB9DR9 matches remote file -- skipping
  1062.  
  1063. zotero(3)(+0000000): File has not changed
  1064.  
  1065. zotero(4)(+0000000): Checking attachment file for item 1/3KYWTBJB
  1066.  
  1067. zotero(3)(+0000002): Mod time for 1/3KYWTBJB matches remote file -- skipping
  1068.  
  1069. zotero(3)(+0000000): File has not changed
  1070.  
  1071. zotero(4)(+0000001): Checking attachment file for item 1/3PY9S6ZG
  1072.  
  1073. zotero(3)(+0000007): Mod time for 1/3PY9S6ZG matches remote file -- skipping
  1074.  
  1075. zotero(3)(+0000000): File has not changed
  1076.  
  1077. zotero(4)(+0000001): Checking attachment file for item 1/3VDRWP5W
  1078.  
  1079. zotero(3)(+0000003): Mod time for 1/3VDRWP5W matches remote file -- skipping
  1080.  
  1081. zotero(3)(+0000000): File has not changed
  1082.  
  1083. zotero(4)(+0000000): Checking attachment file for item 1/44HYJRXW
  1084.  
  1085. zotero(3)(+0000002): Mod time for 1/44HYJRXW matches remote file -- skipping
  1086.  
  1087. zotero(3)(+0000000): File has not changed
  1088.  
  1089. zotero(4)(+0000000): Checking attachment file for item 1/44WB9YX2
  1090.  
  1091. zotero(3)(+0000002): Mod time for 1/44WB9YX2 matches remote file -- skipping
  1092.  
  1093. zotero(3)(+0000000): File has not changed
  1094.  
  1095. zotero(4)(+0000000): Checking attachment file for item 1/45VEWX66
  1096.  
  1097. zotero(3)(+0000004): Mod time for 1/45VEWX66 matches remote file -- skipping
  1098.  
  1099. zotero(3)(+0000000): File has not changed
  1100.  
  1101. zotero(4)(+0000000): Checking attachment file for item 1/46R8YVWF
  1102.  
  1103. zotero(3)(+0000003): Mod time for 1/46R8YVWF matches remote file -- skipping
  1104.  
  1105. zotero(3)(+0000000): File has not changed
  1106.  
  1107. zotero(4)(+0000000): Checking attachment file for item 1/4743HYQA
  1108.  
  1109. zotero(3)(+0000002): Mod time for 1/4743HYQA matches remote file -- skipping
  1110.  
  1111. zotero(3)(+0000000): File has not changed
  1112.  
  1113. zotero(4)(+0000001): Checking attachment file for item 1/47RDGJWR
  1114.  
  1115. zotero(3)(+0000001): Mod time for 1/47RDGJWR matches remote file -- skipping
  1116.  
  1117. zotero(3)(+0000000): File has not changed
  1118.  
  1119. zotero(4)(+0000001): Checking attachment file for item 1/48YG2STZ
  1120.  
  1121. zotero(3)(+0000001): Mod time for 1/48YG2STZ matches remote file -- skipping
  1122.  
  1123. zotero(3)(+0000000): File has not changed
  1124.  
  1125. zotero(4)(+0000001): Checking attachment file for item 1/49TQBDPJ
  1126.  
  1127. zotero(3)(+0000001): Mod time for 1/49TQBDPJ matches remote file -- skipping
  1128.  
  1129. zotero(3)(+0000001): File has not changed
  1130.  
  1131. zotero(4)(+0000000): Checking attachment file for item 1/4DKWFSBH
  1132.  
  1133. zotero(3)(+0000001): Mod time for 1/4DKWFSBH matches remote file -- skipping
  1134.  
  1135. zotero(3)(+0000001): File has not changed
  1136.  
  1137. zotero(4)(+0000000): Checking attachment file for item 1/4H55QNUV
  1138.  
  1139. zotero(3)(+0000003): Mod time for 1/4H55QNUV matches remote file -- skipping
  1140.  
  1141. zotero(3)(+0000000): File has not changed
  1142.  
  1143. zotero(4)(+0000001): Checking attachment file for item 1/4IMAN5UK
  1144.  
  1145. zotero(3)(+0000002): Mod time for 1/4IMAN5UK matches remote file -- skipping
  1146.  
  1147. zotero(3)(+0000001): File has not changed
  1148.  
  1149. zotero(4)(+0000000): Checking attachment file for item 1/4JY5DSID
  1150.  
  1151. zotero(3)(+0000002): Mod time for 1/4JY5DSID matches remote file -- skipping
  1152.  
  1153. zotero(3)(+0000000): File has not changed
  1154.  
  1155. zotero(4)(+0000000): Checking attachment file for item 1/4NKS7EHZ
  1156.  
  1157. zotero(3)(+0000002): Mod time for 1/4NKS7EHZ matches remote file -- skipping
  1158.  
  1159. zotero(3)(+0000000): File has not changed
  1160.  
  1161. zotero(4)(+0000000): Checking attachment file for item 1/4QMFPJB2
  1162.  
  1163. zotero(3)(+0000002): Mod time for 1/4QMFPJB2 matches remote file -- skipping
  1164.  
  1165. zotero(3)(+0000000): File has not changed
  1166.  
  1167. zotero(4)(+0000000): Checking attachment file for item 1/4YJPLCR7
  1168.  
  1169. zotero(3)(+0000002): Mod time for 1/4YJPLCR7 matches remote file -- skipping
  1170.  
  1171. zotero(3)(+0000000): File has not changed
  1172.  
  1173. zotero(4)(+0000000): Checking attachment file for item 1/4YVAMW3B
  1174.  
  1175. zotero(3)(+0000002): Mod time for 1/4YVAMW3B matches remote file -- skipping
  1176.  
  1177. zotero(3)(+0000000): File has not changed
  1178.  
  1179. zotero(4)(+0000000): Checking attachment file for item 1/58IFVJK4
  1180.  
  1181. zotero(3)(+0000007): Mod time for 1/58IFVJK4 matches remote file -- skipping
  1182.  
  1183. zotero(3)(+0000000): File has not changed
  1184.  
  1185. zotero(4)(+0000001): Checking attachment file for item 1/597LF85I
  1186.  
  1187. zotero(3)(+0000001): Mod time for 1/597LF85I matches remote file -- skipping
  1188.  
  1189. zotero(3)(+0000000): File has not changed
  1190.  
  1191. zotero(4)(+0000001): Checking attachment file for item 1/5II4PSBS
  1192.  
  1193. zotero(3)(+0000001): Mod time for 1/5II4PSBS matches remote file -- skipping
  1194.  
  1195. zotero(3)(+0000000): File has not changed
  1196.  
  1197. zotero(4)(+0000001): Checking attachment file for item 1/5MZ9SZH6
  1198.  
  1199. zotero(3)(+0000001): Mod time for 1/5MZ9SZH6 matches remote file -- skipping
  1200.  
  1201. zotero(3)(+0000000): File has not changed
  1202.  
  1203. zotero(4)(+0000000): Checking attachment file for item 1/5XUD9CZK
  1204.  
  1205. zotero(3)(+0000002): Mod time for 1/5XUD9CZK matches remote file -- skipping
  1206.  
  1207. zotero(3)(+0000000): File has not changed
  1208.  
  1209. zotero(4)(+0000000): Checking attachment file for item 1/5ZN9SZMS
  1210.  
  1211. zotero(3)(+0000003): Mod time for 1/5ZN9SZMS matches remote file -- skipping
  1212.  
  1213. zotero(3)(+0000000): File has not changed
  1214.  
  1215. zotero(4)(+0000000): Checking attachment file for item 1/67TLRZKR
  1216.  
  1217. zotero(3)(+0000004): Mod time for 1/67TLRZKR matches remote file -- skipping
  1218.  
  1219. zotero(3)(+0000000): File has not changed
  1220.  
  1221. zotero(4)(+0000000): Checking attachment file for item 1/6FHT8ZSR
  1222.  
  1223. zotero(3)(+0000002): Mod time for 1/6FHT8ZSR matches remote file -- skipping
  1224.  
  1225. zotero(3)(+0000000): File has not changed
  1226.  
  1227. zotero(4)(+0000000): Checking attachment file for item 1/6FMZP6JM
  1228.  
  1229. zotero(3)(+0000002): Mod time for 1/6FMZP6JM matches remote file -- skipping
  1230.  
  1231. zotero(3)(+0000000): File has not changed
  1232.  
  1233. zotero(4)(+0000000): Checking attachment file for item 1/6YN95C7N
  1234.  
  1235. zotero(3)(+0000002): Mod time for 1/6YN95C7N matches remote file -- skipping
  1236.  
  1237. zotero(3)(+0000000): File has not changed
  1238.  
  1239. zotero(4)(+0000000): Checking attachment file for item 1/6ZFCAPX3
  1240.  
  1241. zotero(3)(+0000001): Mod time for 1/6ZFCAPX3 matches remote file -- skipping
  1242.  
  1243. zotero(3)(+0000001): File has not changed
  1244.  
  1245. zotero(4)(+0000000): Checking attachment file for item 1/76KIHZQ5
  1246.  
  1247. zotero(3)(+0000001): Mod time for 1/76KIHZQ5 matches remote file -- skipping
  1248.  
  1249. zotero(3)(+0000000): File has not changed
  1250.  
  1251. zotero(4)(+0000001): Checking attachment file for item 1/76NKMMM4
  1252.  
  1253. zotero(3)(+0000001): Mod time for 1/76NKMMM4 matches remote file -- skipping
  1254.  
  1255. zotero(3)(+0000000): File has not changed
  1256.  
  1257. zotero(4)(+0000001): Checking attachment file for item 1/794RPIT4
  1258.  
  1259. zotero(3)(+0000002): Mod time for 1/794RPIT4 matches remote file -- skipping
  1260.  
  1261. zotero(3)(+0000001): File has not changed
  1262.  
  1263. zotero(4)(+0000000): Checking attachment file for item 1/7EIVZMHF
  1264.  
  1265. zotero(3)(+0000002): Mod time for 1/7EIVZMHF matches remote file -- skipping
  1266.  
  1267. zotero(3)(+0000001): File has not changed
  1268.  
  1269. zotero(4)(+0000000): Checking attachment file for item 1/7HKCXFVX
  1270.  
  1271. zotero(3)(+0000002): Mod time for 1/7HKCXFVX matches remote file -- skipping
  1272.  
  1273. zotero(3)(+0000000): File has not changed
  1274.  
  1275. zotero(4)(+0000000): Checking attachment file for item 1/7QBG36B2
  1276.  
  1277. zotero(3)(+0000001): Mod time for 1/7QBG36B2 matches remote file -- skipping
  1278.  
  1279. zotero(3)(+0000000): File has not changed
  1280.  
  1281. zotero(4)(+0000001): Checking attachment file for item 1/7QFVIUAW
  1282.  
  1283. zotero(3)(+0000001): Mod time for 1/7QFVIUAW matches remote file -- skipping
  1284.  
  1285. zotero(3)(+0000000): File has not changed
  1286.  
  1287. zotero(4)(+0000000): Checking attachment file for item 1/7UXXCUCY
  1288.  
  1289. zotero(3)(+0000002): Mod time for 1/7UXXCUCY matches remote file -- skipping
  1290.  
  1291. zotero(3)(+0000000): File has not changed
  1292.  
  1293. zotero(4)(+0000000): Checking attachment file for item 1/84BLA3IL
  1294.  
  1295. zotero(3)(+0000002): Mod time for 1/84BLA3IL matches remote file -- skipping
  1296.  
  1297. zotero(3)(+0000000): File has not changed
  1298.  
  1299. zotero(4)(+0000000): Checking attachment file for item 1/85JUPZWE
  1300.  
  1301. zotero(3)(+0000010): Mod time for 1/85JUPZWE matches remote file -- skipping
  1302.  
  1303. zotero(3)(+0000000): File has not changed
  1304.  
  1305. zotero(4)(+0000000): Checking attachment file for item 1/8727FBSL
  1306.  
  1307. zotero(3)(+0000003): Mod time for 1/8727FBSL matches remote file -- skipping
  1308.  
  1309. zotero(3)(+0000000): File has not changed
  1310.  
  1311. zotero(4)(+0000000): Checking attachment file for item 1/8DZDWQFS
  1312.  
  1313. zotero(3)(+0000002): Mod time for 1/8DZDWQFS matches remote file -- skipping
  1314.  
  1315. zotero(3)(+0000000): File has not changed
  1316.  
  1317. zotero(4)(+0000000): Checking attachment file for item 1/8FQ4NLHR
  1318.  
  1319. zotero(3)(+0000001): Mod time for 1/8FQ4NLHR matches remote file -- skipping
  1320.  
  1321. zotero(3)(+0000000): File has not changed
  1322.  
  1323. zotero(4)(+0000001): Checking attachment file for item 1/8H9A23JE
  1324.  
  1325. zotero(3)(+0000002): Mod time for 1/8H9A23JE matches remote file -- skipping
  1326.  
  1327. zotero(3)(+0000000): File has not changed
  1328.  
  1329. zotero(4)(+0000001): Checking attachment file for item 1/8MHJWFP8
  1330.  
  1331. zotero(3)(+0000003): Mod time for 1/8MHJWFP8 matches remote file -- skipping
  1332.  
  1333. zotero(3)(+0000000): File has not changed
  1334.  
  1335. zotero(4)(+0000000): Checking attachment file for item 1/9569FW28
  1336.  
  1337. zotero(3)(+0000002): Mod time for 1/9569FW28 matches remote file -- skipping
  1338.  
  1339. zotero(3)(+0000000): File has not changed
  1340.  
  1341. zotero(4)(+0000001): Checking attachment file for item 1/9695GA3L
  1342.  
  1343. zotero(3)(+0000001): Mod time for 1/9695GA3L matches remote file -- skipping
  1344.  
  1345. zotero(3)(+0000000): File has not changed
  1346.  
  1347. zotero(4)(+0000000): Checking attachment file for item 1/96Y8JE5Z
  1348.  
  1349. zotero(3)(+0000002): Mod time for 1/96Y8JE5Z matches remote file -- skipping
  1350.  
  1351. zotero(3)(+0000000): File has not changed
  1352.  
  1353. zotero(4)(+0000000): Checking attachment file for item 1/9BX5S8EB
  1354.  
  1355. zotero(3)(+0000002): Mod time for 1/9BX5S8EB matches remote file -- skipping
  1356.  
  1357. zotero(3)(+0000001): File has not changed
  1358.  
  1359. zotero(4)(+0000000): Checking attachment file for item 1/9E8UC7B6
  1360.  
  1361. zotero(3)(+0000002): Mod time for 1/9E8UC7B6 matches remote file -- skipping
  1362.  
  1363. zotero(3)(+0000000): File has not changed
  1364.  
  1365. zotero(4)(+0000000): Checking attachment file for item 1/9FDQZILW
  1366.  
  1367. zotero(3)(+0000003): Mod time for 1/9FDQZILW matches remote file -- skipping
  1368.  
  1369. zotero(3)(+0000000): File has not changed
  1370.  
  1371. zotero(4)(+0000001): Checking attachment file for item 1/9HJ82KHY
  1372.  
  1373. zotero(3)(+0000003): Mod time for 1/9HJ82KHY matches remote file -- skipping
  1374.  
  1375. zotero(3)(+0000000): File has not changed
  1376.  
  1377. zotero(4)(+0000000): Checking attachment file for item 1/9KJ3TRXK
  1378.  
  1379. zotero(3)(+0000002): Mod time for 1/9KJ3TRXK matches remote file -- skipping
  1380.  
  1381. zotero(3)(+0000000): File has not changed
  1382.  
  1383. zotero(4)(+0000000): Checking attachment file for item 1/9KJDZQ2Q
  1384.  
  1385. zotero(3)(+0000001): Mod time for 1/9KJDZQ2Q matches remote file -- skipping
  1386.  
  1387. zotero(3)(+0000000): File has not changed
  1388.  
  1389. zotero(4)(+0000001): Checking attachment file for item 1/9KW76HSD
  1390.  
  1391. zotero(3)(+0000002): Mod time for 1/9KW76HSD matches remote file -- skipping
  1392.  
  1393. zotero(3)(+0000000): File has not changed
  1394.  
  1395. zotero(4)(+0000000): Checking attachment file for item 1/9MLE28N9
  1396.  
  1397. zotero(3)(+0000001): Mod time for 1/9MLE28N9 matches remote file -- skipping
  1398.  
  1399. zotero(3)(+0000000): File has not changed
  1400.  
  1401. zotero(4)(+0000001): Checking attachment file for item 1/9YBXCX7W
  1402.  
  1403. zotero(3)(+0000001): Mod time for 1/9YBXCX7W matches remote file -- skipping
  1404.  
  1405. zotero(3)(+0000000): File has not changed
  1406.  
  1407. zotero(4)(+0000000): Checking attachment file for item 1/9ZK8WQZU
  1408.  
  1409. zotero(3)(+0000008): Mod time for 1/9ZK8WQZU matches remote file -- skipping
  1410.  
  1411. zotero(3)(+0000000): File has not changed
  1412.  
  1413. zotero(4)(+0000000): Checking attachment file for item 1/9ZXE5C39
  1414.  
  1415. zotero(3)(+0000002): Mod time for 1/9ZXE5C39 matches remote file -- skipping
  1416.  
  1417. zotero(3)(+0000000): File has not changed
  1418.  
  1419. zotero(4)(+0000000): Checking attachment file for item 1/A3YFA7PR
  1420.  
  1421. zotero(3)(+0000001): Mod time for 1/A3YFA7PR matches remote file -- skipping
  1422.  
  1423. zotero(3)(+0000000): File has not changed
  1424.  
  1425. zotero(4)(+0000001): Checking attachment file for item 1/A8SW8L6K
  1426.  
  1427. zotero(3)(+0000001): Mod time for 1/A8SW8L6K matches remote file -- skipping
  1428.  
  1429. zotero(3)(+0000000): File has not changed
  1430.  
  1431. zotero(4)(+0000000): Checking attachment file for item 1/A9BDNHSQ
  1432.  
  1433. zotero(3)(+0000002): Mod time for 1/A9BDNHSQ matches remote file -- skipping
  1434.  
  1435. zotero(3)(+0000000): File has not changed
  1436.  
  1437. zotero(4)(+0000000): Checking attachment file for item 1/AAGSGRE2
  1438.  
  1439. zotero(3)(+0000002): Mod time for 1/AAGSGRE2 matches remote file -- skipping
  1440.  
  1441. zotero(3)(+0000000): File has not changed
  1442.  
  1443. zotero(4)(+0000000): Checking attachment file for item 1/ADPU6MP4
  1444.  
  1445. zotero(3)(+0000003): Mod time for 1/ADPU6MP4 matches remote file -- skipping
  1446.  
  1447. zotero(3)(+0000000): File has not changed
  1448.  
  1449. zotero(4)(+0000000): Checking attachment file for item 1/AE2DCBRR
  1450.  
  1451. zotero(3)(+0000003): Mod time for 1/AE2DCBRR matches remote file -- skipping
  1452.  
  1453. zotero(3)(+0000000): File has not changed
  1454.  
  1455. zotero(4)(+0000000): Checking attachment file for item 1/AE4M9S74
  1456.  
  1457. zotero(3)(+0000002): Mod time for 1/AE4M9S74 matches remote file -- skipping
  1458.  
  1459. zotero(3)(+0000000): File has not changed
  1460.  
  1461. zotero(4)(+0000001): Checking attachment file for item 1/AK2EDJYW
  1462.  
  1463. zotero(3)(+0000001): Mod time for 1/AK2EDJYW matches remote file -- skipping
  1464.  
  1465. zotero(3)(+0000000): File has not changed
  1466.  
  1467. zotero(4)(+0000000): Checking attachment file for item 1/ATAHR3G5
  1468.  
  1469. zotero(3)(+0000002): Mod time for 1/ATAHR3G5 matches remote file -- skipping
  1470.  
  1471. zotero(3)(+0000000): File has not changed
  1472.  
  1473. zotero(4)(+0000000): Checking attachment file for item 1/AUTDVFE2
  1474.  
  1475. zotero(3)(+0000042): Mod time for 1/AUTDVFE2 matches remote file -- skipping
  1476.  
  1477. zotero(3)(+0000000): File has not changed
  1478.  
  1479. zotero(4)(+0000000): Checking attachment file for item 1/AXEJPUC3
  1480.  
  1481. zotero(3)(+0000003): Mod time for 1/AXEJPUC3 matches remote file -- skipping
  1482.  
  1483. zotero(3)(+0000000): File has not changed
  1484.  
  1485. zotero(4)(+0000000): Checking attachment file for item 1/B7I3WTBG
  1486.  
  1487. zotero(3)(+0000003): Mod time for 1/B7I3WTBG matches remote file -- skipping
  1488.  
  1489. zotero(3)(+0000000): File has not changed
  1490.  
  1491. zotero(4)(+0000000): Checking attachment file for item 1/B7S76VY8
  1492.  
  1493. zotero(3)(+0000002): Mod time for 1/B7S76VY8 matches remote file -- skipping
  1494.  
  1495. zotero(3)(+0000000): File has not changed
  1496.  
  1497. zotero(4)(+0000000): Checking attachment file for item 1/BC5SXUW4
  1498.  
  1499. zotero(3)(+0000001): Mod time for 1/BC5SXUW4 matches remote file -- skipping
  1500.  
  1501. zotero(3)(+0000000): File has not changed
  1502.  
  1503. zotero(4)(+0000001): Checking attachment file for item 1/BFSRM25S
  1504.  
  1505. zotero(3)(+0000001): Mod time for 1/BFSRM25S matches remote file -- skipping
  1506.  
  1507. zotero(3)(+0000000): File has not changed
  1508.  
  1509. zotero(4)(+0000001): Checking attachment file for item 1/BN57H7Q3
  1510.  
  1511. zotero(3)(+0000001): Mod time for 1/BN57H7Q3 matches remote file -- skipping
  1512.  
  1513. zotero(3)(+0000000): File has not changed
  1514.  
  1515. zotero(4)(+0000000): Checking attachment file for item 1/BN6TX2XZ
  1516.  
  1517. zotero(3)(+0000003): Mod time for 1/BN6TX2XZ matches remote file -- skipping
  1518.  
  1519. zotero(3)(+0000000): File has not changed
  1520.  
  1521. zotero(4)(+0000001): Checking attachment file for item 1/BS2YYSAZ
  1522.  
  1523. zotero(3)(+0000003): Mod time for 1/BS2YYSAZ matches remote file -- skipping
  1524.  
  1525. zotero(3)(+0000000): File has not changed
  1526.  
  1527. zotero(4)(+0000000): Checking attachment file for item 1/BUD6EALM
  1528.  
  1529. zotero(3)(+0000003): Mod time for 1/BUD6EALM matches remote file -- skipping
  1530.  
  1531. zotero(3)(+0000000): File has not changed
  1532.  
  1533. zotero(4)(+0000001): Checking attachment file for item 1/BWQ9B8VT
  1534.  
  1535. zotero(3)(+0000002): Mod time for 1/BWQ9B8VT matches remote file -- skipping
  1536.  
  1537. zotero(3)(+0000000): File has not changed
  1538.  
  1539. zotero(4)(+0000000): Checking attachment file for item 1/BZQGUUWD
  1540.  
  1541. zotero(3)(+0000002): Mod time for 1/BZQGUUWD matches remote file -- skipping
  1542.  
  1543. zotero(3)(+0000000): File has not changed
  1544.  
  1545. zotero(4)(+0000000): Checking attachment file for item 1/BZVEICPL
  1546.  
  1547. zotero(3)(+0000002): Mod time for 1/BZVEICPL matches remote file -- skipping
  1548.  
  1549. zotero(3)(+0000000): File has not changed
  1550.  
  1551. zotero(4)(+0000000): Checking attachment file for item 1/C7VKC7P4
  1552.  
  1553. zotero(3)(+0000007): Mod time for 1/C7VKC7P4 matches remote file -- skipping
  1554.  
  1555. zotero(3)(+0000001): File has not changed
  1556.  
  1557. zotero(4)(+0000000): Checking attachment file for item 1/C8NAZJ2Y
  1558.  
  1559. zotero(3)(+0000001): Mod time for 1/C8NAZJ2Y matches remote file -- skipping
  1560.  
  1561. zotero(3)(+0000000): File has not changed
  1562.  
  1563. zotero(4)(+0000001): Checking attachment file for item 1/CG4I9237
  1564.  
  1565. zotero(3)(+0000001): Mod time for 1/CG4I9237 matches remote file -- skipping
  1566.  
  1567. zotero(3)(+0000000): File has not changed
  1568.  
  1569. zotero(4)(+0000000): Checking attachment file for item 1/CQH7VKDC
  1570.  
  1571. zotero(3)(+0000002): Mod time for 1/CQH7VKDC matches remote file -- skipping
  1572.  
  1573. zotero(3)(+0000000): File has not changed
  1574.  
  1575. zotero(4)(+0000000): Checking attachment file for item 1/CXXE6RCM
  1576.  
  1577. zotero(3)(+0000001): Mod time for 1/CXXE6RCM matches remote file -- skipping
  1578.  
  1579. zotero(3)(+0000000): File has not changed
  1580.  
  1581. zotero(4)(+0000001): Checking attachment file for item 1/CYMVIZJ7
  1582.  
  1583. zotero(3)(+0000001): Mod time for 1/CYMVIZJ7 matches remote file -- skipping
  1584.  
  1585. zotero(3)(+0000000): File has not changed
  1586.  
  1587. zotero(4)(+0000000): Checking attachment file for item 1/CZHAVFLA
  1588.  
  1589. zotero(3)(+0000007): Mod time for 1/CZHAVFLA matches remote file -- skipping
  1590.  
  1591. zotero(3)(+0000000): File has not changed
  1592.  
  1593. zotero(4)(+0000001): Checking attachment file for item 1/D3PWWNRJ
  1594.  
  1595. zotero(3)(+0000001): Mod time for 1/D3PWWNRJ matches remote file -- skipping
  1596.  
  1597. zotero(3)(+0000000): File has not changed
  1598.  
  1599. zotero(4)(+0000001): Checking attachment file for item 1/D6Q9VCJ9
  1600.  
  1601. zotero(3)(+0000001): Mod time for 1/D6Q9VCJ9 matches remote file -- skipping
  1602.  
  1603. zotero(3)(+0000000): File has not changed
  1604.  
  1605. zotero(4)(+0000000): Checking attachment file for item 1/D9I6MQAV
  1606.  
  1607. zotero(3)(+0000002): Mod time for 1/D9I6MQAV matches remote file -- skipping
  1608.  
  1609. zotero(3)(+0000000): File has not changed
  1610.  
  1611. zotero(4)(+0000000): Checking attachment file for item 1/DC988RXS
  1612.  
  1613. zotero(3)(+0000001): Mod time for 1/DC988RXS matches remote file -- skipping
  1614.  
  1615. zotero(3)(+0000000): File has not changed
  1616.  
  1617. zotero(4)(+0000000): Checking attachment file for item 1/DFKTWVLS
  1618.  
  1619. zotero(3)(+0000002): HTTP POST https://repo.zotero.org/repo/updated?last=1652261049&version=6.0.6&m=3 succeeded with 200
  1620.  
  1621. zotero(4)(+0000001): Beginning DB transaction epl24rXy
  1622.  
  1623. zotero(4)(+0000001): REPLACE INTO version (schema,version) VALUES (?,?) ['repository', 1652261141]
  1624.  
  1625. zotero(3)(+0000001): Mod time for 1/DFKTWVLS matches remote file -- skipping
  1626.  
  1627. zotero(3)(+0000000): File has not changed
  1628.  
  1629. zotero(4)(+0000001): Checking attachment file for item 1/DH9UPM73
  1630.  
  1631. zotero(4)(+0000000): REPLACE INTO version (schema,version) VALUES (?,?) ['lastcheck', 1652261141]
  1632.  
  1633. zotero(3)(+0000003): Mod time for 1/DH9UPM73 matches remote file -- skipping
  1634.  
  1635. zotero(3)(+0000000): File has not changed
  1636.  
  1637. zotero(4)(+0000000): Checking attachment file for item 1/DKAYP5RL
  1638.  
  1639. zotero(3)(+0000002): Mod time for 1/DKAYP5RL matches remote file -- skipping
  1640.  
  1641. zotero(3)(+0000000): File has not changed
  1642.  
  1643. zotero(4)(+0000000): Checking attachment file for item 1/DN6CXVU7
  1644.  
  1645. zotero(3)(+0000002): Mod time for 1/DN6CXVU7 matches remote file -- skipping
  1646.  
  1647. zotero(3)(+0000000): File has not changed
  1648.  
  1649. zotero(4)(+0000000): Checking attachment file for item 1/DTISRS2I
  1650.  
  1651. zotero(3)(+0000002): Mod time for 1/DTISRS2I matches remote file -- skipping
  1652.  
  1653. zotero(3)(+0000000): File has not changed
  1654.  
  1655. zotero(4)(+0000000): Checking attachment file for item 1/ECB34Y4V
  1656.  
  1657. zotero(3)(+0000002): Mod time for 1/ECB34Y4V matches remote file -- skipping
  1658.  
  1659. zotero(3)(+0000000): File has not changed
  1660.  
  1661. zotero(4)(+0000000): Checking attachment file for item 1/EEHRRW2R
  1662.  
  1663. zotero(4)(+0000002): Committed DB transaction epl24rXy
  1664.  
  1665. zotero(3)(+0000000): All translators and styles are up-to-date
  1666.  
  1667. zotero(3)(+0000000): Initializing DB backup idle observer
  1668.  
  1669. zotero(4)(+0000003): Beginning DB transaction MG2Stjpp
  1670.  
  1671.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement