Skip to content

Instantly share code, notes, and snippets.

@bwiernik
Created January 15, 2017 11:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bwiernik/e81f63259ca707f420b1bf636605c794 to your computer and use it in GitHub Desktop.
Save bwiernik/e81f63259ca707f420b1bf636605c794 to your computer and use it in GitHub Desktop.
version => 5.0-beta.110+008bcff, platform => Win32, oscpu => Windows NT 10.0; WOW64, locale => en-US, appName => Zotero, appVersion => 5.0-beta.110+008bcff, extensions => Zotero LibreOffice Integration (3.5.12.SA.5.0-beta.110+008bcff, extension), Zotero Word for Windows Integration (3.5.6.SA.5.0-beta.110+008bcff, extension), Microsoft Office 2016 (16.0.7571.7063, plugin), Silverlight Plug-In (5.1.50901.0, plugin), iTunes Application Detector (1.0.1.1, plugin), Google Update (1.3.32.7, plugin), Zutilo Utility for Zotero (2.0.2, extension, disabled), Overlay Scrollbars (0.4.3, extension, disabled), ZotFile (5.0.0b2, extension, disabled), Propachi: monkey-patch for Zotero CSL processor (Uppercase subtitles version) (1.1.65, extension, disabled)
(3)(+0000000): Setting mode to note
(3)(+0000004): Setting mode to note
(3)(+0000003): Setting mode to note
(3)(+0000002): Setting mode to note
(3)(+0000058): ZoteroOpenOfficeIntegration: Communication server listening on 127.0.0.1:23116
(3)(+0000000): ZoteroOpenOfficeIntegration: Registering shutdown listener
(3)(+0000140): Using data directory C:\Users\Brenton\Zotero.old
(3)(+0000009): Loading in full mode
(3)(+0000001): Asynchronously opening database 'zotero'
(4)(+0000008): PRAGMA locking_mode=EXCLUSIVE
(4)(+0000005): PRAGMA page_size
(4)(+0000001): PRAGMA cache_size=2000
(4)(+0000002): PRAGMA foreign_keys=true
(4)(+0000038): SELECT version FROM version WHERE schema='system'
(3)(+0000003): Proxy not required for https://s3.amazonaws.com/zotero.org/proxy-auth
(4)(+0000003): SELECT version FROM version WHERE schema='userdata'
(4)(+0000002): SELECT version FROM version WHERE schema='compatibility'
(3)(+0000004): HTTP GET resource://zotero/schema/userdata.sql
(3)(+0000001): HTTP GET resource://zotero/schema/userdata.sql succeeded with 200
(3)(+0000001): Backing up database 'zotero'
(4)(+0000002): PRAGMA locking_mode=NORMAL
(4)(+0005522): PRAGMA locking_mode=EXCLUSIVE
(3)(+0003657): Backed up to zotero.sqlite.77.bak
(4)(+0000002): PRAGMA foreign_keys = false
(4)(+0000012): Beginning DB transaction COjBTH4V
(3)(+0000020): HTTP GET resource://zotero/schema/system.sql
(3)(+0000031): HTTP GET resource://zotero/schema/system.sql succeeded with 200
(3)(+0000001): HTTP GET resource://zotero/schema/system.sql
(3)(+0000003): HTTP GET resource://zotero/schema/system.sql succeeded with 200
(4)(+0000005): DROP TABLE IF EXISTS itemTypes
(4)(+0000012): CREATE TABLE itemTypes ( itemTypeID INTEGER PRIMARY KEY, typeName TEXT, templateItemTypeID INT, display INT DEFAULT 1 )
(4)(+0000014): DROP TABLE IF EXISTS itemTypesCombined
(4)(+0000138): CREATE TABLE itemTypesCombined ( itemTypeID INT NOT NULL, typeName TEXT NOT NULL, display INT DEFAULT 1 NOT NULL, custom INT NOT NULL, PRIMARY KEY (itemTypeID))
(4)(+0000034): DROP TABLE IF EXISTS fieldFormats
(4)(+0000039): CREATE TABLE fieldFormats ( fieldFormatID INTEGER PRIMARY KEY, regex TEXT, isInteger INT)
(4)(+0000023): DROP TABLE IF EXISTS fields
(4)(+0000023): CREATE TABLE fields ( fieldID INTEGER PRIMARY KEY, fieldName TEXT, fieldFormatID INT, FOREIGN KEY (fieldFormatID) REFERENCES fieldFormats(fieldFormatID))
(4)(+0000015): DROP TABLE IF EXISTS fieldsCombined
(4)(+0000007): CREATE TABLE fieldsCombined ( fieldID INT NOT NULL, fieldName TEXT NOT NULL, label TEXT, fieldFormatID INT, custom INT NOT NULL, PRIMARY KEY (fieldID))
(4)(+0000006): DROP TABLE IF EXISTS itemTypeFields
(4)(+0000007): CREATE TABLE itemTypeFields ( itemTypeID INT, fieldID INT, hide INT, orderIndex INT, PRIMARY KEY (itemTypeID, orderIndex), UNIQUE (itemTypeID, fieldID), FOREIGN KEY (itemTypeID) REFERENCES itemTypes(itemTypeID), FOREIGN KEY (fieldID) REFERENCES fields(fieldID))
(4)(+0000003): CREATE INDEX itemTypeFields_fieldID ON itemTypeFields(fieldID)
(4)(+0000002): DROP TABLE IF EXISTS itemTypeFieldsCombined
(4)(+0000007): CREATE TABLE itemTypeFieldsCombined ( itemTypeID INT NOT NULL, fieldID INT NOT NULL, hide INT, orderIndex INT NOT NULL, PRIMARY KEY (itemTypeID, orderIndex), UNIQUE (itemTypeID, fieldID))
(4)(+0000002): CREATE INDEX itemTypeFieldsCombined_fieldID ON itemTypeFieldsCombined(fieldID)
(4)(+0000003): DROP TABLE IF EXISTS baseFieldMappings
(4)(+0000005): CREATE TABLE baseFieldMappings ( itemTypeID INT, baseFieldID INT, fieldID INT, PRIMARY KEY (itemTypeID, baseFieldID, fieldID), FOREIGN KEY (itemTypeID) REFERENCES itemTypes(itemTypeID), FOREIGN KEY (baseFieldID) REFERENCES fields(fieldID), FOREIGN KEY (fieldID) REFERENCES fields(fieldID))
(4)(+0000022): CREATE INDEX baseFieldMappings_baseFieldID ON baseFieldMappings(baseFieldID)
(4)(+0000035): CREATE INDEX baseFieldMappings_fieldID ON baseFieldMappings(fieldID)
(4)(+0000005): DROP TABLE IF EXISTS baseFieldMappingsCombined
(4)(+0000002): CREATE TABLE baseFieldMappingsCombined ( itemTypeID INT, baseFieldID INT, fieldID INT, PRIMARY KEY (itemTypeID, baseFieldID, fieldID))
(4)(+0000002): CREATE INDEX baseFieldMappingsCombined_baseFieldID ON baseFieldMappingsCombined(baseFieldID)
(4)(+0000001): CREATE INDEX baseFieldMappingsCombined_fieldID ON baseFieldMappingsCombined(fieldID)
(4)(+0000003): DROP TABLE IF EXISTS charsets
(4)(+0000023): CREATE TABLE charsets ( charsetID INTEGER PRIMARY KEY, charset TEXT UNIQUE)
(4)(+0000006): CREATE INDEX charsets_charset ON charsets(charset)
(4)(+0000001): DROP TABLE IF EXISTS fileTypes
(4)(+0000002): CREATE TABLE fileTypes ( fileTypeID INTEGER PRIMARY KEY, fileType TEXT UNIQUE)
(4)(+0000031): CREATE INDEX fileTypes_fileType ON fileTypes(fileType)
(4)(+0000006): DROP TABLE IF EXISTS fileTypeMimeTypes
(4)(+0000026): CREATE TABLE fileTypeMimeTypes ( fileTypeID INT, mimeType TEXT, PRIMARY KEY (fileTypeID, mimeType), FOREIGN KEY (fileTypeID) REFERENCES fileTypes(fileTypeID))
(4)(+0000004): CREATE INDEX fileTypeMimeTypes_mimeType ON fileTypeMimeTypes(mimeType)
(4)(+0000009): DROP TABLE IF EXISTS creatorTypes
(4)(+0000023): CREATE TABLE creatorTypes ( creatorTypeID INTEGER PRIMARY KEY, creatorType TEXT)
(4)(+0000006): DROP TABLE IF EXISTS itemTypeCreatorTypes
(4)(+0000029): CREATE TABLE itemTypeCreatorTypes ( itemTypeID INT, creatorTypeID INT, primaryField INT, PRIMARY KEY (itemTypeID, creatorTypeID), FOREIGN KEY (itemTypeID) REFERENCES itemTypes(itemTypeID), FOREIGN KEY (creatorTypeID) REFERENCES creatorTypes(creatorTypeID))
(4)(+0000007): CREATE INDEX itemTypeCreatorTypes_creatorTypeID ON itemTypeCreatorTypes(creatorTypeID)
(4)(+0000004): DROP TABLE IF EXISTS syncObjectTypes
(4)(+0000002): CREATE TABLE syncObjectTypes ( syncObjectTypeID INTEGER PRIMARY KEY, name TEXT)
(4)(+0000002): CREATE INDEX syncObjectTypes_name ON syncObjectTypes(name)
(4)(+0000001): DROP TABLE IF EXISTS transactionSets
(4)(+0000002): CREATE TABLE transactionSets ( transactionSetID INTEGER PRIMARY KEY, event TEXT, id INT)
(4)(+0000004): DROP TABLE IF EXISTS transactions
(4)(+0000026): CREATE TABLE transactions ( transactionID INTEGER PRIMARY KEY, transactionSetID INT, context TEXT, action TEXT)
(4)(+0000031): CREATE INDEX transactions_transactionSetID ON transactions(transactionSetID)
(4)(+0000002): DROP TABLE IF EXISTS transactionLog
(4)(+0000002): CREATE TABLE transactionLog ( transactionID INT, field TEXT, value NONE, PRIMARY KEY (transactionID, field, value), FOREIGN KEY (transactionID) REFERENCES transactions(transactionID))
(4)(+0000002): INSERT INTO "fieldFormats" VALUES(1, '.*', 0)
(4)(+0000002): INSERT INTO "fieldFormats" VALUES(2, '[0-9]*', 1)
(4)(+0000030): INSERT INTO "fieldFormats" VALUES(3, '[0-9]{4}', 1)
(4)(+0000003): INSERT INTO itemTypes VALUES (1,'note',NULL,0)
(4)(+0000030): INSERT INTO itemTypes VALUES (2,'book',NULL,2)
(4)(+0000004): INSERT INTO itemTypes VALUES (3,'bookSection',2,2)
(4)(+0000004): INSERT INTO itemTypes VALUES (4,'journalArticle',NULL,2)
(4)(+0000029): INSERT INTO itemTypes VALUES (5,'magazineArticle',NULL,2)
(4)(+0000006): INSERT INTO itemTypes VALUES (6,'newspaperArticle',NULL,2)
(4)(+0000027): INSERT INTO itemTypes VALUES (7,'thesis',NULL,1)
(4)(+0000009): INSERT INTO itemTypes VALUES (8,'letter',NULL,1)
(4)(+0000026): INSERT INTO itemTypes VALUES (9,'manuscript',NULL,1)
(4)(+0000005): INSERT INTO itemTypes VALUES (10,'interview',NULL,1)
(4)(+0000027): INSERT INTO itemTypes VALUES (11,'film',NULL,1)
(4)(+0000008): INSERT INTO itemTypes VALUES (12,'artwork',NULL,1)
(4)(+0000027): INSERT INTO itemTypes VALUES (13,'webpage',NULL,0)
(4)(+0000003): INSERT INTO itemTypes VALUES (14,'attachment',NULL,0)
(4)(+0000050): INSERT INTO itemTypes VALUES (15,'report',NULL,1)
(4)(+0000008): INSERT INTO itemTypes VALUES (16,'bill',NULL,1)
(4)(+0000002): INSERT INTO itemTypes VALUES (17,'case',NULL,1)
(4)(+0000002): INSERT INTO itemTypes VALUES (18,'hearing',NULL,1)
(4)(+0000003): INSERT INTO itemTypes VALUES (19,'patent',NULL,1)
(4)(+0000002): INSERT INTO itemTypes VALUES (20,'statute',NULL,1)
(4)(+0000003): INSERT INTO itemTypes VALUES (21,'email',NULL,1)
(4)(+0000035): INSERT INTO itemTypes VALUES (22,'map',NULL,1)
(4)(+0000026): INSERT INTO itemTypes VALUES (23,'blogPost',NULL,1)
(4)(+0000036): INSERT INTO itemTypes VALUES (24,'instantMessage',NULL,1)
(4)(+0000002): INSERT INTO itemTypes VALUES (25,'forumPost',NULL,1)
(4)(+0000031): INSERT INTO itemTypes VALUES (26,'audioRecording',NULL,1)
(4)(+0000009): INSERT INTO itemTypes VALUES (27,'presentation',NULL,1)
(4)(+0000025): INSERT INTO itemTypes VALUES (28,'videoRecording',NULL,1)
(4)(+0000005): INSERT INTO itemTypes VALUES (29,'tvBroadcast',NULL,1)
(4)(+0000035): INSERT INTO itemTypes VALUES (30,'radioBroadcast',NULL,1)
(4)(+0000041): INSERT INTO itemTypes VALUES (31,'podcast',NULL,1)
(4)(+0000003): INSERT INTO itemTypes VALUES (32,'computerProgram',NULL,1)
(4)(+0000002): INSERT INTO itemTypes VALUES (33,'conferencePaper',NULL,1)
(4)(+0000002): INSERT INTO itemTypes VALUES (34,'document',NULL,2)
(4)(+0000002): INSERT INTO itemTypes VALUES (35,'encyclopediaArticle',NULL,1)
(4)(+0000028): INSERT INTO itemTypes VALUES (36,'dictionaryEntry',NULL,1)
(4)(+0000031): INSERT INTO fields VALUES (1,'url',NULL)
(4)(+0000002): INSERT INTO fields VALUES (2,'rights',NULL)
(4)(+0000002): INSERT INTO fields VALUES (3,'series',NULL)
(4)(+0000001): INSERT INTO fields VALUES (4,'volume',NULL)
(4)(+0000002): INSERT INTO fields VALUES (5,'issue',NULL)
(4)(+0000003): INSERT INTO fields VALUES (6,'edition',NULL)
(4)(+0000028): INSERT INTO fields VALUES (7,'place',NULL)
(4)(+0000003): INSERT INTO fields VALUES (8,'publisher',NULL)
(4)(+0000028): INSERT INTO fields VALUES (10,'pages',NULL)
(4)(+0000005): INSERT INTO fields VALUES (11,'ISBN',NULL)
(4)(+0000002): INSERT INTO fields VALUES (12,'publicationTitle',NULL)
(4)(+0000029): INSERT INTO fields VALUES (13,'ISSN',NULL)
(4)(+0000004): INSERT INTO fields VALUES (14,'date',NULL)
(4)(+0000005): INSERT INTO fields VALUES (15,'section',NULL)
(4)(+0000024): INSERT INTO fields VALUES (18,'callNumber',NULL)
(4)(+0000004): INSERT INTO fields VALUES (19,'archiveLocation',NULL)
(4)(+0000002): INSERT INTO fields VALUES (21,'distributor',NULL)
(4)(+0000031): INSERT INTO fields VALUES (22,'extra',NULL)
(4)(+0000033): INSERT INTO fields VALUES (25,'journalAbbreviation',NULL)
(4)(+0000031): INSERT INTO fields VALUES (26,'DOI',NULL)
(4)(+0000003): INSERT INTO fields VALUES (27,'accessDate',NULL)
(4)(+0000002): INSERT INTO fields VALUES (28,'seriesTitle',NULL)
(4)(+0000002): INSERT INTO fields VALUES (29,'seriesText',NULL)
(4)(+0000031): INSERT INTO fields VALUES (30,'seriesNumber',NULL)
(4)(+0000007): INSERT INTO fields VALUES (31,'institution',NULL)
(4)(+0000024): INSERT INTO fields VALUES (32,'reportType',NULL)
(4)(+0000005): INSERT INTO fields VALUES (36,'code',NULL)
(4)(+0000003): INSERT INTO fields VALUES (40,'session',NULL)
(4)(+0000029): INSERT INTO fields VALUES (41,'legislativeBody',NULL)
(4)(+0000032): INSERT INTO fields VALUES (42,'history',NULL)
(4)(+0000032): INSERT INTO fields VALUES (43,'reporter',NULL)
(4)(+0000002): INSERT INTO fields VALUES (44,'court',NULL)
(4)(+0000002): INSERT INTO fields VALUES (45,'numberOfVolumes',NULL)
(4)(+0000001): INSERT INTO fields VALUES (46,'committee',NULL)
(4)(+0000002): INSERT INTO fields VALUES (48,'assignee',NULL)
(4)(+0000027): INSERT INTO fields VALUES (50,'patentNumber',NULL)
(4)(+0000002): INSERT INTO fields VALUES (51,'priorityNumbers',NULL)
(4)(+0000002): INSERT INTO fields VALUES (52,'issueDate',NULL)
(4)(+0000001): INSERT INTO fields VALUES (53,'references',NULL)
(4)(+0000001): INSERT INTO fields VALUES (54,'legalStatus',NULL)
(4)(+0000001): INSERT INTO fields VALUES (55,'codeNumber',NULL)
(4)(+0000031): INSERT INTO fields VALUES (59,'artworkMedium',NULL)
(4)(+0000029): INSERT INTO fields VALUES (60,'number',NULL)
(4)(+0000002): INSERT INTO fields VALUES (61,'artworkSize',NULL)
(4)(+0000001): INSERT INTO fields VALUES (62,'libraryCatalog',NULL)
(4)(+0000002): INSERT INTO fields VALUES (63,'videoRecordingFormat',NULL)
(4)(+0000002): INSERT INTO fields VALUES (64,'interviewMedium',NULL)
(4)(+0000002): INSERT INTO fields VALUES (65,'letterType',NULL)
(4)(+0000027): INSERT INTO fields VALUES (66,'manuscriptType',NULL)
(4)(+0000004): INSERT INTO fields VALUES (67,'mapType',NULL)
(4)(+0000002): INSERT INTO fields VALUES (68,'scale',NULL)
(4)(+0000039): INSERT INTO fields VALUES (69,'thesisType',NULL)
(3)(+0000003): No general proxy or PAC file found -- assuming direct connection
(4)(+0000004): INSERT INTO fields VALUES (70,'websiteType',NULL)
(4)(+0000003): INSERT INTO fields VALUES (71,'audioRecordingFormat',NULL)
(4)(+0000004): INSERT INTO fields VALUES (72,'label',NULL)
(4)(+0000027): INSERT INTO fields VALUES (74,'presentationType',NULL)
(4)(+0000004): INSERT INTO fields VALUES (75,'meetingName',NULL)
(4)(+0000004): INSERT INTO fields VALUES (76,'studio',NULL)
(4)(+0000026): INSERT INTO fields VALUES (77,'runningTime',NULL)
(4)(+0000004): INSERT INTO fields VALUES (78,'network',NULL)
(4)(+0000030): INSERT INTO fields VALUES (79,'postType',NULL)
(4)(+0000004): INSERT INTO fields VALUES (80,'audioFileType',NULL)
(4)(+0000031): INSERT INTO fields VALUES (81,'versionNumber',NULL)
(4)(+0000006): INSERT INTO fields VALUES (82,'system',NULL)
(4)(+0000007): INSERT INTO fields VALUES (83,'company',NULL)
(4)(+0000001): INSERT INTO fields VALUES (84,'conferenceName',NULL)
(4)(+0000002): INSERT INTO fields VALUES (85,'encyclopediaTitle',NULL)
(4)(+0000002): INSERT INTO fields VALUES (86,'dictionaryTitle',NULL)
(4)(+0000002): INSERT INTO fields VALUES (87,'language',NULL)
(4)(+0000001): INSERT INTO fields VALUES (88,'programmingLanguage',NULL)
(4)(+0000027): INSERT INTO fields VALUES (89,'university',NULL)
(4)(+0000004): INSERT INTO fields VALUES (90,'abstractNote',NULL)
(4)(+0000005): INSERT INTO fields VALUES (91,'websiteTitle',NULL)
(4)(+0000037): INSERT INTO fields VALUES (92,'reportNumber',NULL)
(4)(+0000006): INSERT INTO fields VALUES (93,'billNumber',NULL)
(4)(+0000001): INSERT INTO fields VALUES (94,'codeVolume',NULL)
(4)(+0000002): INSERT INTO fields VALUES (95,'codePages',NULL)
(4)(+0000001): INSERT INTO fields VALUES (96,'dateDecided',NULL)
(4)(+0000002): INSERT INTO fields VALUES (97,'reporterVolume',NULL)
(4)(+0000028): INSERT INTO fields VALUES (98,'firstPage',NULL)
(4)(+0000003): INSERT INTO fields VALUES (99,'documentNumber',NULL)
(4)(+0000002): INSERT INTO fields VALUES (100,'dateEnacted',NULL)
(4)(+0000004): INSERT INTO fields VALUES (101,'publicLawNumber',NULL)
(4)(+0000039): INSERT INTO fields VALUES (102,'country',NULL)
(4)(+0000008): INSERT INTO fields VALUES (103,'applicationNumber',NULL)
(4)(+0000004): INSERT INTO fields VALUES (104,'forumTitle',NULL)
(4)(+0000034): INSERT INTO fields VALUES (105,'episodeNumber',NULL)
(4)(+0000030): INSERT INTO fields VALUES (107,'blogTitle',NULL)
(4)(+0000036): INSERT INTO fields VALUES (108,'type',NULL)
(4)(+0000044): INSERT INTO fields VALUES (109,'medium',NULL)
(4)(+0000037): INSERT INTO fields VALUES (110,'title',NULL)
(4)(+0000003): INSERT INTO fields VALUES (111,'caseName',NULL)
(4)(+0000033): INSERT INTO fields VALUES (112,'nameOfAct',NULL)
(4)(+0000038): INSERT INTO fields VALUES (113,'subject',NULL)
(4)(+0000040): INSERT INTO fields VALUES (114,'proceedingsTitle',NULL)
(4)(+0000004): INSERT INTO fields VALUES (115,'bookTitle',NULL)
(4)(+0000004): INSERT INTO fields VALUES (116,'shortTitle',NULL)
(4)(+0000043): INSERT INTO fields VALUES (117,'docketNumber',NULL)
(4)(+0000006): INSERT INTO fields VALUES (118,'numPages',NULL)
(4)(+0000006): INSERT INTO fields VALUES (119,'programTitle',NULL)
(4)(+0000030): INSERT INTO fields VALUES (120,'issuingAuthority',NULL)
(4)(+0000011): INSERT INTO fields VALUES (121,'filingDate',NULL)
(4)(+0000003): INSERT INTO fields VALUES (122,'genre',NULL)
(4)(+0000005): INSERT INTO fields VALUES (123,'archive',NULL)
(4)(+0000038): INSERT INTO itemTypeFields VALUES (2, 110, NULL, 1)
(4)(+0000028): INSERT INTO itemTypeFields VALUES (2, 90, NULL, 2)
(4)(+0000033): INSERT INTO itemTypeFields VALUES (2, 3, NULL, 3)
(4)(+0000041): INSERT INTO itemTypeFields VALUES (2, 30, NULL, 4)
(4)(+0000046): INSERT INTO itemTypeFields VALUES (2, 4, NULL, 5)
(4)(+0000036): INSERT INTO itemTypeFields VALUES (2, 45, NULL, 6)
(4)(+0000041): INSERT INTO itemTypeFields VALUES (2, 6, NULL, 7)
(4)(+0000003): INSERT INTO itemTypeFields VALUES (2, 7, NULL, 8)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (2, 8, NULL, 9)
(4)(+0000001): INSERT INTO itemTypeFields VALUES (2, 14, NULL, 10)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (2, 118, NULL, 11)
(4)(+0000031): INSERT INTO itemTypeFields VALUES (2, 87, NULL, 12)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (2, 11, NULL, 13)
(4)(+0000030): INSERT INTO itemTypeFields VALUES (2, 116, NULL, 14)
(4)(+0000036): INSERT INTO itemTypeFields VALUES (2, 1, NULL, 15)
(4)(+0000042): INSERT INTO itemTypeFields VALUES (2, 27, NULL, 16)
(4)(+0000045): INSERT INTO itemTypeFields VALUES (2, 123, NULL, 17)
(4)(+0000042): INSERT INTO itemTypeFields VALUES (2, 19, NULL, 18)
(4)(+0000050): INSERT INTO itemTypeFields VALUES (2, 62, NULL, 19)
(4)(+0000017): INSERT INTO itemTypeFields VALUES (2, 18, NULL, 20)
(4)(+0000031): INSERT INTO itemTypeFields VALUES (2, 2, NULL, 21)
(4)(+0000006): INSERT INTO itemTypeFields VALUES (2, 22, NULL, 22)
(4)(+0000004): INSERT INTO itemTypeFields VALUES (3, 110, NULL, 1)
(4)(+0000033): INSERT INTO itemTypeFields VALUES (3, 90, NULL, 2)
(4)(+0000014): INSERT INTO itemTypeFields VALUES (3, 115, NULL, 3)
(4)(+0000004): INSERT INTO itemTypeFields VALUES (3, 3, NULL, 4)
(4)(+0000003): INSERT INTO itemTypeFields VALUES (3, 30, NULL, 5)
(4)(+0000039): INSERT INTO itemTypeFields VALUES (3, 4, NULL, 6)
(4)(+0000029): INSERT INTO itemTypeFields VALUES (3, 45, NULL, 7)
(4)(+0000039): INSERT INTO itemTypeFields VALUES (3, 6, NULL, 8)
(4)(+0000039): INSERT INTO itemTypeFields VALUES (3, 7, NULL, 9)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (3, 8, NULL, 10)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (3, 14, NULL, 11)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (3, 10, NULL, 12)
(4)(+0000001): INSERT INTO itemTypeFields VALUES (3, 87, NULL, 13)
(4)(+0000029): INSERT INTO itemTypeFields VALUES (3, 11, NULL, 14)
(4)(+0000004): INSERT INTO itemTypeFields VALUES (3, 116, NULL, 15)
(4)(+0000030): INSERT INTO itemTypeFields VALUES (3, 1, NULL, 16)
(4)(+0000008): INSERT INTO itemTypeFields VALUES (3, 27, NULL, 17)
(4)(+0000036): INSERT INTO itemTypeFields VALUES (3, 123, NULL, 18)
(4)(+0000006): INSERT INTO itemTypeFields VALUES (3, 19, NULL, 19)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (3, 62, NULL, 20)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (3, 18, NULL, 21)
(4)(+0000003): INSERT INTO itemTypeFields VALUES (3, 2, NULL, 22)
(4)(+0000024): INSERT INTO itemTypeFields VALUES (3, 22, NULL, 23)
(4)(+0000006): INSERT INTO itemTypeFields VALUES (4, 110, NULL, 1)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (4, 90, NULL, 2)
(4)(+0000007): INSERT INTO itemTypeFields VALUES (4, 12, NULL, 3)
(4)(+0000036): INSERT INTO itemTypeFields VALUES (4, 4, NULL, 4)
(4)(+0000004): INSERT INTO itemTypeFields VALUES (4, 5, NULL, 5)
(4)(+0000001): INSERT INTO itemTypeFields VALUES (4, 10, NULL, 6)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (4, 14, NULL, 7)
(4)(+0000003): INSERT INTO itemTypeFields VALUES (4, 3, NULL, 8)
(4)(+0000037): INSERT INTO itemTypeFields VALUES (4, 28, NULL, 9)
(4)(+0000006): INSERT INTO itemTypeFields VALUES (4, 29, NULL, 10)
(4)(+0000003): INSERT INTO itemTypeFields VALUES (4, 25, NULL, 11)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (4, 87, NULL, 12)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (4, 26, NULL, 13)
(4)(+0000042): INSERT INTO itemTypeFields VALUES (4, 13, NULL, 14)
(4)(+0000004): INSERT INTO itemTypeFields VALUES (4, 116, NULL, 15)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (4, 1, NULL, 16)
(4)(+0000006): INSERT INTO itemTypeFields VALUES (4, 27, NULL, 17)
(4)(+0000037): INSERT INTO itemTypeFields VALUES (4, 123, NULL, 18)
(4)(+0000004): INSERT INTO itemTypeFields VALUES (4, 19, NULL, 19)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (4, 62, NULL, 20)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (4, 18, NULL, 21)
(4)(+0000003): INSERT INTO itemTypeFields VALUES (4, 2, NULL, 22)
(4)(+0000034): INSERT INTO itemTypeFields VALUES (4, 22, NULL, 23)
(4)(+0000042): INSERT INTO itemTypeFields VALUES (5, 110, NULL, 1)
(4)(+0000027): INSERT INTO itemTypeFields VALUES (5, 90, NULL, 2)
(4)(+0000030): INSERT INTO itemTypeFields VALUES (5, 12, NULL, 3)
(4)(+0000030): INSERT INTO itemTypeFields VALUES (5, 4, NULL, 4)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (5, 5, NULL, 5)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (5, 14, NULL, 6)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (5, 10, NULL, 7)
(4)(+0000001): INSERT INTO itemTypeFields VALUES (5, 87, NULL, 8)
(4)(+0000040): INSERT INTO itemTypeFields VALUES (5, 13, NULL, 9)
(4)(+0000024): INSERT INTO itemTypeFields VALUES (5, 116, NULL, 10)
(4)(+0000034): INSERT INTO itemTypeFields VALUES (5, 1, NULL, 11)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (5, 27, NULL, 12)
(4)(+0000001): INSERT INTO itemTypeFields VALUES (5, 123, NULL, 13)
(4)(+0000005): INSERT INTO itemTypeFields VALUES (5, 19, NULL, 14)
(4)(+0000029): INSERT INTO itemTypeFields VALUES (5, 62, NULL, 15)
(4)(+0000027): INSERT INTO itemTypeFields VALUES (5, 18, NULL, 16)
(4)(+0000036): INSERT INTO itemTypeFields VALUES (5, 2, NULL, 17)
(4)(+0000003): INSERT INTO itemTypeFields VALUES (5, 22, NULL, 18)
(4)(+0000018): INSERT INTO itemTypeFields VALUES (6, 110, NULL, 1)
(4)(+0000030): INSERT INTO itemTypeFields VALUES (6, 90, NULL, 2)
(4)(+0000005): INSERT INTO itemTypeFields VALUES (6, 12, NULL, 3)
(4)(+0000058): INSERT INTO itemTypeFields VALUES (6, 7, NULL, 4)
(4)(+0000009): INSERT INTO itemTypeFields VALUES (6, 6, NULL, 5)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (6, 14, NULL, 6)
(4)(+0000032): INSERT INTO itemTypeFields VALUES (6, 15, NULL, 7)
(4)(+0000050): INSERT INTO itemTypeFields VALUES (6, 10, NULL, 8)
(4)(+0000035): INSERT INTO itemTypeFields VALUES (6, 87, NULL, 9)
(4)(+0000047): INSERT INTO itemTypeFields VALUES (6, 116, NULL, 10)
(4)(+0000005): INSERT INTO itemTypeFields VALUES (6, 13, NULL, 11)
(4)(+0000044): INSERT INTO itemTypeFields VALUES (6, 1, NULL, 12)
(4)(+0000007): INSERT INTO itemTypeFields VALUES (6, 27, NULL, 13)
(4)(+0000040): INSERT INTO itemTypeFields VALUES (6, 123, NULL, 14)
(4)(+0000006): INSERT INTO itemTypeFields VALUES (6, 19, NULL, 15)
(4)(+0000004): INSERT INTO itemTypeFields VALUES (6, 62, NULL, 16)
(4)(+0000009): INSERT INTO itemTypeFields VALUES (6, 18, NULL, 17)
(4)(+0000035): INSERT INTO itemTypeFields VALUES (6, 2, NULL, 18)
(4)(+0000008): INSERT INTO itemTypeFields VALUES (6, 22, NULL, 19)
(4)(+0000033): INSERT INTO itemTypeFields VALUES (7, 110, NULL, 1)
(4)(+0000012): INSERT INTO itemTypeFields VALUES (7, 90, NULL, 2)
(4)(+0000003): INSERT INTO itemTypeFields VALUES (7, 69, NULL, 3)
(4)(+0000004): INSERT INTO itemTypeFields VALUES (7, 89, NULL, 4)
(4)(+0000006): INSERT INTO itemTypeFields VALUES (7, 7, NULL, 5)
(4)(+0000032): INSERT INTO itemTypeFields VALUES (7, 14, NULL, 6)
(4)(+0000058): INSERT INTO itemTypeFields VALUES (7, 118, NULL, 7)
(4)(+0000041): INSERT INTO itemTypeFields VALUES (7, 87, NULL, 8)
(4)(+0000046): INSERT INTO itemTypeFields VALUES (7, 116, NULL, 9)
(4)(+0000005): INSERT INTO itemTypeFields VALUES (7, 1, NULL, 10)
(4)(+0000058): INSERT INTO itemTypeFields VALUES (7, 27, NULL, 11)
(4)(+0000006): INSERT INTO itemTypeFields VALUES (7, 123, NULL, 12)
(4)(+0000006): INSERT INTO itemTypeFields VALUES (7, 19, NULL, 13)
(4)(+0000038): INSERT INTO itemTypeFields VALUES (7, 62, NULL, 14)
(4)(+0000005): INSERT INTO itemTypeFields VALUES (7, 18, NULL, 15)
(4)(+0000003): INSERT INTO itemTypeFields VALUES (7, 2, NULL, 16)
(4)(+0000003): INSERT INTO itemTypeFields VALUES (7, 22, NULL, 17)
(4)(+0000030): INSERT INTO itemTypeFields VALUES (8, 110, NULL, 1)
(4)(+0000035): INSERT INTO itemTypeFields VALUES (8, 90, NULL, 2)
(4)(+0000043): INSERT INTO itemTypeFields VALUES (8, 65, NULL, 3)
(4)(+0000041): INSERT INTO itemTypeFields VALUES (8, 14, NULL, 4)
(4)(+0000010): INSERT INTO itemTypeFields VALUES (8, 87, NULL, 5)
(4)(+0000033): INSERT INTO itemTypeFields VALUES (8, 116, NULL, 6)
(4)(+0000005): INSERT INTO itemTypeFields VALUES (8, 1, NULL, 7)
(4)(+0000018): INSERT INTO itemTypeFields VALUES (8, 27, NULL, 8)
(4)(+0000031): INSERT INTO itemTypeFields VALUES (8, 123, NULL, 9)
(4)(+0000008): INSERT INTO itemTypeFields VALUES (8, 19, NULL, 10)
(4)(+0000042): INSERT INTO itemTypeFields VALUES (8, 62, NULL, 11)
(4)(+0000005): INSERT INTO itemTypeFields VALUES (8, 18, NULL, 12)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (8, 2, NULL, 13)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (8, 22, NULL, 14)
(4)(+0000001): INSERT INTO itemTypeFields VALUES (9, 110, NULL, 1)
(4)(+0000036): INSERT INTO itemTypeFields VALUES (9, 90, NULL, 2)
(4)(+0000010): INSERT INTO itemTypeFields VALUES (9, 66, NULL, 3)
(4)(+0000003): INSERT INTO itemTypeFields VALUES (9, 7, NULL, 4)
(4)(+0000032): INSERT INTO itemTypeFields VALUES (9, 14, NULL, 5)
(4)(+0000036): INSERT INTO itemTypeFields VALUES (9, 118, NULL, 6)
(4)(+0000042): INSERT INTO itemTypeFields VALUES (9, 87, NULL, 7)
(4)(+0000004): INSERT INTO itemTypeFields VALUES (9, 116, NULL, 8)
(4)(+0000004): INSERT INTO itemTypeFields VALUES (9, 1, NULL, 9)
(4)(+0000012): INSERT INTO itemTypeFields VALUES (9, 27, NULL, 10)
(4)(+0000049): INSERT INTO itemTypeFields VALUES (9, 123, NULL, 11)
(4)(+0000005): INSERT INTO itemTypeFields VALUES (9, 19, NULL, 12)
(4)(+0000004): INSERT INTO itemTypeFields VALUES (9, 62, NULL, 13)
(4)(+0000041): INSERT INTO itemTypeFields VALUES (9, 18, NULL, 14)
(4)(+0000009): INSERT INTO itemTypeFields VALUES (9, 2, NULL, 15)
(4)(+0000063): INSERT INTO itemTypeFields VALUES (9, 22, NULL, 16)
(4)(+0000055): INSERT INTO itemTypeFields VALUES (10, 110, NULL, 1)
(4)(+0000043): INSERT INTO itemTypeFields VALUES (10, 90, NULL, 2)
(4)(+0000006): INSERT INTO itemTypeFields VALUES (10, 14, NULL, 3)
(4)(+0000004): INSERT INTO itemTypeFields VALUES (10, 64, NULL, 4)
(4)(+0000029): INSERT INTO itemTypeFields VALUES (10, 87, NULL, 5)
(4)(+0000011): INSERT INTO itemTypeFields VALUES (10, 116, NULL, 6)
(4)(+0000009): INSERT INTO itemTypeFields VALUES (10, 1, NULL, 7)
(4)(+0000004): INSERT INTO itemTypeFields VALUES (10, 27, NULL, 8)
(4)(+0000005): INSERT INTO itemTypeFields VALUES (10, 123, NULL, 9)
(4)(+0000001): INSERT INTO itemTypeFields VALUES (10, 19, NULL, 10)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (10, 62, NULL, 11)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (10, 18, NULL, 12)
(4)(+0000003): INSERT INTO itemTypeFields VALUES (10, 2, NULL, 13)
(4)(+0000024): INSERT INTO itemTypeFields VALUES (10, 22, NULL, 14)
(4)(+0000004): INSERT INTO itemTypeFields VALUES (11, 110, NULL, 1)
(4)(+0000003): INSERT INTO itemTypeFields VALUES (11, 90, NULL, 2)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (11, 21, NULL, 3)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (11, 14, NULL, 4)
(4)(+0000003): INSERT INTO itemTypeFields VALUES (11, 122, NULL, 5)
(4)(+0000039): INSERT INTO itemTypeFields VALUES (11, 63, NULL, 6)
(4)(+0000005): INSERT INTO itemTypeFields VALUES (11, 77, NULL, 7)
(4)(+0000005): INSERT INTO itemTypeFields VALUES (11, 87, NULL, 8)
(4)(+0000030): INSERT INTO itemTypeFields VALUES (11, 116, NULL, 9)
(4)(+0000005): INSERT INTO itemTypeFields VALUES (11, 1, NULL, 10)
(4)(+0000033): INSERT INTO itemTypeFields VALUES (11, 27, NULL, 11)
(4)(+0000034): INSERT INTO itemTypeFields VALUES (11, 123, NULL, 12)
(4)(+0000029): INSERT INTO itemTypeFields VALUES (11, 19, NULL, 13)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (11, 62, NULL, 14)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (11, 18, NULL, 15)
(4)(+0000006): INSERT INTO itemTypeFields VALUES (11, 2, NULL, 16)
(4)(+0000027): INSERT INTO itemTypeFields VALUES (11, 22, NULL, 17)
(4)(+0000034): INSERT INTO itemTypeFields VALUES (12, 110, NULL, 1)
(4)(+0000069): INSERT INTO itemTypeFields VALUES (12, 90, NULL, 2)
(4)(+0000084): INSERT INTO itemTypeFields VALUES (12, 59, NULL, 3)
(4)(+0000055): INSERT INTO itemTypeFields VALUES (12, 61, NULL, 4)
(4)(+0000048): INSERT INTO itemTypeFields VALUES (12, 14, NULL, 5)
(4)(+0000034): INSERT INTO itemTypeFields VALUES (12, 87, NULL, 6)
(4)(+0000034): INSERT INTO itemTypeFields VALUES (12, 116, NULL, 7)
(4)(+0000042): INSERT INTO itemTypeFields VALUES (12, 123, NULL, 8)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (12, 19, NULL, 9)
(4)(+0000003): INSERT INTO itemTypeFields VALUES (12, 62, NULL, 10)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (12, 18, NULL, 11)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (12, 1, NULL, 12)
(4)(+0000030): INSERT INTO itemTypeFields VALUES (12, 27, NULL, 13)
(4)(+0000003): INSERT INTO itemTypeFields VALUES (12, 2, NULL, 14)
(4)(+0000001): INSERT INTO itemTypeFields VALUES (12, 22, NULL, 15)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (13, 110, NULL, 1)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (13, 90, NULL, 2)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (13, 91, NULL, 3)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (13, 70, NULL, 4)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (13, 14, NULL, 5)
(4)(+0000001): INSERT INTO itemTypeFields VALUES (13, 116, NULL, 6)
(4)(+0000003): INSERT INTO itemTypeFields VALUES (13, 1, NULL, 7)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (13, 27, NULL, 8)
(4)(+0000001): INSERT INTO itemTypeFields VALUES (13, 87, NULL, 9)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (13, 2, NULL, 10)
(4)(+0000001): INSERT INTO itemTypeFields VALUES (13, 22, NULL, 11)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (14, 110, NULL, 1)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (14, 27, NULL, 2)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (14, 1, NULL, 3)
(4)(+0000001): INSERT INTO itemTypeFields VALUES (15, 110, NULL, 1)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (15, 90, NULL, 2)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (15, 92, NULL, 3)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (15, 32, NULL, 4)
(4)(+0000001): INSERT INTO itemTypeFields VALUES (15, 28, NULL, 5)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (15, 7, NULL, 6)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (15, 31, NULL, 7)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (15, 14, NULL, 8)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (15, 10, NULL, 9)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (15, 87, NULL, 10)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (15, 116, NULL, 11)
(4)(+0000006): INSERT INTO itemTypeFields VALUES (15, 1, NULL, 12)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (15, 27, NULL, 13)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (15, 123, NULL, 14)
(4)(+0000001): INSERT INTO itemTypeFields VALUES (15, 19, NULL, 15)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (15, 62, NULL, 16)
(4)(+0000001): INSERT INTO itemTypeFields VALUES (15, 18, NULL, 17)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (15, 2, NULL, 18)
(4)(+0000011): INSERT INTO itemTypeFields VALUES (15, 22, NULL, 19)
(4)(+0000038): INSERT INTO itemTypeFields VALUES (16, 110, NULL, 1)
(4)(+0000003): INSERT INTO itemTypeFields VALUES (16, 90, NULL, 2)
(4)(+0000003): INSERT INTO itemTypeFields VALUES (16, 93, NULL, 3)
(4)(+0000004): INSERT INTO itemTypeFields VALUES (16, 36, NULL, 4)
(4)(+0000044): INSERT INTO itemTypeFields VALUES (16, 94, NULL, 5)
(4)(+0000018): INSERT INTO itemTypeFields VALUES (16, 15, NULL, 6)
(4)(+0000072): INSERT INTO itemTypeFields VALUES (16, 95, NULL, 7)
(4)(+0000065): INSERT INTO itemTypeFields VALUES (16, 41, NULL, 8)
(4)(+0000084): INSERT INTO itemTypeFields VALUES (16, 40, NULL, 9)
(4)(+0000073): INSERT INTO itemTypeFields VALUES (16, 42, NULL, 10)
(4)(+0000051): INSERT INTO itemTypeFields VALUES (16, 14, NULL, 11)
(4)(+0000079): INSERT INTO itemTypeFields VALUES (16, 87, NULL, 12)
(4)(+0000028): INSERT INTO itemTypeFields VALUES (16, 1, NULL, 13)
(4)(+0000037): INSERT INTO itemTypeFields VALUES (16, 27, NULL, 14)
(4)(+0000017): INSERT INTO itemTypeFields VALUES (16, 116, NULL, 15)
(4)(+0000034): INSERT INTO itemTypeFields VALUES (16, 2, NULL, 16)
(4)(+0000006): INSERT INTO itemTypeFields VALUES (16, 22, NULL, 17)
(4)(+0000003): INSERT INTO itemTypeFields VALUES (17, 111, NULL, 1)
(4)(+0000043): INSERT INTO itemTypeFields VALUES (17, 90, NULL, 2)
(4)(+0000005): INSERT INTO itemTypeFields VALUES (17, 44, NULL, 3)
(4)(+0000003): INSERT INTO itemTypeFields VALUES (17, 96, NULL, 4)
(4)(+0000007): INSERT INTO itemTypeFields VALUES (17, 117, NULL, 5)
(4)(+0000027): INSERT INTO itemTypeFields VALUES (17, 43, NULL, 6)
(4)(+0000009): INSERT INTO itemTypeFields VALUES (17, 97, NULL, 7)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (17, 98, NULL, 8)
(4)(+0000004): INSERT INTO itemTypeFields VALUES (17, 42, NULL, 9)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (17, 87, NULL, 10)
(4)(+0000043): INSERT INTO itemTypeFields VALUES (17, 116, NULL, 11)
(4)(+0000005): INSERT INTO itemTypeFields VALUES (17, 1, NULL, 12)
(4)(+0000003): INSERT INTO itemTypeFields VALUES (17, 27, NULL, 13)
(4)(+0000047): INSERT INTO itemTypeFields VALUES (17, 2, NULL, 14)
(4)(+0000034): INSERT INTO itemTypeFields VALUES (17, 22, NULL, 15)
(4)(+0000003): INSERT INTO itemTypeFields VALUES (18, 110, NULL, 1)
(4)(+0000047): INSERT INTO itemTypeFields VALUES (18, 90, NULL, 2)
(4)(+0000083): INSERT INTO itemTypeFields VALUES (18, 46, NULL, 3)
(4)(+0000006): INSERT INTO itemTypeFields VALUES (18, 7, NULL, 4)
(4)(+0000051): INSERT INTO itemTypeFields VALUES (18, 8, NULL, 5)
(4)(+0000052): INSERT INTO itemTypeFields VALUES (18, 45, NULL, 6)
(4)(+0000042): INSERT INTO itemTypeFields VALUES (18, 99, NULL, 7)
(4)(+0000004): INSERT INTO itemTypeFields VALUES (18, 10, NULL, 8)
(4)(+0000003): INSERT INTO itemTypeFields VALUES (18, 41, NULL, 9)
(4)(+0000003): INSERT INTO itemTypeFields VALUES (18, 40, NULL, 10)
(4)(+0000035): INSERT INTO itemTypeFields VALUES (18, 42, NULL, 11)
(4)(+0000010): INSERT INTO itemTypeFields VALUES (18, 14, NULL, 12)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (18, 87, NULL, 13)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (18, 116, NULL, 14)
(4)(+0000003): INSERT INTO itemTypeFields VALUES (18, 1, NULL, 15)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (18, 27, NULL, 16)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (18, 2, NULL, 17)
(4)(+0000003): INSERT INTO itemTypeFields VALUES (18, 22, NULL, 18)
(4)(+0000005): INSERT INTO itemTypeFields VALUES (19, 110, NULL, 1)
(4)(+0000054): INSERT INTO itemTypeFields VALUES (19, 90, NULL, 2)
(4)(+0000038): INSERT INTO itemTypeFields VALUES (19, 7, NULL, 3)
(4)(+0000006): INSERT INTO itemTypeFields VALUES (19, 102, NULL, 4)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (19, 48, NULL, 5)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (19, 120, NULL, 6)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (19, 50, NULL, 7)
(4)(+0000007): INSERT INTO itemTypeFields VALUES (19, 121, NULL, 8)
(4)(+0000005): INSERT INTO itemTypeFields VALUES (19, 10, NULL, 9)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (19, 103, NULL, 10)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (19, 51, NULL, 11)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (19, 52, NULL, 12)
(4)(+0000025): INSERT INTO itemTypeFields VALUES (19, 53, NULL, 13)
(4)(+0000007): INSERT INTO itemTypeFields VALUES (19, 54, NULL, 14)
(4)(+0000008): INSERT INTO itemTypeFields VALUES (19, 87, NULL, 15)
(4)(+0000037): INSERT INTO itemTypeFields VALUES (19, 116, NULL, 16)
(4)(+0000007): INSERT INTO itemTypeFields VALUES (19, 1, NULL, 17)
(4)(+0000005): INSERT INTO itemTypeFields VALUES (19, 27, NULL, 18)
(4)(+0000039): INSERT INTO itemTypeFields VALUES (19, 2, NULL, 19)
(4)(+0000013): INSERT INTO itemTypeFields VALUES (19, 22, NULL, 20)
(4)(+0000041): INSERT INTO itemTypeFields VALUES (20, 112, NULL, 1)
(4)(+0000045): INSERT INTO itemTypeFields VALUES (20, 90, NULL, 2)
(4)(+0000046): INSERT INTO itemTypeFields VALUES (20, 36, NULL, 3)
(4)(+0000027): INSERT INTO itemTypeFields VALUES (20, 55, NULL, 4)
(4)(+0000038): INSERT INTO itemTypeFields VALUES (20, 101, NULL, 5)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (20, 100, NULL, 6)
(4)(+0000045): INSERT INTO itemTypeFields VALUES (20, 10, NULL, 7)
(4)(+0000004): INSERT INTO itemTypeFields VALUES (20, 15, NULL, 8)
(4)(+0000006): INSERT INTO itemTypeFields VALUES (20, 40, NULL, 9)
(4)(+0000028): INSERT INTO itemTypeFields VALUES (20, 42, NULL, 10)
(4)(+0000011): INSERT INTO itemTypeFields VALUES (20, 87, NULL, 11)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (20, 116, NULL, 12)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (20, 1, NULL, 13)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (20, 27, NULL, 14)
(4)(+0000003): INSERT INTO itemTypeFields VALUES (20, 2, NULL, 15)
(4)(+0000033): INSERT INTO itemTypeFields VALUES (20, 22, NULL, 16)
(4)(+0000042): INSERT INTO itemTypeFields VALUES (21, 113, NULL, 1)
(4)(+0000032): INSERT INTO itemTypeFields VALUES (21, 90, NULL, 2)
(4)(+0000005): INSERT INTO itemTypeFields VALUES (21, 14, NULL, 3)
(4)(+0000007): INSERT INTO itemTypeFields VALUES (21, 116, NULL, 4)
(4)(+0000042): INSERT INTO itemTypeFields VALUES (21, 1, NULL, 5)
(4)(+0000007): INSERT INTO itemTypeFields VALUES (21, 27, NULL, 6)
(4)(+0000043): INSERT INTO itemTypeFields VALUES (21, 87, NULL, 7)
(4)(+0000006): INSERT INTO itemTypeFields VALUES (21, 2, NULL, 8)
(4)(+0000005): INSERT INTO itemTypeFields VALUES (21, 22, NULL, 9)
(4)(+0000029): INSERT INTO itemTypeFields VALUES (22, 110, NULL, 1)
(4)(+0000006): INSERT INTO itemTypeFields VALUES (22, 90, NULL, 2)
(4)(+0000029): INSERT INTO itemTypeFields VALUES (22, 67, NULL, 3)
(4)(+0000006): INSERT INTO itemTypeFields VALUES (22, 68, NULL, 4)
(4)(+0000034): INSERT INTO itemTypeFields VALUES (22, 28, NULL, 5)
(4)(+0000005): INSERT INTO itemTypeFields VALUES (22, 6, NULL, 6)
(4)(+0000003): INSERT INTO itemTypeFields VALUES (22, 7, NULL, 7)
(4)(+0000004): INSERT INTO itemTypeFields VALUES (22, 8, NULL, 8)
(4)(+0000011): INSERT INTO itemTypeFields VALUES (22, 14, NULL, 9)
(4)(+0000076): INSERT INTO itemTypeFields VALUES (22, 87, NULL, 10)
(4)(+0000046): INSERT INTO itemTypeFields VALUES (22, 11, NULL, 11)
(4)(+0000055): INSERT INTO itemTypeFields VALUES (22, 116, NULL, 12)
(4)(+0000045): INSERT INTO itemTypeFields VALUES (22, 1, NULL, 13)
(4)(+0000057): INSERT INTO itemTypeFields VALUES (22, 27, NULL, 14)
(4)(+0000055): INSERT INTO itemTypeFields VALUES (22, 123, NULL, 15)
(4)(+0000053): INSERT INTO itemTypeFields VALUES (22, 19, NULL, 16)
(4)(+0000007): INSERT INTO itemTypeFields VALUES (22, 62, NULL, 17)
(4)(+0000005): INSERT INTO itemTypeFields VALUES (22, 18, NULL, 18)
(4)(+0000036): INSERT INTO itemTypeFields VALUES (22, 2, NULL, 19)
(4)(+0000025): INSERT INTO itemTypeFields VALUES (22, 22, NULL, 20)
(4)(+0000039): INSERT INTO itemTypeFields VALUES (23, 110, NULL, 1)
(4)(+0000068): INSERT INTO itemTypeFields VALUES (23, 90, NULL, 2)
(4)(+0000066): INSERT INTO itemTypeFields VALUES (23, 107, NULL, 3)
(4)(+0000012): INSERT INTO itemTypeFields VALUES (23, 70, NULL, 4)
(4)(+0000052): INSERT INTO itemTypeFields VALUES (23, 14, NULL, 5)
(4)(+0000038): INSERT INTO itemTypeFields VALUES (23, 1, NULL, 6)
(4)(+0000046): INSERT INTO itemTypeFields VALUES (23, 27, NULL, 7)
(4)(+0000003): INSERT INTO itemTypeFields VALUES (23, 87, NULL, 8)
(4)(+0000003): INSERT INTO itemTypeFields VALUES (23, 116, NULL, 9)
(4)(+0000045): INSERT INTO itemTypeFields VALUES (23, 2, NULL, 10)
(4)(+0000007): INSERT INTO itemTypeFields VALUES (23, 22, NULL, 11)
(4)(+0000042): INSERT INTO itemTypeFields VALUES (24, 110, NULL, 1)
(4)(+0000006): INSERT INTO itemTypeFields VALUES (24, 90, NULL, 2)
(4)(+0000003): INSERT INTO itemTypeFields VALUES (24, 14, NULL, 3)
(4)(+0000042): INSERT INTO itemTypeFields VALUES (24, 87, NULL, 4)
(4)(+0000006): INSERT INTO itemTypeFields VALUES (24, 116, NULL, 5)
(4)(+0000009): INSERT INTO itemTypeFields VALUES (24, 1, NULL, 6)
(4)(+0000037): INSERT INTO itemTypeFields VALUES (24, 27, NULL, 7)
(4)(+0000007): INSERT INTO itemTypeFields VALUES (24, 2, NULL, 8)
(4)(+0000011): INSERT INTO itemTypeFields VALUES (24, 22, NULL, 9)
(4)(+0000080): INSERT INTO itemTypeFields VALUES (25, 110, NULL, 1)
(4)(+0000011): INSERT INTO itemTypeFields VALUES (25, 90, NULL, 2)
(4)(+0000043): INSERT INTO itemTypeFields VALUES (25, 104, NULL, 3)
(4)(+0000009): INSERT INTO itemTypeFields VALUES (25, 79, NULL, 4)
(4)(+0000042): INSERT INTO itemTypeFields VALUES (25, 14, NULL, 5)
(4)(+0000007): INSERT INTO itemTypeFields VALUES (25, 87, NULL, 6)
(4)(+0000003): INSERT INTO itemTypeFields VALUES (25, 116, NULL, 7)
(4)(+0000042): INSERT INTO itemTypeFields VALUES (25, 1, NULL, 8)
(4)(+0000007): INSERT INTO itemTypeFields VALUES (25, 27, NULL, 9)
(4)(+0000041): INSERT INTO itemTypeFields VALUES (25, 2, NULL, 10)
(4)(+0000009): INSERT INTO itemTypeFields VALUES (25, 22, NULL, 11)
(4)(+0000008): INSERT INTO itemTypeFields VALUES (26, 110, NULL, 1)
(4)(+0000057): INSERT INTO itemTypeFields VALUES (26, 90, NULL, 2)
(4)(+0000007): INSERT INTO itemTypeFields VALUES (26, 71, NULL, 3)
(4)(+0000047): INSERT INTO itemTypeFields VALUES (26, 28, NULL, 4)
(4)(+0000018): INSERT INTO itemTypeFields VALUES (26, 4, NULL, 5)
(4)(+0000048): INSERT INTO itemTypeFields VALUES (26, 45, NULL, 6)
(4)(+0000012): INSERT INTO itemTypeFields VALUES (26, 7, NULL, 7)
(4)(+0000039): INSERT INTO itemTypeFields VALUES (26, 72, NULL, 8)
(4)(+0000012): INSERT INTO itemTypeFields VALUES (26, 14, NULL, 9)
(4)(+0000009): INSERT INTO itemTypeFields VALUES (26, 77, NULL, 10)
(4)(+0000031): INSERT INTO itemTypeFields VALUES (26, 87, NULL, 11)
(4)(+0000011): INSERT INTO itemTypeFields VALUES (26, 11, NULL, 12)
(4)(+0000005): INSERT INTO itemTypeFields VALUES (26, 116, NULL, 13)
(4)(+0000004): INSERT INTO itemTypeFields VALUES (26, 123, NULL, 14)
(4)(+0000064): INSERT INTO itemTypeFields VALUES (26, 19, NULL, 15)
(4)(+0000009): INSERT INTO itemTypeFields VALUES (26, 62, NULL, 16)
(4)(+0000038): INSERT INTO itemTypeFields VALUES (26, 18, NULL, 17)
(4)(+0000006): INSERT INTO itemTypeFields VALUES (26, 1, NULL, 18)
(4)(+0000009): INSERT INTO itemTypeFields VALUES (26, 27, NULL, 19)
(4)(+0000035): INSERT INTO itemTypeFields VALUES (26, 2, NULL, 20)
(4)(+0000005): INSERT INTO itemTypeFields VALUES (26, 22, NULL, 21)
(4)(+0000004): INSERT INTO itemTypeFields VALUES (27, 110, NULL, 1)
(4)(+0000041): INSERT INTO itemTypeFields VALUES (27, 90, NULL, 2)
(4)(+0000006): INSERT INTO itemTypeFields VALUES (27, 74, NULL, 3)
(4)(+0000004): INSERT INTO itemTypeFields VALUES (27, 14, NULL, 4)
(4)(+0000045): INSERT INTO itemTypeFields VALUES (27, 7, NULL, 5)
(4)(+0000007): INSERT INTO itemTypeFields VALUES (27, 75, NULL, 6)
(4)(+0000037): INSERT INTO itemTypeFields VALUES (27, 1, NULL, 7)
(4)(+0000012): INSERT INTO itemTypeFields VALUES (27, 27, NULL, 8)
(4)(+0000006): INSERT INTO itemTypeFields VALUES (27, 87, NULL, 9)
(4)(+0000040): INSERT INTO itemTypeFields VALUES (27, 116, NULL, 10)
(4)(+0000007): INSERT INTO itemTypeFields VALUES (27, 2, NULL, 11)
(4)(+0000044): INSERT INTO itemTypeFields VALUES (27, 22, NULL, 12)
(4)(+0000008): INSERT INTO itemTypeFields VALUES (28, 110, NULL, 1)
(4)(+0000040): INSERT INTO itemTypeFields VALUES (28, 90, NULL, 2)
(4)(+0000007): INSERT INTO itemTypeFields VALUES (28, 63, NULL, 3)
(4)(+0000003): INSERT INTO itemTypeFields VALUES (28, 28, NULL, 4)
(4)(+0000039): INSERT INTO itemTypeFields VALUES (28, 4, NULL, 5)
(4)(+0000007): INSERT INTO itemTypeFields VALUES (28, 45, NULL, 6)
(4)(+0000003): INSERT INTO itemTypeFields VALUES (28, 7, NULL, 7)
(4)(+0000048): INSERT INTO itemTypeFields VALUES (28, 76, NULL, 8)
(4)(+0000043): INSERT INTO itemTypeFields VALUES (28, 14, NULL, 9)
(4)(+0000008): INSERT INTO itemTypeFields VALUES (28, 77, NULL, 10)
(4)(+0000082): INSERT INTO itemTypeFields VALUES (28, 87, NULL, 11)
(4)(+0000007): INSERT INTO itemTypeFields VALUES (28, 11, NULL, 12)
(4)(+0000050): INSERT INTO itemTypeFields VALUES (28, 116, NULL, 13)
(4)(+0000043): INSERT INTO itemTypeFields VALUES (28, 1, NULL, 14)
(4)(+0000078): INSERT INTO itemTypeFields VALUES (28, 27, NULL, 15)
(4)(+0000077): INSERT INTO itemTypeFields VALUES (28, 123, NULL, 16)
(4)(+0000049): INSERT INTO itemTypeFields VALUES (28, 19, NULL, 17)
(4)(+0000042): INSERT INTO itemTypeFields VALUES (28, 62, NULL, 18)
(4)(+0000063): INSERT INTO itemTypeFields VALUES (28, 18, NULL, 19)
(4)(+0000133): INSERT INTO itemTypeFields VALUES (28, 2, NULL, 20)
(4)(+0000012): INSERT INTO itemTypeFields VALUES (28, 22, NULL, 21)
(4)(+0000039): INSERT INTO itemTypeFields VALUES (29, 110, NULL, 1)
(4)(+0000052): INSERT INTO itemTypeFields VALUES (29, 90, NULL, 2)
(4)(+0000005): INSERT INTO itemTypeFields VALUES (29, 119, NULL, 3)
(4)(+0000038): INSERT INTO itemTypeFields VALUES (29, 105, NULL, 4)
(4)(+0000011): INSERT INTO itemTypeFields VALUES (29, 63, NULL, 5)
(4)(+0000009): INSERT INTO itemTypeFields VALUES (29, 7, NULL, 6)
(4)(+0000041): INSERT INTO itemTypeFields VALUES (29, 78, NULL, 7)
(4)(+0000039): INSERT INTO itemTypeFields VALUES (29, 14, NULL, 8)
(4)(+0000004): INSERT INTO itemTypeFields VALUES (29, 77, NULL, 9)
(4)(+0000004): INSERT INTO itemTypeFields VALUES (29, 87, NULL, 10)
(4)(+0000003): INSERT INTO itemTypeFields VALUES (29, 116, NULL, 11)
(4)(+0000038): INSERT INTO itemTypeFields VALUES (29, 1, NULL, 12)
(4)(+0000005): INSERT INTO itemTypeFields VALUES (29, 27, NULL, 13)
(4)(+0000034): INSERT INTO itemTypeFields VALUES (29, 123, NULL, 14)
(4)(+0000010): INSERT INTO itemTypeFields VALUES (29, 19, NULL, 15)
(4)(+0000003): INSERT INTO itemTypeFields VALUES (29, 62, NULL, 16)
(4)(+0000003): INSERT INTO itemTypeFields VALUES (29, 18, NULL, 17)
(4)(+0000033): INSERT INTO itemTypeFields VALUES (29, 2, NULL, 18)
(4)(+0000043): INSERT INTO itemTypeFields VALUES (29, 22, NULL, 19)
(4)(+0000050): INSERT INTO itemTypeFields VALUES (30, 110, NULL, 1)
(4)(+0000009): INSERT INTO itemTypeFields VALUES (30, 90, NULL, 2)
(4)(+0000040): INSERT INTO itemTypeFields VALUES (30, 119, NULL, 3)
(4)(+0000007): INSERT INTO itemTypeFields VALUES (30, 105, NULL, 4)
(4)(+0000005): INSERT INTO itemTypeFields VALUES (30, 71, NULL, 5)
(4)(+0000044): INSERT INTO itemTypeFields VALUES (30, 7, NULL, 6)
(4)(+0000020): INSERT INTO itemTypeFields VALUES (30, 78, NULL, 7)
(4)(+0000027): INSERT INTO itemTypeFields VALUES (30, 14, NULL, 8)
(4)(+0000006): INSERT INTO itemTypeFields VALUES (30, 77, NULL, 9)
(4)(+0000003): INSERT INTO itemTypeFields VALUES (30, 87, NULL, 10)
(4)(+0000003): INSERT INTO itemTypeFields VALUES (30, 116, NULL, 11)
(4)(+0000037): INSERT INTO itemTypeFields VALUES (30, 1, NULL, 12)
(4)(+0000031): INSERT INTO itemTypeFields VALUES (30, 27, NULL, 13)
(4)(+0000045): INSERT INTO itemTypeFields VALUES (30, 123, NULL, 14)
(4)(+0000003): INSERT INTO itemTypeFields VALUES (30, 19, NULL, 15)
(4)(+0000006): INSERT INTO itemTypeFields VALUES (30, 62, NULL, 16)
(4)(+0000028): INSERT INTO itemTypeFields VALUES (30, 18, NULL, 17)
(4)(+0000067): INSERT INTO itemTypeFields VALUES (30, 2, NULL, 18)
(4)(+0000007): INSERT INTO itemTypeFields VALUES (30, 22, NULL, 19)
(4)(+0000037): INSERT INTO itemTypeFields VALUES (31, 110, NULL, 1)
(4)(+0000005): INSERT INTO itemTypeFields VALUES (31, 90, NULL, 2)
(4)(+0000003): INSERT INTO itemTypeFields VALUES (31, 28, NULL, 3)
(4)(+0000002): INSERT INTO itemTypeFields VALUES (31, 105, NULL, 4)
(4)(+0000039): INSERT INTO itemTypeFields VALUES (31, 80, NULL, 5)
(4)(+0000007): INSERT INTO itemTypeFields VALUES (31, 77, NULL, 6)
(4)(+0000004): INSERT INTO itemTypeFields VALUES (31, 1, NULL, 7)
(4)(+0000045): INSERT INTO itemTypeFields VALUES (31, 27, NULL, 8)
(4)(+0000006): INSERT INTO itemTypeFields VALUES (31, 87, NULL, 9)
(4)(+0000010): INSERT INTO itemTypeFields VALUES (31, 116, NULL, 10)
(4)(+0000034): INSERT INTO itemTypeFields VALUES (31, 2, NULL, 11)
(4)(+0000006): INSERT INTO itemTypeFields VALUES (31, 22, NULL, 12)
(4)(+0000045): INSERT INTO itemTypeFields VALUES (32, 110, NULL, 1)
(4)(+0000005): INSERT INTO itemTypeFields VALUES (32, 90, NULL, 2)
(4)(+0000011): INSERT INTO itemTypeFields VALUES (32, 28, NULL, 3)
(4)(+0000034): INSERT INTO itemTypeFields VALUES (32, 81, NULL, 4)
(4)(+0000010): INSERT INTO itemTypeFields VALUES (32, 14, NULL, 5)
(4)(+0000045): INSERT INTO itemTypeFields VALUES (32, 82, NULL, 6)
(4)(+0000006): INSERT INTO itemTypeFields VALUES (32, 7, NULL, 7)
(4)(+0000033): INSERT INTO itemTypeFields VALUES (32, 83, NULL, 8)
(4)(+0000010): INSERT INTO itemTypeFields VALUES (32, 88, NULL, 9)
(4)(+0000003): INSERT INTO itemTypeFields VALUES (32, 11, NULL, 10)
(4)(+0000003): INSERT INTO itemTypeFields VALUES (32, 116, NULL, 11)
(4)(+0000041): INSERT INTO itemTypeFields VALUES (32, 1, NULL, 12)
(4)(+0000008): INSERT INTO itemTypeFields VALUES (32, 2, NULL, 13)
(4)(+0000004): INSERT INTO itemTypeFields VALUES (32, 123, NULL, 14)
(4)(+0000043): INSERT INTO itemTypeFields VALUES (32, 19, NULL, 15)
(4)(+0000013): INSERT INTO itemTypeFields VALUES (32, 62, NULL, 16)
(4)(+0000053): INSERT INTO itemTypeFields VALUES (32, 18, NULL, 17)
(4)(+0000044): INSERT INTO itemTypeFields VALUES (32, 27, NULL, 18)
(4)(+0000049): INSERT INTO itemTypeFields VALUES (32, 22, NULL, 19)
(4)(+0000041): INSERT INTO itemTypeFields VALUES (33, 110, NULL, 1)
(4)(+0000052): INSERT INTO itemTypeFields VALUES (33, 90, NULL, 2)
(4)(+0000048): INSERT INTO itemTypeFields VALUES (33, 14, NULL, 3)
(4)(+0000008): INSERT INTO itemTypeFields VALUES (33, 114, NULL, 4)
(4)(+0000005): INSERT INTO itemTypeFields VALUES (33, 84, NULL, 5)
(4)(+0000049): INSERT INTO itemTypeFields VALUES (33, 7, NULL, 6)
(4)(+0000045): INSERT INTO itemTypeFields VALUES (33, 8, NULL, 7)
(4)(+0000005): INSERT INTO itemTypeFields VALUES (33, 4, NULL, 8)
(4)(+0000010): INSERT INTO itemTypeFields VALUES (33, 10, NULL, 9)
(4)(+0000059): INSERT INTO itemTypeFields VALUES (33, 3, NULL, 10)
(4)(+0000043): INSERT INTO itemTypeFields VALUES (33, 87, NULL, 11)
(4)(+0000042): INSERT INTO itemTypeFields VALUES (33, 26, NULL, 12)
(4)(+0000047): INSERT INTO itemTypeFields VALUES (33, 11, NULL, 13)
(4)(+0000056): INSERT INTO itemTypeFields VALUES (33, 116, NULL, 14)
(4)(+0000034): INSERT INTO itemTypeFields VALUES (33, 1, NULL, 15)
(4)(+0000048): INSERT INTO itemTypeFields VALUES (33, 27, NULL, 16)
(4)(+0000013): INSERT INTO itemTypeFields VALUES (33, 123, NULL, 17)
(4)(+0000042): INSERT INTO itemTypeFields VALUES (33, 19, NULL, 18)
(4)(+0000047): INSERT INTO itemTypeFields VALUES (33, 62, NULL, 19)
(4)(+0000067): INSERT INTO itemTypeFields VALUES (33, 18, NULL, 20)
(4)(+0000003): INSERT INTO itemTypeFields VALUES (33, 2, NULL, 21)
(4)(+0000054): INSERT INTO itemTypeFields VALUES (33, 22, NULL, 22)
(4)(+0000040): INSERT INTO itemTypeFields VALUES (34, 110, NULL, 1)
(4)(+0000048): INSERT INTO itemTypeFields VALUES (34, 90, NULL, 2)
(4)(+0000058): INSERT INTO itemTypeFields VALUES (34, 8, NULL, 3)
(4)(+0000047): INSERT INTO itemTypeFields VALUES (34, 14, NULL, 4)
(4)(+0000009): INSERT INTO itemTypeFields VALUES (34, 87, NULL, 5)
(4)(+0000043): INSERT INTO itemTypeFields VALUES (34, 116, NULL, 6)
(4)(+0000035): INSERT INTO itemTypeFields VALUES (34, 1, NULL, 7)
(4)(+0000024): INSERT INTO itemTypeFields VALUES (34, 27, NULL, 8)
(4)(+0000041): INSERT INTO itemTypeFields VALUES (34, 123, NULL, 9)
(4)(+0000052): INSERT INTO itemTypeFields VALUES (34, 19, NULL, 10)
(4)(+0000005): INSERT INTO itemTypeFields VALUES (34, 62, NULL, 11)
(4)(+0000004): INSERT INTO itemTypeFields VALUES (34, 18, NULL, 12)
(4)(+0000047): INSERT INTO itemTypeFields VALUES (34, 2, NULL, 13)
(4)(+0000006): INSERT INTO itemTypeFields VALUES (34, 22, NULL, 14)
(4)(+0000041): INSERT INTO itemTypeFields VALUES (35, 110, NULL, 1)
(4)(+0000005): INSERT INTO itemTypeFields VALUES (35, 90, NULL, 2)
(4)(+0000003): INSERT INTO itemTypeFields VALUES (35, 85, NULL, 3)
(4)(+0000051): INSERT INTO itemTypeFields VALUES (35, 3, NULL, 4)
(4)(+0000085): INSERT INTO itemTypeFields VALUES (35, 30, NULL, 5)
(4)(+0000019): INSERT INTO itemTypeFields VALUES (35, 4, NULL, 6)
(4)(+0000056): INSERT INTO itemTypeFields VALUES (35, 45, NULL, 7)
(4)(+0000012): INSERT INTO itemTypeFields VALUES (35, 6, NULL, 8)
(4)(+0000044): INSERT INTO itemTypeFields VALUES (35, 7, NULL, 9)
(4)(+0000013): INSERT INTO itemTypeFields VALUES (35, 8, NULL, 10)
(4)(+0000058): INSERT INTO itemTypeFields VALUES (35, 14, NULL, 11)
(4)(+0000010): INSERT INTO itemTypeFields VALUES (35, 10, NULL, 12)
(4)(+0000036): INSERT INTO itemTypeFields VALUES (35, 11, NULL, 13)
(4)(+0000008): INSERT INTO itemTypeFields VALUES (35, 116, NULL, 14)
(4)(+0000078): INSERT INTO itemTypeFields VALUES (35, 1, NULL, 15)
(4)(+0000009): INSERT INTO itemTypeFields VALUES (35, 27, NULL, 16)
(4)(+0000060): INSERT INTO itemTypeFields VALUES (35, 87, NULL, 17)
(4)(+0000008): INSERT INTO itemTypeFields VALUES (35, 123, NULL, 18)
(4)(+0000045): INSERT INTO itemTypeFields VALUES (35, 19, NULL, 19)
(4)(+0000050): INSERT INTO itemTypeFields VALUES (35, 62, NULL, 20)
(4)(+0000033): INSERT INTO itemTypeFields VALUES (35, 18, NULL, 21)
(4)(+0000056): INSERT INTO itemTypeFields VALUES (35, 2, NULL, 22)
(4)(+0000064): INSERT INTO itemTypeFields VALUES (35, 22, NULL, 23)
(4)(+0000049): INSERT INTO itemTypeFields VALUES (36, 110, NULL, 1)
(4)(+0000003): INSERT INTO itemTypeFields VALUES (36, 90, NULL, 2)
(4)(+0000004): INSERT INTO itemTypeFields VALUES (36, 86, NULL, 3)
(4)(+0000045): INSERT INTO itemTypeFields VALUES (36, 3, NULL, 4)
(4)(+0000009): INSERT INTO itemTypeFields VALUES (36, 30, NULL, 5)
(4)(+0000041): INSERT INTO itemTypeFields VALUES (36, 4, NULL, 6)
(4)(+0000017): INSERT INTO itemTypeFields VALUES (36, 45, NULL, 7)
(4)(+0000012): INSERT INTO itemTypeFields VALUES (36, 6, NULL, 8)
(4)(+0000011): INSERT INTO itemTypeFields VALUES (36, 7, NULL, 9)
(4)(+0000042): INSERT INTO itemTypeFields VALUES (36, 8, NULL, 10)
(4)(+0000008): INSERT INTO itemTypeFields VALUES (36, 14, NULL, 11)
(4)(+0000181): INSERT INTO itemTypeFields VALUES (36, 10, NULL, 12)
(4)(+0000067): INSERT INTO itemTypeFields VALUES (36, 87, NULL, 13)
(4)(+0000067): INSERT INTO itemTypeFields VALUES (36, 11, NULL, 14)
(4)(+0000050): INSERT INTO itemTypeFields VALUES (36, 116, NULL, 15)
(4)(+0000128): INSERT INTO itemTypeFields VALUES (36, 1, NULL, 16)
(4)(+0000003): INSERT INTO itemTypeFields VALUES (36, 27, NULL, 17)
(4)(+0000004): INSERT INTO itemTypeFields VALUES (36, 123, NULL, 18)
(4)(+0000109): INSERT INTO itemTypeFields VALUES (36, 19, NULL, 19)
(4)(+0000057): INSERT INTO itemTypeFields VALUES (36, 62, NULL, 20)
(4)(+0000010): INSERT INTO itemTypeFields VALUES (36, 18, NULL, 21)
(4)(+0000052): INSERT INTO itemTypeFields VALUES (36, 2, NULL, 22)
(4)(+0000019): INSERT INTO itemTypeFields VALUES (36, 22, NULL, 23)
(4)(+0000057): INSERT INTO baseFieldMappings VALUES (16, 4, 94)
(4)(+0000026): INSERT INTO baseFieldMappings VALUES (17, 4, 97)
(4)(+0000008): INSERT INTO baseFieldMappings VALUES (7, 8, 89)
(4)(+0000040): INSERT INTO baseFieldMappings VALUES (11, 8, 21)
(4)(+0000047): INSERT INTO baseFieldMappings VALUES (15, 8, 31)
(4)(+0000046): INSERT INTO baseFieldMappings VALUES (26, 8, 72)
(4)(+0000003): INSERT INTO baseFieldMappings VALUES (28, 8, 76)
(4)(+0000002): INSERT INTO baseFieldMappings VALUES (29, 8, 78)
(4)(+0000043): INSERT INTO baseFieldMappings VALUES (30, 8, 78)
(4)(+0000006): INSERT INTO baseFieldMappings VALUES (32, 8, 83)
(4)(+0000032): INSERT INTO baseFieldMappings VALUES (16, 10, 95)
(4)(+0000011): INSERT INTO baseFieldMappings VALUES (17, 10, 98)
(4)(+0000026): INSERT INTO baseFieldMappings VALUES (3, 12, 115)
(4)(+0000028): INSERT INTO baseFieldMappings VALUES (33, 12, 114)
(4)(+0000038): INSERT INTO baseFieldMappings VALUES (13, 12, 91)
(4)(+0000004): INSERT INTO baseFieldMappings VALUES (23, 12, 107)
(4)(+0000030): INSERT INTO baseFieldMappings VALUES (25, 12, 104)
(4)(+0000032): INSERT INTO baseFieldMappings VALUES (29, 12, 119)
(4)(+0000040): INSERT INTO baseFieldMappings VALUES (30, 12, 119)
(4)(+0000030): INSERT INTO baseFieldMappings VALUES (35, 12, 85)
(4)(+0000048): INSERT INTO baseFieldMappings VALUES (36, 12, 86)
(4)(+0000006): INSERT INTO baseFieldMappings VALUES (17, 14, 96)
(4)(+0000045): INSERT INTO baseFieldMappings VALUES (19, 14, 52)
(4)(+0000061): INSERT INTO baseFieldMappings VALUES (20, 14, 100)
(4)(+0000028): INSERT INTO baseFieldMappings VALUES (15, 60, 92)
(4)(+0000007): INSERT INTO baseFieldMappings VALUES (16, 60, 93)
(4)(+0000035): INSERT INTO baseFieldMappings VALUES (17, 60, 117)
(4)(+0000004): INSERT INTO baseFieldMappings VALUES (18, 60, 99)
(4)(+0000003): INSERT INTO baseFieldMappings VALUES (19, 60, 50)
(4)(+0000002): INSERT INTO baseFieldMappings VALUES (20, 60, 101)
(4)(+0000030): INSERT INTO baseFieldMappings VALUES (29, 60, 105)
(4)(+0000005): INSERT INTO baseFieldMappings VALUES (30, 60, 105)
(4)(+0000038): INSERT INTO baseFieldMappings VALUES (31, 60, 105)
(4)(+0000051): INSERT INTO baseFieldMappings VALUES (7, 108, 69)
(4)(+0000031): INSERT INTO baseFieldMappings VALUES (8, 108, 65)
(4)(+0000060): INSERT INTO baseFieldMappings VALUES (9, 108, 66)
(4)(+0000035): INSERT INTO baseFieldMappings VALUES (11, 108, 122)
(4)(+0000034): INSERT INTO baseFieldMappings VALUES (13, 108, 70)
(4)(+0000006): INSERT INTO baseFieldMappings VALUES (15, 108, 32)
(4)(+0000044): INSERT INTO baseFieldMappings VALUES (22, 108, 67)
(4)(+0000005): INSERT INTO baseFieldMappings VALUES (23, 108, 70)
(4)(+0000002): INSERT INTO baseFieldMappings VALUES (25, 108, 79)
(4)(+0000029): INSERT INTO baseFieldMappings VALUES (27, 108, 74)
(4)(+0000005): INSERT INTO baseFieldMappings VALUES (10, 109, 64)
(4)(+0000032): INSERT INTO baseFieldMappings VALUES (11, 109, 63)
(4)(+0000031): INSERT INTO baseFieldMappings VALUES (12, 109, 59)
(4)(+0000036): INSERT INTO baseFieldMappings VALUES (26, 109, 71)
(4)(+0000003): INSERT INTO baseFieldMappings VALUES (28, 109, 63)
(4)(+0000033): INSERT INTO baseFieldMappings VALUES (29, 109, 63)
(4)(+0000033): INSERT INTO baseFieldMappings VALUES (30, 109, 71)
(4)(+0000034): INSERT INTO baseFieldMappings VALUES (31, 109, 80)
(4)(+0000002): INSERT INTO baseFieldMappings VALUES (17, 110, 111)
(4)(+0000036): INSERT INTO baseFieldMappings VALUES (20, 110, 112)
(4)(+0000042): INSERT INTO baseFieldMappings VALUES (21, 110, 113)
(4)(+0000032): INSERT INTO creatorTypes VALUES(1, "author")
(4)(+0000043): INSERT INTO creatorTypes VALUES(2, "contributor")
(4)(+0000049): INSERT INTO creatorTypes VALUES(3, "editor")
(4)(+0000005): INSERT INTO creatorTypes VALUES(4, "translator")
(4)(+0000027): INSERT INTO creatorTypes VALUES(5, "seriesEditor")
(4)(+0000007): INSERT INTO creatorTypes VALUES(6, "interviewee")
(4)(+0000025): INSERT INTO creatorTypes VALUES(7, "interviewer")
(4)(+0000006): INSERT INTO creatorTypes VALUES(8, "director")
(4)(+0000034): INSERT INTO creatorTypes VALUES(9, "scriptwriter")
(4)(+0000107): INSERT INTO creatorTypes VALUES(10, "producer")
(4)(+0000006): INSERT INTO creatorTypes VALUES(11, "castMember")
(4)(+0000009): INSERT INTO creatorTypes VALUES(12, "sponsor")
(4)(+0000085): INSERT INTO creatorTypes VALUES(13, "counsel")
(4)(+0000006): INSERT INTO creatorTypes VALUES(14, "inventor")
(4)(+0000002): INSERT INTO creatorTypes VALUES(15, "attorneyAgent")
(4)(+0000002): INSERT INTO creatorTypes VALUES(16, "recipient")
(4)(+0000003): INSERT INTO creatorTypes VALUES(17, "performer")
(4)(+0000003): INSERT INTO creatorTypes VALUES(18, "composer")
(4)(+0000028): INSERT INTO creatorTypes VALUES(19, "wordsBy")
(4)(+0000004): INSERT INTO creatorTypes VALUES(20, "cartographer")
(4)(+0000033): INSERT INTO creatorTypes VALUES(21, "programmer")
(4)(+0000017): INSERT INTO creatorTypes VALUES(22, "artist")
(4)(+0000002): INSERT INTO creatorTypes VALUES(23, "commenter")
(4)(+0000028): INSERT INTO creatorTypes VALUES(24, "presenter")
(4)(+0000007): INSERT INTO creatorTypes VALUES(25, "guest")
(4)(+0000026): INSERT INTO creatorTypes VALUES(26, "podcaster")
(4)(+0000005): INSERT INTO creatorTypes VALUES(27, "reviewedAuthor")
(4)(+0000004): INSERT INTO creatorTypes VALUES(28, "cosponsor")
(4)(+0000030): INSERT INTO creatorTypes VALUES(29, "bookAuthor")
(4)(+0000028): INSERT INTO itemTypeCreatorTypes VALUES(2,1,1)
(4)(+0000006): INSERT INTO itemTypeCreatorTypes VALUES(2,2,0)
(4)(+0000008): INSERT INTO itemTypeCreatorTypes VALUES(2,3,0)
(4)(+0000003): INSERT INTO itemTypeCreatorTypes VALUES(2,4,0)
(4)(+0000003): INSERT INTO itemTypeCreatorTypes VALUES(2,5,0)
(4)(+0000003): INSERT INTO itemTypeCreatorTypes VALUES(3,1,1)
(4)(+0000028): INSERT INTO itemTypeCreatorTypes VALUES(3,2,0)
(4)(+0000006): INSERT INTO itemTypeCreatorTypes VALUES(3,3,0)
(4)(+0000004): INSERT INTO itemTypeCreatorTypes VALUES(3,29,0)
(4)(+0000032): INSERT INTO itemTypeCreatorTypes VALUES(3,4,0)
(4)(+0000029): INSERT INTO itemTypeCreatorTypes VALUES(3,5,0)
(4)(+0000032): INSERT INTO itemTypeCreatorTypes VALUES(4,1,1)
(4)(+0000004): INSERT INTO itemTypeCreatorTypes VALUES(4,2,0)
(4)(+0000007): INSERT INTO itemTypeCreatorTypes VALUES(4,3,0)
(4)(+0000037): INSERT INTO itemTypeCreatorTypes VALUES(4,4,0)
(4)(+0000007): INSERT INTO itemTypeCreatorTypes VALUES(4,27,0)
(4)(+0000005): INSERT INTO itemTypeCreatorTypes VALUES(5,1,1)
(4)(+0000027): INSERT INTO itemTypeCreatorTypes VALUES(5,2,0)
(4)(+0000008): INSERT INTO itemTypeCreatorTypes VALUES(5,4,0)
(4)(+0000029): INSERT INTO itemTypeCreatorTypes VALUES(5,27,0)
(4)(+0000034): INSERT INTO itemTypeCreatorTypes VALUES(6,1,1)
(4)(+0000037): INSERT INTO itemTypeCreatorTypes VALUES(6,2,0)
(4)(+0000040): INSERT INTO itemTypeCreatorTypes VALUES(6,4,0)
(4)(+0000044): INSERT INTO itemTypeCreatorTypes VALUES(6,27,0)
(4)(+0000034): INSERT INTO itemTypeCreatorTypes VALUES(7,1,1)
(4)(+0000033): INSERT INTO itemTypeCreatorTypes VALUES(7,2,0)
(4)(+0000034): INSERT INTO itemTypeCreatorTypes VALUES(8,1,1)
(4)(+0000031): INSERT INTO itemTypeCreatorTypes VALUES(8,2,0)
(4)(+0000003): INSERT INTO itemTypeCreatorTypes VALUES(8,16,0)
(4)(+0000004): INSERT INTO itemTypeCreatorTypes VALUES(9,1,1)
(4)(+0000030): INSERT INTO itemTypeCreatorTypes VALUES(9,2,0)
(4)(+0000031): INSERT INTO itemTypeCreatorTypes VALUES(9,4,0)
(4)(+0000032): INSERT INTO itemTypeCreatorTypes VALUES(10,6,1)
(4)(+0000003): INSERT INTO itemTypeCreatorTypes VALUES(10,2,0)
(4)(+0000002): INSERT INTO itemTypeCreatorTypes VALUES(10,7,0)
(4)(+0000004): INSERT INTO itemTypeCreatorTypes VALUES(10,4,0)
(4)(+0000028): INSERT INTO itemTypeCreatorTypes VALUES(11,8,1)
(4)(+0000030): INSERT INTO itemTypeCreatorTypes VALUES(11,2,0)
(4)(+0000036): INSERT INTO itemTypeCreatorTypes VALUES(11,9,0)
(4)(+0000003): INSERT INTO itemTypeCreatorTypes VALUES(11,10,0)
(4)(+0000032): INSERT INTO itemTypeCreatorTypes VALUES(12,22,1)
(4)(+0000030): INSERT INTO itemTypeCreatorTypes VALUES(12,2,0)
(4)(+0000037): INSERT INTO itemTypeCreatorTypes VALUES(13,1,1)
(4)(+0000037): INSERT INTO itemTypeCreatorTypes VALUES(13,2,0)
(4)(+0000033): INSERT INTO itemTypeCreatorTypes VALUES(13,4,0)
(4)(+0000003): INSERT INTO itemTypeCreatorTypes VALUES(15,1,1)
(4)(+0000031): INSERT INTO itemTypeCreatorTypes VALUES(15,2,0)
(4)(+0000007): INSERT INTO itemTypeCreatorTypes VALUES(15,4,0)
(4)(+0000026): INSERT INTO itemTypeCreatorTypes VALUES(15,5,0)
(4)(+0000005): INSERT INTO itemTypeCreatorTypes VALUES(16,12,1)
(4)(+0000029): INSERT INTO itemTypeCreatorTypes VALUES(16,28,0)
(4)(+0000007): INSERT INTO itemTypeCreatorTypes VALUES(16,2,0)
(4)(+0000028): INSERT INTO itemTypeCreatorTypes VALUES(17,1,1)
(4)(+0000008): INSERT INTO itemTypeCreatorTypes VALUES(17,13,0)
(4)(+0000005): INSERT INTO itemTypeCreatorTypes VALUES(17,2,0)
(4)(+0000003): INSERT INTO itemTypeCreatorTypes VALUES(18,2,1)
(4)(+0000002): INSERT INTO itemTypeCreatorTypes VALUES(19,14,1)
(4)(+0000004): INSERT INTO itemTypeCreatorTypes VALUES(19,15,0)
(4)(+0000003): INSERT INTO itemTypeCreatorTypes VALUES(19,2,0)
(4)(+0000002): INSERT INTO itemTypeCreatorTypes VALUES(20,1,1)
(4)(+0000003): INSERT INTO itemTypeCreatorTypes VALUES(20,2,0)
(4)(+0000003): INSERT INTO itemTypeCreatorTypes VALUES(21,1,1)
(4)(+0000002): INSERT INTO itemTypeCreatorTypes VALUES(21,2,0)
(4)(+0000004): INSERT INTO itemTypeCreatorTypes VALUES(21,16,0)
(4)(+0000014): INSERT INTO itemTypeCreatorTypes VALUES(22,20,1)
(4)(+0000007): INSERT INTO itemTypeCreatorTypes VALUES(22,2,0)
(4)(+0000002): INSERT INTO itemTypeCreatorTypes VALUES(22,5,0)
(4)(+0000003): INSERT INTO itemTypeCreatorTypes VALUES(23,1,1)
(4)(+0000002): INSERT INTO itemTypeCreatorTypes VALUES(23,23,0)
(4)(+0000002): INSERT INTO itemTypeCreatorTypes VALUES(23,2,0)
(4)(+0000004): INSERT INTO itemTypeCreatorTypes VALUES(24,1,1)
(4)(+0000029): INSERT INTO itemTypeCreatorTypes VALUES(24,2,0)
(4)(+0000034): INSERT INTO itemTypeCreatorTypes VALUES(24,16,0)
(4)(+0000033): INSERT INTO itemTypeCreatorTypes VALUES(25,1,1)
(4)(+0000004): INSERT INTO itemTypeCreatorTypes VALUES(25,2,0)
(4)(+0000033): INSERT INTO itemTypeCreatorTypes VALUES(26,2,0)
(4)(+0000031): INSERT INTO itemTypeCreatorTypes VALUES(26,17,1)
(4)(+0000034): INSERT INTO itemTypeCreatorTypes VALUES(26,18,0)
(4)(+0000006): INSERT INTO itemTypeCreatorTypes VALUES(26,19,0)
(4)(+0000031): INSERT INTO itemTypeCreatorTypes VALUES(27,24,1)
(4)(+0000033): INSERT INTO itemTypeCreatorTypes VALUES(27,2,0)
(4)(+0000027): INSERT INTO itemTypeCreatorTypes VALUES(28,8,1)
(4)(+0000002): INSERT INTO itemTypeCreatorTypes VALUES(28,9,0)
(4)(+0000002): INSERT INTO itemTypeCreatorTypes VALUES(28,10,0)
(4)(+0000003): INSERT INTO itemTypeCreatorTypes VALUES(28,11,0)
(4)(+0000039): INSERT INTO itemTypeCreatorTypes VALUES(28,2,0)
(4)(+0000027): INSERT INTO itemTypeCreatorTypes VALUES(29,8,1)
(4)(+0000029): INSERT INTO itemTypeCreatorTypes VALUES(29,9,0)
(4)(+0000003): INSERT INTO itemTypeCreatorTypes VALUES(29,10,0)
(4)(+0000004): INSERT INTO itemTypeCreatorTypes VALUES(29,11,0)
(4)(+0000032): INSERT INTO itemTypeCreatorTypes VALUES(29,2,0)
(4)(+0000030): INSERT INTO itemTypeCreatorTypes VALUES(29,25,0)
(4)(+0000034): INSERT INTO itemTypeCreatorTypes VALUES(30,8,1)
(4)(+0000005): INSERT INTO itemTypeCreatorTypes VALUES(30,9,0)
(4)(+0000003): INSERT INTO itemTypeCreatorTypes VALUES(30,10,0)
(4)(+0000034): INSERT INTO itemTypeCreatorTypes VALUES(30,11,0)
(4)(+0000029): INSERT INTO itemTypeCreatorTypes VALUES(30,2,0)
(4)(+0000033): INSERT INTO itemTypeCreatorTypes VALUES(30,25,0)
(4)(+0000003): INSERT INTO itemTypeCreatorTypes VALUES(31,26,1)
(4)(+0000003): INSERT INTO itemTypeCreatorTypes VALUES(31,2,0)
(4)(+0000030): INSERT INTO itemTypeCreatorTypes VALUES(31,25,0)
(4)(+0000031): INSERT INTO itemTypeCreatorTypes VALUES(32,21,1)
(4)(+0000032): INSERT INTO itemTypeCreatorTypes VALUES(32,2,0)
(4)(+0000009): INSERT INTO itemTypeCreatorTypes VALUES(33, 1, 1)
(4)(+0000032): INSERT INTO itemTypeCreatorTypes VALUES(33, 2, 0)
(4)(+0000028): INSERT INTO itemTypeCreatorTypes VALUES(33, 3, 0)
(4)(+0000033): INSERT INTO itemTypeCreatorTypes VALUES(33, 4, 0)
(4)(+0000003): INSERT INTO itemTypeCreatorTypes VALUES(33, 5, 0)
(4)(+0000002): INSERT INTO itemTypeCreatorTypes VALUES(34,1,1)
(4)(+0000003): INSERT INTO itemTypeCreatorTypes VALUES(34,2,0)
(4)(+0000006): INSERT INTO itemTypeCreatorTypes VALUES(34,3,0)
(4)(+0000027): INSERT INTO itemTypeCreatorTypes VALUES(34,4,0)
(4)(+0000030): INSERT INTO itemTypeCreatorTypes VALUES(34,27,0)
(4)(+0000033): INSERT INTO itemTypeCreatorTypes VALUES(35,1,1)
(4)(+0000002): INSERT INTO itemTypeCreatorTypes VALUES(35,2,0)
(4)(+0000003): INSERT INTO itemTypeCreatorTypes VALUES(35,3,0)
(4)(+0000003): INSERT INTO itemTypeCreatorTypes VALUES(35,4,0)
(4)(+0000032): INSERT INTO itemTypeCreatorTypes VALUES(35,5,0)
(4)(+0000027): INSERT INTO itemTypeCreatorTypes VALUES(36,1,1)
(4)(+0000034): INSERT INTO itemTypeCreatorTypes VALUES(36,2,0)
(4)(+0000003): INSERT INTO itemTypeCreatorTypes VALUES(36,3,0)
(4)(+0000002): INSERT INTO itemTypeCreatorTypes VALUES(36,4,0)
(4)(+0000003): INSERT INTO itemTypeCreatorTypes VALUES(36,5,0)
(4)(+0000032): INSERT INTO "charsets" VALUES (1, "utf-8")
(4)(+0000028): INSERT INTO "charsets" VALUES (2, "big5")
(4)(+0000036): INSERT INTO "charsets" VALUES (3, "euc-jp")
(4)(+0000002): INSERT INTO "charsets" VALUES (4, "euc-kr")
(4)(+0000003): INSERT INTO "charsets" VALUES (5, "gb18030")
(4)(+0000033): INSERT INTO "charsets" VALUES (6, "gbk")
(4)(+0000029): INSERT INTO "charsets" VALUES (7, "ibm866")
(4)(+0000034): INSERT INTO "charsets" VALUES (8, "iso-2022-jp")
(4)(+0000003): INSERT INTO "charsets" VALUES (9, "iso-8859-2")
(4)(+0000002): INSERT INTO "charsets" VALUES (10, "iso-8859-3")
(4)(+0000007): INSERT INTO "charsets" VALUES (11, "iso-8859-4")
(4)(+0000028): INSERT INTO "charsets" VALUES (12, "iso-8859-5")
(4)(+0000028): INSERT INTO "charsets" VALUES (13, "iso-8859-6")
(4)(+0000035): INSERT INTO "charsets" VALUES (14, "iso-8859-7")
(4)(+0000003): INSERT INTO "charsets" VALUES (15, "iso-8859-8")
(4)(+0000004): INSERT INTO "charsets" VALUES (16, "iso-8859-8-i")
(4)(+0000042): INSERT INTO "charsets" VALUES (17, "iso-8859-10")
(4)(+0000005): INSERT INTO "charsets" VALUES (18, "iso-8859-13")
(4)(+0000006): INSERT INTO "charsets" VALUES (19, "iso-8859-14")
(4)(+0000030): INSERT INTO "charsets" VALUES (20, "iso-8859-15")
(4)(+0000010): INSERT INTO "charsets" VALUES (21, "iso-8859-16")
(4)(+0000003): INSERT INTO "charsets" VALUES (22, "koi8-r")
(4)(+0000005): INSERT INTO "charsets" VALUES (23, "koi8-u")
(4)(+0000033): INSERT INTO "charsets" VALUES (24, "macintosh")
(4)(+0000033): INSERT INTO "charsets" VALUES (25, "replacement")
(4)(+0000033): INSERT INTO "charsets" VALUES (26, "shift_jis")
(4)(+0000003): INSERT INTO "charsets" VALUES (27, "utf-16be")
(4)(+0000044): INSERT INTO "charsets" VALUES (28, "utf-16le")
(4)(+0000007): INSERT INTO "charsets" VALUES (29, "windows-874")
(4)(+0000032): INSERT INTO "charsets" VALUES (30, "windows-1250")
(4)(+0000010): INSERT INTO "charsets" VALUES (31, "windows-1251")
(4)(+0000004): INSERT INTO "charsets" VALUES (32, "windows-1252")
(4)(+0000003): INSERT INTO "charsets" VALUES (33, "windows-1253")
(4)(+0000008): INSERT INTO "charsets" VALUES (34, "windows-1254")
(4)(+0000038): INSERT INTO "charsets" VALUES (35, "windows-1255")
(4)(+0000009): INSERT INTO "charsets" VALUES (36, "windows-1256")
(4)(+0000031): INSERT INTO "charsets" VALUES (37, "windows-1257")
(4)(+0000021): INSERT INTO "charsets" VALUES (38, "windows-1258")
(4)(+0000035): INSERT INTO "charsets" VALUES (39, "x-mac-cyrillic")
(4)(+0000023): INSERT INTO "charsets" VALUES (40, "x-user-defined")
(4)(+0000003): INSERT INTO "fileTypes" VALUES(1, 'webpage')
(4)(+0000002): INSERT INTO "fileTypes" VALUES(2, 'image')
(4)(+0000028): INSERT INTO "fileTypes" VALUES(3, 'pdf')
(4)(+0000004): INSERT INTO "fileTypes" VALUES(4, 'audio')
(4)(+0000003): INSERT INTO "fileTypes" VALUES(5, 'video')
(4)(+0000030): INSERT INTO "fileTypes" VALUES(6, 'document')
(4)(+0000010): INSERT INTO "fileTypes" VALUES(7, 'presentation')
(4)(+0000027): INSERT INTO "fileTypeMIMETypes" VALUES(1, 'text/html')
(4)(+0000034): INSERT INTO "fileTypeMIMETypes" VALUES(2, 'image/')
(4)(+0000041): INSERT INTO "fileTypeMIMETypes" VALUES(2, 'application/vnd.oasis.opendocument.graphics')
(4)(+0000035): INSERT INTO "fileTypeMIMETypes" VALUES(2, 'application/vnd.oasis.opendocument.image')
(4)(+0000009): INSERT INTO "fileTypeMIMETypes" VALUES(3, 'application/pdf')
(4)(+0000011): INSERT INTO "fileTypeMIMETypes" VALUES(4, 'audio/')
(4)(+0000003): INSERT INTO "fileTypeMIMETypes" VALUES(4, 'x-pn-realaudio')
(4)(+0000003): INSERT INTO "fileTypeMIMETypes" VALUES(4, 'application/ogg')
(4)(+0000005): INSERT INTO "fileTypeMIMETypes" VALUES(4, 'application/x-killustrator')
(4)(+0000024): INSERT INTO "fileTypeMIMETypes" VALUES(5, 'video/')
(4)(+0000007): INSERT INTO "fileTypeMIMETypes" VALUES(5, 'application/x-shockwave-flash')
(4)(+0000034): INSERT INTO "fileTypeMIMETypes" VALUES(6, 'text/plain')
(4)(+0000031): INSERT INTO "fileTypeMIMETypes" VALUES(6, 'application/rtf')
(4)(+0000003): INSERT INTO "fileTypeMIMETypes" VALUES(6, 'application/msword')
(4)(+0000036): INSERT INTO "fileTypeMIMETypes" VALUES(6, 'text/xml')
(4)(+0000028): INSERT INTO "fileTypeMIMETypes" VALUES(6, 'application/postscript')
(4)(+0000027): INSERT INTO "fileTypeMIMETypes" VALUES(6, 'application/wordperfect5.1')
(4)(+0000003): INSERT INTO "fileTypeMIMETypes" VALUES(6, 'application/x-latex')
(4)(+0000003): INSERT INTO "fileTypeMIMETypes" VALUES(6, 'application/x-tex')
(4)(+0000003): INSERT INTO "fileTypeMIMETypes" VALUES(6, 'application/x-kword')
(4)(+0000002): INSERT INTO "fileTypeMIMETypes" VALUES(6, 'application/x-kspread')
(4)(+0000030): INSERT INTO "fileTypeMIMETypes" VALUES(6, 'application/x-kchart')
(4)(+0000006): INSERT INTO "fileTypeMIMETypes" VALUES(6, 'application/vnd.oasis.opendocument.chart')
(4)(+0000026): INSERT INTO "fileTypeMIMETypes" VALUES(6, 'application/vnd.oasis.opendocument.database')
(4)(+0000006): INSERT INTO "fileTypeMIMETypes" VALUES(6, 'application/vnd.oasis.opendocument.formula')
(4)(+0000029): INSERT INTO "fileTypeMIMETypes" VALUES(6, 'application/vnd.oasis.opendocument.spreadsheet')
(4)(+0000005): INSERT INTO "fileTypeMIMETypes" VALUES(6, 'application/vnd.oasis.opendocument.text')
(4)(+0000030): INSERT INTO "fileTypeMIMETypes" VALUES(7, 'application/powerpoint')
(4)(+0000007): INSERT INTO "fileTypeMIMETypes" VALUES(7, 'application/vnd.oasis.opendocument.presentation')
(4)(+0000030): INSERT INTO "fileTypeMIMETypes" VALUES(7, 'application/x-kpresenter')
(4)(+0000026): INSERT INTO "syncObjectTypes" VALUES(1, 'collection')
(4)(+0000038): INSERT INTO "syncObjectTypes" VALUES(2, 'creator')
(4)(+0000003): INSERT INTO "syncObjectTypes" VALUES(3, 'item')
(4)(+0000002): INSERT INTO "syncObjectTypes" VALUES(4, 'search')
(4)(+0000034): INSERT INTO "syncObjectTypes" VALUES(5, 'tag')
(4)(+0000025): INSERT INTO "syncObjectTypes" VALUES(6, 'relation')
(4)(+0000037): INSERT INTO "syncObjectTypes" VALUES(7, 'setting')
(4)(+0000003): REPLACE INTO version (schema,version) VALUES (?,?) ['system', 32]
(3)(+0000008): Updating custom tables
(4)(+0000002): DELETE FROM itemTypesCombined
(4)(+0000019): SELECT COUNT(*) FROM sqlite_master WHERE type='table' AND tbl_name=? ['customItemTypes']
(4)(+0000008): DELETE FROM fieldsCombined WHERE fieldID NOT IN (SELECT fieldID FROM itemData)
(4)(+0000028): DELETE FROM itemTypeFieldsCombined
(4)(+0000034): DELETE FROM baseFieldMappingsCombined
(4)(+0000003): 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
(4)(+0000002): INSERT OR IGNORE 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
(4)(+0000007): 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
(4)(+0000042): INSERT INTO baseFieldMappingsCombined SELECT itemTypeID, baseFieldID, fieldID FROM baseFieldMappings UNION SELECT customItemTypeID + 10000 AS itemTypeID, baseFieldID, customFieldID + 10000 AS fieldID FROM customBaseFieldMappings
(3)(+0000031): HTTP GET resource://zotero/schema/userdata.sql
(3)(+0000035): HTTP GET resource://zotero/schema/userdata.sql succeeded with 200
(3)(+0000003): Updating user data tables from version 77 to 90
(4)(+0000009): REPLACE INTO settings VALUES ('client', 'lastCompatibleVersion', ?) ['5.0-beta.110+008bcff']
(4)(+0000026): REPLACE INTO version (schema,version) VALUES (?,?) ['compatibility', 1]
(4)(+0000034): DELETE FROM libraries WHERE libraryID != 0 AND libraryID NOT IN (SELECT libraryID FROM groups)
(4)(+0000030): ALTER TABLE libraries RENAME TO librariesOld
(4)(+0000010): CREATE TABLE libraries ( libraryID INTEGER PRIMARY KEY, type TEXT NOT NULL, editable INT NOT NULL, filesEditable INT NOT NULL, version INT NOT NULL DEFAULT 0, lastSync INT NOT NULL DEFAULT 0, lastStorageSync INT NOT NULL DEFAULT 0 )
(4)(+0000004): INSERT INTO libraries (libraryID, type, editable, filesEditable) VALUES (1, 'user', 1, 1)
(4)(+0000003): INSERT INTO libraries (libraryID, type, editable, filesEditable) VALUES (4, 'publications', 1, 1)
(4)(+0000004): INSERT INTO libraries SELECT libraryID, libraryType, editable, filesEditable, 0, 0, 0 FROM librariesOld JOIN groups USING (libraryID)
(4)(+0000025): INSERT OR IGNORE INTO syncObjectTypes VALUES (7, 'setting')
(4)(+0000007): DELETE FROM version WHERE schema IN ('userdata2', 'userdata3')
(4)(+0000002): CREATE TABLE syncCache ( libraryID INT NOT NULL, key TEXT NOT NULL, syncObjectTypeID INT NOT NULL, version INT NOT NULL, data TEXT, PRIMARY KEY (libraryID, key, syncObjectTypeID, version), FOREIGN KEY (libraryID) REFERENCES libraries(libraryID) ON DELETE CASCADE, FOREIGN KEY (syncObjectTypeID) REFERENCES syncObjectTypes(syncObjectTypeID) )
(4)(+0000035): DROP TABLE translatorCache
(4)(+0000043): CREATE TABLE translatorCache ( fileName TEXT PRIMARY KEY, metadataJSON TEXT, lastModifiedTime INT );
(4)(+0000005): DROP TRIGGER IF EXISTS fki_annotations_itemID_itemAttachments_itemID
(4)(+0000006): DROP TRIGGER IF EXISTS fku_annotations_itemID_itemAttachments_itemID
(4)(+0000044): DROP TRIGGER IF EXISTS fkd_annotations_itemID_itemAttachments_itemID
(4)(+0000035): DROP TRIGGER IF EXISTS fku_itemAttachments_itemID_annotations_itemID
(4)(+0000033): DROP TRIGGER IF EXISTS fki_collections_parentCollectionID_collections_collectionID
(4)(+0000031): DROP TRIGGER IF EXISTS fku_collections_parentCollectionID_collections_collectionID
(4)(+0000004): DROP TRIGGER IF EXISTS fkd_collections_parentCollectionID_collections_collectionID
(4)(+0000012): DROP TRIGGER IF EXISTS fku_collections_collectionID_collections_parentCollectionID
(4)(+0000032): DROP TRIGGER IF EXISTS fki_collectionItems_collectionID_collections_collectionID
(4)(+0000033): DROP TRIGGER IF EXISTS fku_collectionItems_collectionID_collections_collectionID
(4)(+0000005): DROP TRIGGER IF EXISTS fkd_collectionItems_collectionID_collections_collectionID
(4)(+0000003): DROP TRIGGER IF EXISTS fku_collections_collectionID_collectionItems_collectionID
(4)(+0000003): DROP TRIGGER IF EXISTS fki_collectionItems_itemID_items_itemID
(4)(+0000029): DROP TRIGGER IF EXISTS fku_collectionItems_itemID_items_itemID
(4)(+0000005): DROP TRIGGER IF EXISTS fkd_collectionItems_itemID_items_itemID
(4)(+0000029): DROP TRIGGER IF EXISTS fku_items_itemID_collectionItems_itemID
(4)(+0000034): DROP TRIGGER IF EXISTS fki_creators_creatorDataID_creatorData_creatorDataID
(4)(+0000033): DROP TRIGGER IF EXISTS fku_creators_creatorDataID_creatorData_creatorDataID
(4)(+0000003): DROP TRIGGER IF EXISTS fkd_creators_creatorDataID_creatorData_creatorDataID
(4)(+0000002): DROP TRIGGER IF EXISTS fku_creatorData_creatorDataID_creators_creatorDataID
(4)(+0000030): DROP TRIGGER IF EXISTS fki_customBaseFieldMappings_customItemTypeID_customItemTypes_customItemTypeID
(4)(+0000005): DROP TRIGGER IF EXISTS fku_customBaseFieldMappings_customItemTypeID_customItemTypes_customItemTypeID
(4)(+0000027): DROP TRIGGER IF EXISTS fkd_customBaseFieldMappings_customItemTypeID_customItemTypes_customItemTypeID
(4)(+0000005): DROP TRIGGER IF EXISTS fku_customItemTypes_customItemTypeID_customBaseFieldMappings_customItemTypeID
(4)(+0000032): DROP TRIGGER IF EXISTS fki_customBaseFieldMappings_baseFieldID_fields_fieldID
(4)(+0000029): DROP TRIGGER IF EXISTS fku_customBaseFieldMappings_baseFieldID_fields_fieldID
(4)(+0000005): DROP TRIGGER IF EXISTS fki_customBaseFieldMappings_customFieldID_customFields_customFieldID
(4)(+0000008): DROP TRIGGER IF EXISTS fku_customBaseFieldMappings_customFieldID_customFields_customFieldID
(4)(+0000028): DROP TRIGGER IF EXISTS fkd_customBaseFieldMappings_customFieldID_customFields_customFieldID
(4)(+0000034): DROP TRIGGER IF EXISTS fku_customFields_customFieldID_customBaseFieldMappings_customFieldID
(4)(+0000027): DROP TRIGGER IF EXISTS fki_customItemTypeFields_customItemTypeID_customItemTypes_customItemTypeID
(4)(+0000004): DROP TRIGGER IF EXISTS fku_customItemTypeFields_customItemTypeID_customItemTypes_customItemTypeID
(4)(+0000004): DROP TRIGGER IF EXISTS fkd_customItemTypeFields_customItemTypeID_customItemTypes_customItemTypeID
(4)(+0000033): DROP TRIGGER IF EXISTS fku_customItemTypes_customItemTypeID_customItemTypeFields_customItemTypeID
(4)(+0000038): DROP TRIGGER IF EXISTS fki_customItemTypeFields_fieldID_fields_fieldID
(4)(+0000033): DROP TRIGGER IF EXISTS fku_customItemTypeFields_fieldID_fields_fieldID
(4)(+0000026): DROP TRIGGER IF EXISTS fku_customItemTypeFields_customFieldID_customFields_customFieldID
(4)(+0000036): DROP TRIGGER IF EXISTS fkd_customItemTypeFields_customFieldID_customFields_customFieldID
(4)(+0000003): DROP TRIGGER IF EXISTS fku_customFields_customFieldID_customItemTypeFields_customFieldID
(4)(+0000003): DROP TRIGGER IF EXISTS fki_fulltextItems_itemID_items_itemID
(4)(+0000032): DROP TRIGGER IF EXISTS fku_fulltextItems_itemID_items_itemID
(4)(+0000033): DROP TRIGGER IF EXISTS fkd_fulltextItems_itemID_items_itemID
(4)(+0000031): DROP TRIGGER IF EXISTS fku_items_itemID_fulltextItems_itemID
(4)(+0000003): DROP TRIGGER IF EXISTS fki_fulltextItemWords_wordID_fulltextWords_wordID
(4)(+0000005): DROP TRIGGER IF EXISTS fku_fulltextItemWords_wordID_fulltextWords_wordID
(4)(+0000036): DROP TRIGGER IF EXISTS fkd_fulltextItemWords_wordID_fulltextWords_wordID
(4)(+0000025): DROP TRIGGER IF EXISTS fku_fulltextWords_wordID_fulltextItemWords_wordID
(4)(+0000031): DROP TRIGGER IF EXISTS fki_fulltextItemWords_itemID_items_itemID
(4)(+0000003): DROP TRIGGER IF EXISTS fku_fulltextItemWords_itemID_items_itemID
(4)(+0000004): DROP TRIGGER IF EXISTS fkd_fulltextItemWords_itemID_items_itemID
(4)(+0000028): DROP TRIGGER IF EXISTS fku_items_itemID_fulltextItemWords_itemID
(4)(+0000004): DROP TRIGGER IF EXISTS fki_groups_libraryID_libraries_libraryID
(4)(+0000030): DROP TRIGGER IF EXISTS fku_groups_libraryID_libraries_libraryID
(4)(+0000033): DROP TRIGGER IF EXISTS fkd_groups_libraryID_libraries_libraryID
(4)(+0000003): DROP TRIGGER IF EXISTS fku_libraries_libraryID_groups_libraryID
(4)(+0000003): DROP TRIGGER IF EXISTS fki_groupItems_createdByUserID_users_userID
(4)(+0000006): DROP TRIGGER IF EXISTS fku_groupItems_createdByUserID_users_userID
(4)(+0000028): DROP TRIGGER IF EXISTS fkd_groupItems_createdByUserID_users_userID
(4)(+0000029): DROP TRIGGER IF EXISTS fku_users_userID_groupItems_createdByUserID
(4)(+0000034): DROP TRIGGER IF EXISTS fki_groupItems_lastModifiedByUserID_users_userID
(4)(+0000003): DROP TRIGGER IF EXISTS fku_groupItems_lastModifiedByUserID_users_userID
(4)(+0000002): DROP TRIGGER IF EXISTS fkd_groupItems_lastModifiedByUserID_users_userID
(4)(+0000036): DROP TRIGGER IF EXISTS fku_users_userID_groupItems_lastModifiedByUserID
(4)(+0000009): DROP TRIGGER IF EXISTS fki_highlights_itemID_itemAttachments_itemID
(4)(+0000031): DROP TRIGGER IF EXISTS fku_highlights_itemID_itemAttachments_itemID
(4)(+0000006): DROP TRIGGER IF EXISTS fkd_highlights_itemID_itemAttachments_itemID
(4)(+0000003): DROP TRIGGER IF EXISTS fku_itemAttachments_itemID_highlights_itemID
(4)(+0000030): DROP TRIGGER IF EXISTS fki_itemAttachments_itemID_items_itemID
(4)(+0000010): DROP TRIGGER IF EXISTS fku_itemAttachments_itemID_items_itemID
(4)(+0000033): DROP TRIGGER IF EXISTS fkd_itemAttachments_itemID_items_itemID
(4)(+0000006): DROP TRIGGER IF EXISTS fku_items_itemID_itemAttachments_itemID
(4)(+0000005): DROP TRIGGER IF EXISTS fki_itemAttachments_sourceItemID_items_itemID
(4)(+0000009): DROP TRIGGER IF EXISTS fku_itemAttachments_sourceItemID_items_itemID
(4)(+0000034): DROP TRIGGER IF EXISTS fkd_itemAttachments_sourceItemID_items_itemID
(4)(+0000019): DROP TRIGGER IF EXISTS fku_items_itemID_itemAttachments_sourceItemID
(4)(+0000036): DROP TRIGGER IF EXISTS fki_itemCreators_itemID_items_itemID
(4)(+0000024): DROP TRIGGER IF EXISTS fku_itemCreators_itemID_items_itemID
(4)(+0000057): DROP TRIGGER IF EXISTS fkd_itemCreators_itemID_items_itemID
(4)(+0000059): DROP TRIGGER IF EXISTS fku_items_itemID_itemCreators_itemID
(4)(+0000024): DROP TRIGGER IF EXISTS fki_itemCreators_creatorID_creators_creatorID
(4)(+0000005): DROP TRIGGER IF EXISTS fku_itemCreators_creatorID_creators_creatorID
(4)(+0000004): DROP TRIGGER IF EXISTS fkd_itemCreators_creatorID_creators_creatorID
(4)(+0000012): DROP TRIGGER IF EXISTS fku_creators_creatorID_itemCreators_creatorID
(4)(+0000033): DROP TRIGGER IF EXISTS fki_itemCreators_creatorTypeID_creatorTypes_creatorTypeID
(4)(+0000033): DROP TRIGGER IF EXISTS fku_itemCreators_creatorTypeID_creatorTypes_creatorTypeID
(4)(+0000010): DROP TRIGGER IF EXISTS fkd_itemCreators_creatorTypeID_creatorTypes_creatorTypeID
(4)(+0000009): DROP TRIGGER IF EXISTS fku_creatorTypes_creatorTypeID_itemCreators_creatorTypeID
(4)(+0000005): DROP TRIGGER IF EXISTS fki_itemCreators_libraryID
(4)(+0000016): DROP TRIGGER IF EXISTS fku_itemCreators_libraryID
(4)(+0000019): DROP TRIGGER IF EXISTS fki_itemData_itemID_items_itemID
(4)(+0000005): DROP TRIGGER IF EXISTS fku_itemData_itemID_items_itemID
(4)(+0000026): DROP TRIGGER IF EXISTS fkd_itemData_itemID_items_itemID
(4)(+0000035): DROP TRIGGER IF EXISTS fku_items_itemID_itemData_itemID
(4)(+0000003): DROP TRIGGER IF EXISTS fki_itemData_fieldID_fields_fieldID
(4)(+0000035): DROP TRIGGER IF EXISTS fku_itemData_fieldID_fields_fieldID
(4)(+0000028): DROP TRIGGER IF EXISTS fki_itemData_valueID_itemDataValues_valueID
(4)(+0000034): DROP TRIGGER IF EXISTS fku_itemData_valueID_itemDataValues_valueID
(4)(+0000002): DROP TRIGGER IF EXISTS fkd_itemData_valueID_itemDataValues_valueID
(4)(+0000003): DROP TRIGGER IF EXISTS fku_itemDataValues_valueID_itemData_valueID
(4)(+0000040): DROP TRIGGER IF EXISTS fki_itemNotes_itemID_items_itemID
(4)(+0000005): DROP TRIGGER IF EXISTS fku_itemNotes_itemID_items_itemID
(4)(+0000003): DROP TRIGGER IF EXISTS fkd_itemNotes_itemID_items_itemID
(4)(+0000003): DROP TRIGGER IF EXISTS fku_items_itemID_itemNotes_itemID
(4)(+0000031): DROP TRIGGER IF EXISTS fki_itemNotes_sourceItemID_items_itemID
(4)(+0000009): DROP TRIGGER IF EXISTS fku_itemNotes_sourceItemID_items_itemID
(4)(+0000006): DROP TRIGGER IF EXISTS fkd_itemNotes_sourceItemID_items_itemID
(4)(+0000003): DROP TRIGGER IF EXISTS fku_items_itemID_itemNotes_sourceItemID
(4)(+0000002): DROP TRIGGER IF EXISTS fki_items_libraryID_libraries_libraryID
(4)(+0000024): DROP TRIGGER IF EXISTS fku_items_libraryID_libraries_libraryID
(4)(+0000006): DROP TRIGGER IF EXISTS fkd_items_libraryID_libraries_libraryID
(4)(+0000003): DROP TRIGGER IF EXISTS fku_libraries_libraryID_items_libraryID
(4)(+0000030): DROP TRIGGER IF EXISTS fki_itemSeeAlso_itemID_items_itemID
(4)(+0000007): DROP TRIGGER IF EXISTS fku_itemSeeAlso_itemID_items_itemID
(4)(+0000028): DROP TRIGGER IF EXISTS fkd_itemSeeAlso_itemID_items_itemID
(4)(+0000007): DROP TRIGGER IF EXISTS fku_items_itemID_itemSeeAlso_itemID
(4)(+0000037): DROP TRIGGER IF EXISTS fki_itemSeeAlso_linkedItemID_items_itemID
(4)(+0000006): DROP TRIGGER IF EXISTS fku_itemSeeAlso_linkedItemID_items_itemID
(4)(+0000002): DROP TRIGGER IF EXISTS fkd_itemSeeAlso_linkedItemID_items_itemID
(4)(+0000004): DROP TRIGGER IF EXISTS fku_items_itemID_itemSeeAlso_linkedItemID
(4)(+0000033): DROP TRIGGER IF EXISTS fki_itemTags_itemID_items_itemID
(4)(+0000013): DROP TRIGGER IF EXISTS fku_itemTags_itemID_items_itemID
(4)(+0000003): DROP TRIGGER IF EXISTS fkd_itemTags_itemID_items_itemID
(4)(+0000005): DROP TRIGGER IF EXISTS fkd_items_itemID_itemTags_itemID
(4)(+0000030): DROP TRIGGER IF EXISTS fki_itemTags_tagID_tags_tagID
(4)(+0000031): DROP TRIGGER IF EXISTS fku_itemTags_tagID_tags_tagID
(4)(+0000037): DROP TRIGGER IF EXISTS fkd_itemTags_tagID_tags_tagID
(4)(+0000042): DROP TRIGGER IF EXISTS fku_tags_tagID_itemTags_tagID
(4)(+0000042): DROP TRIGGER IF EXISTS fki_savedSearchConditions_savedSearchID_savedSearches_savedSearchID
(4)(+0000007): DROP TRIGGER IF EXISTS fku_savedSearchConditions_savedSearchID_savedSearches_savedSearchID
(4)(+0000029): DROP TRIGGER IF EXISTS fkd_savedSearchConditions_savedSearchID_savedSearches_savedSearchID
(4)(+0000029): DROP TRIGGER IF EXISTS fku_savedSearches_savedSearchID_savedSearchConditions_savedSearchID
(4)(+0000035): DROP TRIGGER IF EXISTS fki_deletedItems_itemID_items_itemID
(4)(+0000006): DROP TRIGGER IF EXISTS fku_deletedItems_itemID_items_itemID
(4)(+0000032): DROP TRIGGER IF EXISTS fkd_deletedItems_itemID_items_itemID
(4)(+0000031): DROP TRIGGER IF EXISTS fku_items_itemID_deletedItems_itemID
(4)(+0000034): DROP TRIGGER IF EXISTS fki_syncDeleteLog_syncObjectTypeID_syncObjectTypes_syncObjectTypeID
(4)(+0000002): DROP TRIGGER IF EXISTS fku_syncDeleteLog_syncObjectTypeID_syncObjectTypes_syncObjectTypeID
(4)(+0000035): DROP TRIGGER IF EXISTS fkd_syncDeleteLog_syncObjectTypeID_syncObjectTypes_syncObjectTypeID
(4)(+0000033): DROP TRIGGER IF EXISTS fku_syncObjectTypes_syncObjectTypeID_syncDeleteLog_syncObjectTypeID
(4)(+0000030): DROP TRIGGER IF EXISTS fki_proxyHosts_proxyID_proxies_proxyID
(4)(+0000002): DROP TRIGGER IF EXISTS fku_proxyHosts_proxyID_proxies_proxyID
(4)(+0000003): DROP TRIGGER IF EXISTS fkd_proxyHosts_proxyID_proxies_proxyID
(4)(+0000032): DROP TRIGGER IF EXISTS fku_proxies_proxyID_proxyHosts_proxyID
(4)(+0000038): ALTER TABLE collections RENAME TO collectionsOld
(4)(+0000040): CREATE TABLE collections ( collectionID INTEGER PRIMARY KEY, collectionName TEXT NOT NULL, parentCollectionID INT DEFAULT NULL, clientDateModified TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, libraryID INT NOT NULL, key TEXT NOT NULL, version INT NOT NULL DEFAULT 0, synced INT NOT NULL DEFAULT 0, UNIQUE (libraryID, key), FOREIGN KEY (libraryID) REFERENCES libraries(libraryID) ON DELETE CASCADE, FOREIGN KEY (parentCollectionID) REFERENCES collections(collectionID) ON DELETE CASCADE )
(4)(+0000009): INSERT OR IGNORE INTO collections SELECT collectionID, collectionName, parentCollectionID, clientDateModified, IFNULL(libraryID, 1), key, 0, 0 FROM collectionsOld ORDER BY collectionID DESC
(4)(+0000033): CREATE INDEX collections_synced ON collections(synced)
(4)(+0000013): ALTER TABLE items RENAME TO itemsOld
(4)(+0000005): CREATE TABLE items ( itemID INTEGER PRIMARY KEY, itemTypeID INT NOT NULL, dateAdded TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, dateModified TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, clientDateModified TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, libraryID INT NOT NULL, key TEXT NOT NULL, version INT NOT NULL DEFAULT 0, synced INT NOT NULL DEFAULT 0, UNIQUE (libraryID, key), FOREIGN KEY (libraryID) REFERENCES libraries(libraryID) ON DELETE CASCADE )
(4)(+0000034): INSERT OR IGNORE INTO items SELECT itemID, itemTypeID, dateAdded, dateModified, clientDateModified, IFNULL(libraryID, 1), key, 0, 0 FROM itemsOld ORDER BY dateAdded DESC
(4)(+0000613): CREATE INDEX items_synced ON items(synced)
(4)(+0000042): SELECT firstName, lastName, fieldMode, COUNT(*) FROM creatorData GROUP BY firstName, lastName, fieldMode HAVING COUNT(*) > 1
(4)(+0000125): DELETE FROM creatorData WHERE creatorDataID NOT IN (SELECT creatorDataID FROM creators)
(4)(+0000014): ALTER TABLE creators RENAME TO creatorsOld
(4)(+0000003): CREATE TABLE creators ( creatorID INTEGER PRIMARY KEY, firstName TEXT, lastName TEXT, fieldMode INT, UNIQUE (lastName, firstName, fieldMode) )
(4)(+0000032): INSERT INTO creators SELECT creatorDataID, firstName, lastName, fieldMode FROM creatorData
(4)(+0000109): ALTER TABLE itemCreators RENAME TO itemCreatorsOld
(4)(+0000003): CREATE TABLE itemCreators ( itemID INT NOT NULL, creatorID INT NOT NULL, creatorTypeID INT NOT NULL DEFAULT 1, orderIndex INT NOT NULL DEFAULT 0, PRIMARY KEY (itemID, creatorID, creatorTypeID, orderIndex), UNIQUE (itemID, orderIndex), FOREIGN KEY (itemID) REFERENCES items(itemID) ON DELETE CASCADE, FOREIGN KEY (creatorID) REFERENCES creators(creatorID) ON DELETE CASCADE, FOREIGN KEY (creatorTypeID) REFERENCES creatorTypes(creatorTypeID) )
(4)(+0000002): CREATE INDEX itemCreators_creatorTypeID ON itemCreators(creatorTypeID)
(4)(+0000003): INSERT OR IGNORE INTO itemCreators SELECT itemID, C.creatorID, creatorTypeID, orderIndex FROM itemCreatorsOld ICO JOIN creatorsOld CO USING (creatorID) JOIN creators C ON (CO.creatorDataID=C.creatorID)
(4)(+0000695): ALTER TABLE savedSearches RENAME TO savedSearchesOld
(4)(+0000005): CREATE TABLE savedSearches ( savedSearchID INTEGER PRIMARY KEY, savedSearchName TEXT NOT NULL, clientDateModified TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, libraryID INT NOT NULL, key TEXT NOT NULL, version INT NOT NULL DEFAULT 0, synced INT NOT NULL DEFAULT 0, UNIQUE (libraryID, key), FOREIGN KEY (libraryID) REFERENCES libraries(libraryID) ON DELETE CASCADE )
(4)(+0000003): INSERT OR IGNORE INTO savedSearches SELECT savedSearchID, savedSearchName, clientDateModified, IFNULL(libraryID, 1), key, 0, 0 FROM savedSearchesOld ORDER BY savedSearchID DESC
(4)(+0000008): CREATE INDEX savedSearches_synced ON savedSearches(synced)
(4)(+0000004): ALTER TABLE tags RENAME TO tagsOld
(4)(+0000003): CREATE TABLE tags ( tagID INTEGER PRIMARY KEY, name TEXT NOT NULL UNIQUE )
(4)(+0000029): INSERT OR IGNORE INTO tags SELECT tagID, name FROM tagsOld
(4)(+0000055): ALTER TABLE itemTags RENAME TO itemTagsOld
(4)(+0000008): CREATE TABLE itemTags ( itemID INT NOT NULL, tagID INT NOT NULL, type INT NOT NULL, PRIMARY KEY (itemID, tagID), FOREIGN KEY (itemID) REFERENCES items(itemID) ON DELETE CASCADE, FOREIGN KEY (tagID) REFERENCES tags(tagID) ON DELETE CASCADE )
(4)(+0000010): INSERT OR IGNORE INTO itemTags SELECT itemID, T.tagID, TOld.type FROM itemTagsOld ITO JOIN tagsOld TOld USING (tagID) JOIN tags T ON (TOld.name=T.name COLLATE BINARY)
(4)(+0000226): DROP INDEX IF EXISTS itemTags_tagID
(4)(+0000017): CREATE INDEX itemTags_tagID ON itemTags(tagID)
(4)(+0000065): CREATE TABLE IF NOT EXISTS syncedSettings ( setting TEXT NOT NULL, libraryID INT NOT NULL, value NOT NULL, version INT NOT NULL DEFAULT 0, synced INT NOT NULL DEFAULT 0, PRIMARY KEY (setting, libraryID) )
(4)(+0000042): ALTER TABLE syncedSettings RENAME TO syncedSettingsOld
(4)(+0000010): CREATE TABLE syncedSettings ( setting TEXT NOT NULL, libraryID INT NOT NULL, value NOT NULL, version INT NOT NULL DEFAULT 0, synced INT NOT NULL DEFAULT 0, PRIMARY KEY (setting, libraryID), FOREIGN KEY (libraryID) REFERENCES libraries(libraryID) ON DELETE CASCADE )
(4)(+0000028): UPDATE syncedSettingsOld SET libraryID=1 WHERE libraryID=0
(4)(+0000006): INSERT OR IGNORE INTO syncedSettings SELECT * FROM syncedSettingsOld
(4)(+0000042): ALTER TABLE itemData RENAME TO itemDataOld
(4)(+0000006): CREATE TABLE itemData ( itemID INT, fieldID INT, valueID, PRIMARY KEY (itemID, fieldID), FOREIGN KEY (itemID) REFERENCES items(itemID) ON DELETE CASCADE, FOREIGN KEY (fieldID) REFERENCES fieldsCombined(fieldID), FOREIGN KEY (valueID) REFERENCES itemDataValues(valueID) )
(4)(+0000031): INSERT OR IGNORE INTO itemData SELECT * FROM itemDataOld
(4)(+0000522): DROP INDEX IF EXISTS itemData_fieldID
(4)(+0000080): CREATE INDEX itemData_fieldID ON itemData(fieldID)
(4)(+0000388): ALTER TABLE itemNotes RENAME TO itemNotesOld
(4)(+0000007): CREATE TABLE itemNotes ( itemID INTEGER PRIMARY KEY, parentItemID INT, note TEXT, title TEXT, FOREIGN KEY (itemID) REFERENCES items(itemID) ON DELETE CASCADE, FOREIGN KEY (parentItemID) REFERENCES items(itemID) ON DELETE CASCADE )
(4)(+0000003): INSERT OR IGNORE INTO itemNotes SELECT * FROM itemNotesOld
(4)(+0000050): CREATE INDEX itemNotes_parentItemID ON itemNotes(parentItemID)
(4)(+0000038): CREATE TEMPORARY TABLE charsetsOld (charsetID INT, charset UNIQUE, canonical, PRIMARY KEY (charsetID))
(4)(+0000009): INSERT INTO charsetsOld VALUES (1,'utf-8','utf-8'), (2,'ascii','windows-1252'), (3,'windows-1250','windows-1250'), (4,'windows-1251','windows-1251'), (5,'windows-1252','windows-1252'), (6,'windows-1253','windows-1253'), (7,'windows-1254','windows-1254'), (8,'windows-1257','windows-1257'), (9,'us',NULL), (10,'us-ascii','windows-1252'), (11,'utf-7',NULL), (12,'iso8859-1','windows-1252'), (13,'iso8859-15','iso-8859-15'), (14,'iso_646.irv:1991',NULL), (15,'iso_8859-1','windows-1252'), (16,'iso_8859-1:1987','windows-1252'), (17,'iso_8859-2','iso-8859-2'), (18,'iso_8859-2:1987','iso-8859-2'), (19,'iso_8859-4','iso-8859-4'), (20,'iso_8859-4:1988','iso-8859-4'), (21,'iso_8859-5','iso-8859-5'), (22,'iso_8859-5:1988','iso-8859-5'), (23,'iso_8859-7','iso-8859-7'), (24,'iso_8859-7:1987','iso-8859-7'), (25,'iso-8859-1','windows-1252'), (26,'iso-8859-1-windows-3.0-latin-1',NULL), (27,'iso-8859-1-windows-3.1-latin-1',NULL), (28,'iso-8859-15','iso-8859-15'), (29,'iso-8859-2','iso-8859-2'), (30,'iso-8859-2-windows-latin-2',NULL), (31,'iso-8859-3','iso-8859-3'), (32,'iso-8859-4','iso-8859-4'), (33,'iso-8859-5','iso-8859-5'), (34,'iso-8859-5-windows-latin-5',NULL), (35,'iso-8859-6','iso-8859-6'), (36,'iso-8859-7','iso-8859-7'), (37,'iso-8859-8','iso-8859-8'), (38,'iso-8859-9','windows-1254'), (39,'l1','windows-1252'), (40,'l2','iso-8859-2'), (41,'l4','iso-8859-4'), (42,'latin1','windows-1252'), (43,'latin2','iso-8859-2'), (44,'latin4','iso-8859-4'), (45,'x-mac-ce',NULL), (46,'x-mac-cyrillic','x-mac-cyrillic'), (47,'x-mac-greek',NULL), (48,'x-mac-roman','macintosh'), (49,'x-mac-turkish',NULL), (50,'adobe-symbol-encoding',NULL), (51,'ansi_x3.4-1968','windows-1252'), (52,'ansi_x3.4-1986',NULL), (53,'big5','big5'), (54,'chinese','gbk'), (55,'cn-big5','big5'), (56,'cn-gb',NULL), (57,'cn-gb-isoir165',NULL), (58,'cp367',NULL), (59,'cp819','windows-1252'), (60,'cp850',NULL), (61,'cp852',NULL), (62,'cp855',NULL), (63,'cp857',NULL), (64,'cp862',NULL), (65,'cp864',NULL), (66,'cp866','ibm866'), (67,'csascii',NULL), (68,'csbig5','big5'), (69,'cseuckr','euc-kr'), (70,'cseucpkdfmtjapanese','euc-jp'), (71,'csgb2312','gbk'), (72,'cshalfwidthkatakana',NULL), (73,'cshppsmath',NULL), (74,'csiso103t618bit',NULL), (75,'csiso159jisx02121990',NULL), (76,'csiso2022jp','iso-2022-jp'), (77,'csiso2022jp2',NULL), (78,'csiso2022kr','replacement'), (79,'csiso58gb231280','gbk'), (80,'csisolatin4','iso-8859-4'), (81,'csisolatincyrillic','iso-8859-5'), (82,'csisolatingreek','iso-8859-7'), (83,'cskoi8r','koi8-r'), (84,'csksc56011987','euc-kr'), (85,'csshiftjis','shift_jis'), (86,'csunicode11',NULL), (87,'csunicode11utf7',NULL), (88,'csunicodeascii',NULL), (89,'csunicodelatin1',NULL), (90,'cswindows31latin5',NULL), (91,'cyrillic','iso-8859-5'), (92,'ecma-118','iso-8859-7'), (93,'elot_928','iso-8859-7'), (94,'euc-jp','euc-jp'), (95,'euc-kr','euc-kr'), (96,'extended_unix_code_packed_format_for_japanese',NULL), (97,'gb2312','gbk'), (98,'gb_2312-80','gbk'), (99,'greek','iso-8859-7'), (100,'greek8','iso-8859-7'), (101,'hz-gb-2312','replacement'), (102,'ibm367',NULL), (103,'ibm819','windows-1252'), (104,'ibm850',NULL), (105,'ibm852',NULL), (106,'ibm855',NULL), (107,'ibm857',NULL), (108,'ibm862',NULL), (109,'ibm864',NULL), (110,'ibm866','ibm866'), (111,'iso-10646',NULL), (112,'iso-10646-j-1',NULL), (113,'iso-10646-ucs-2',NULL), (114,'iso-10646-ucs-4',NULL), (115,'iso-10646-ucs-basic',NULL), (116,'iso-10646-unicode-latin1',NULL), (117,'iso-2022-jp','iso-2022-jp'), (118,'iso-2022-jp-2',NULL), (119,'iso-2022-kr','replacement'), (120,'iso-ir-100','windows-1252'), (121,'iso-ir-101','iso-8859-2'), (122,'iso-ir-103',NULL), (123,'iso-ir-110','iso-8859-4'), (124,'iso-ir-126','iso-8859-7'), (125,'iso-ir-144','iso-8859-5'), (126,'iso-ir-149','euc-kr'), (127,'iso-ir-159',NULL), (128,'iso-ir-58','gbk'), (129,'iso-ir-6',NULL), (130,'iso646-us',NULL), (131,'jis_x0201',NULL), (132,'jis_x0208-1983',NULL), (133,'jis_x0212-1990',NULL), (134,'koi8-r','koi8-r'), (135,'korean','euc-kr'), (136,'ks_c_5601',NULL), (137,'ks_c_5601-1987','euc-kr'), (138,'ks_c_5601-1989','euc-kr'), (139,'ksc5601','euc-kr'), (140,'ksc_5601','euc-kr'), (141,'ms_kanji','shift_jis'), (142,'shift_jis','shift_jis'), (143,'t.61',NULL), (144,'t.61-8bit',NULL), (145,'unicode-1-1-utf-7',NULL), (146,'unicode-1-1-utf-8','utf-8'), (147,'unicode-2-0-utf-7',NULL), (148,'windows-31j','shift_jis'), (149,'x-cns11643-1',NULL), (150,'x-cns11643-1110',NULL), (151,'x-cns11643-2',NULL), (152,'x-cp1250','windows-1250'), (153,'x-cp1251','windows-1251'), (154,'x-cp1253','windows-1253'), (155,'x-dectech',NULL), (156,'x-dingbats',NULL), (157,'x-euc-jp','euc-jp'), (158,'x-euc-tw',NULL), (159,'x-gb2312-11',NULL), (160,'x-imap4-modified-utf7',NULL), (161,'x-jisx0208-11',NULL), (162,'x-ksc5601-11',NULL), (163,'x-sjis','shift_jis'), (164,'x-tis620',NULL), (165,'x-unicode-2-0-utf-7',NULL), (166,'x-x-big5','big5'), (167,'x0201',NULL), (168,'x0212',NULL)
(4)(+0000040): CREATE INDEX charsetsOld_canonical ON charsetsOld(canonical)
(4)(+0000029): ALTER TABLE itemAttachments RENAME TO itemAttachmentsOld
(4)(+0000042): CREATE TABLE itemAttachments ( itemID INTEGER PRIMARY KEY, parentItemID INT, linkMode INT, contentType TEXT, charsetID INT, path TEXT, syncState INT DEFAULT 0, storageModTime INT, storageHash TEXT, FOREIGN KEY (itemID) REFERENCES items(itemID) ON DELETE CASCADE, FOREIGN KEY (parentItemID) REFERENCES items(itemID) ON DELETE CASCADE, FOREIGN KEY (charsetID) REFERENCES charsets(charsetID) ON DELETE SET NULL )
(4)(+0000003): INSERT OR IGNORE INTO itemAttachments SELECT itemID, sourceItemID, linkMode, mimeType, C.charsetID, path, syncState, storageModTime, storageHash FROM itemAttachmentsOld IA LEFT JOIN charsetsOld CO ON (IA.charsetID=CO.charsetID) LEFT JOIN charsets C ON (CO.canonical=C.charset)
(4)(+0000088): CREATE INDEX itemAttachments_parentItemID ON itemAttachments(parentItemID)
(4)(+0000042): CREATE INDEX itemAttachments_charsetID ON itemAttachments(charsetID)
(4)(+0000036): CREATE INDEX itemAttachments_contentType ON itemAttachments(contentType)
(4)(+0000048): DROP INDEX IF EXISTS itemAttachments_syncState
(4)(+0000006): CREATE INDEX itemAttachments_syncState ON itemAttachments(syncState)
(4)(+0000041): SELECT itemID, libraryID, key, linkMode, path FROM items JOIN itemAttachments USING (itemID) WHERE path != ''
(4)(+0000455): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:1_1_91-108_2001_Tayeb.pdf', 33322]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCD_33_3_269-295_2007_Logue_Lounsbury_Gupta.pdf', 18383]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOHP_5_1_111_2000_Grzywacz_Marks.pdf', 32672]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ProQuest Information & Learning_2007_Jinadu.pdf', 38931]
(4)(+0000027): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PMET_16_3_265-284_2011_Bollen_Bauldry.pdf', 37847]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ZAO_54_2_68-82_2010_Rosler_Gebele_Hoffmann.pdf', 37714]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_61_3_579-616_2008_Foldes_Duehr_Ones.pdf', 17780]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HRM_44_2_143–149_2005_Cappelli.pdf', 34900]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PAID_47_310-315_2009_Creed_Lehmann_Hood.pdf', 36949]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_90_3_453-467_2005_Ilies_Judge.pdf', 35036]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_78_2_159-173_2011_Hoekstra.pdf', 2264]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ARP_57_505-528_2006_Collins.pdf', 35352]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJHRM_16_7_1159-1175_2005_Konopaske_Werner.pdf', 35071]
(4)(+0000028): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Organization Science_18_1_127-146_2007_Boiral.pdf', 50875]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_64_4_646-653_1993_Brief_Houston Butcher_George.pdf', 28491]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:15fq+man.pdf', 17541]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HBR_72_2_106-117_1994_Paine.pdf', 29399]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Industrial and Organizational Psychology_5_4_491-493_2012_Sorcher.pdf', 50894]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Research on Adolescence_15_1_71-97_2005_Caprara_Pastorelli_Regalia.pdf', 34902]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JRP_45_4_372-384_2011_Congard_Dauvier_Antoine.pdf', 37878]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_59_2_213-225_2001_Lent.pdf', 33132]
(4)(+0000028): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:abstract.html', 49366]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Research Quarterly for Exercise and Sport_68_1_20-32_1997_Markland_Hardy.pdf', 15700]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Edwards et al. - 2008 - Relationships between Facets of Job Satisfaction a.pdf', 49424]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Vocational Behavior_68_2_292-307_2006_Underhill.pdf', 2470]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JMP_14_5_388-403_1999_Oshagbemi.pdf', 32416]
(4)(+0000028): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_48_1_107-117_1996_Downes_Kroeck.pdf', 2312]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JBP_29_1_61-70_2014_Cox_Beier.pdf', 14991]
(4)(+0000027): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PB_116_1_3-20_1994_Colvin_Block.pdf', 29118]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PS_25_2_422-430_2014_Oishi_Diener.pdf', 14935]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCOP_41_2_256-264_1994_Haverkamp_Collins_Hansen.pdf', 20922]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Citations 00006_Keynote paper_17-30_2005_Montibeller_Multi-criteria.pdf', 16026]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCRP_34_3_251-268_2003_Fischer_Smith.pdf', 33929]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ProQuest Information & Learning_2009_Narayan.pdf', 38962]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:108-143_1949_Frenkel-Brunswik.pdf', 24007]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_43_1_75-83_1993_Hesketh.pdf', 19517]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_64_2_451–488_2011_Huang_Ryan.pdf', 15314]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Chan et al. - 1999 - An alternative method for evaluating congruence co.pdf', 54540]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:349-364_Loomis_Moskowitz.pdf', 38653]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:BG_39_3_277-284_2009_Caprara_Fagnani_Alessandri.pdf', 36910]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ACAD MANAGE J_57_2_321-326_2014_George_Haas_Pentland.pdf', 51361]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:1-55798-556-1_273-287_1999_Rose_Hesse_Silver.pdf', 15384]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:0-89106-126-6_87-101_1999_Holland.pdf', 14032]
(4)(+0000002): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:978-0-8058-3559-5_2000_Cowan_Cowan.pdf', 64732]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Industrial Relations_42_2_168_2003_Berg_Kalleberg_Appelbaum.pdf', 33848]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:2014_Talent_Shortage_WP_US2.pdf', 19727]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Applied Psychology_59_4_456-464_1974_Schmidt.pdf', 386]
(4)(+0000017): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:OBHDP_50_2_179-211_1991_Ajzen.pdf', 50487]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PREV_30_5_554-577_2001_Suutari_Brewster.pdf', 33313]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Paper_1994_Balgopal_McLean_Kaufman.pdf', 23730]
(4)(+0000038): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HP_14_2_187-207_2001_Robie_Zickar_Schmit.pdf', 52243]
(4)(+0000082): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PM_19_1_72-91_2014_John_Preacher_Zyphur.pdf', 15022]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JBE_72_1_17-25_2007_Micewski_Troy.pdf', 36077]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:9780199732579_323-352_2012_Dipboye_Macan_Shahani-Denning.pdf', 16041]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_74_187–192_1989_Arvey_Bouchard_Segal.pdf', 26642]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_28_1_70-83_1986_Hill_Hansen.pdf', 21040]
(4)(+0000026): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PR_110_1_145-172_2003_Russell.pdf', 34135]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:J Bus Psychol_30_1_51-62_2013_Marcus_Wagner.pdf', 49710]
(4)(+0000023): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JMP_24_1-2_4-28_2009_De Pater_Van Vianen_Fischer.pdf', 36961]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_84_1_1-10_2014_Nikolova_Van Ruysseveldt_De Witte.pdf', 14919]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PAID_54_7_821-827_2013_Alarcon_Bowling_Khazon.pdf', 38424]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:DIAG_50_1_39-48_2004_Becker.pdf', 34299]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_26_4_447-461_2002_Vance_Ensher.pdf', 33782]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:CCR_40_1_65-82_2006_Harkness_Moscardino_Bermudez.pdf', 35449]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JBE_74_4_437-456_2007_Pless.pdf', 36114]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EJP_11_2_133-145_1997_Endler_Rutherford_Denisoff.pdf', 31256]
(4)(+0000017): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Political Economy_88_3_578-597_1980_MacDonald.pdf', 16848]
(4)(+0000014): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ZDDP_24_1_3-7_2003_von Collani_Herzberg.pdf', 34233]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Human Performance_23_3_247-264_2010_Poposki_Oswald.pdf', 67737]
(4)(+0000028): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMJ_52_4_731-743_2009_Dragoni_Tesluk_Russell.pdf', 36978]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ECOP_4_4_253-265_2012_Bragg_Reser.pdf', 15104]
(4)(+0000026): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCRP_28_5_554-568_1997_Thomas_Meglino.pdf', 31846]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:International Journal of Service Industry Management_19_5_575-595_2008_Yagil_Gal.pdf', 36817]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ASA_1046-1051_1995_Smith.pdf', 54685]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_15_209-224_1994_Fisher_Shaw.pdf', 29158]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ARP_59_387-417_2008_Hodgkinson_Healey.pdf', 36476]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJHRM_19_1_116-131_2008_Salanova_Schaufeli.pdf', 36671]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:International Journal of Cross-Cultural Management_7_2_185-201_2007_Selmer.pdf', 36186]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_85_1_132-142_2000_Wanberg_Banas.pdf', 32889]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_93_2_280-295_2008_Sitzmann_Brown_Casper.pdf', 36694]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HP_17_2_169-194_2004_James_Brodersen_Eisenberg.pdf', 15666]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:People Management_12_24-30_2006_Pfeffer_Sutton.pdf', 35603]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_83_2_380-393_2002_Asendorpf_Banse_Mucke.pdf', 33379]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PS_48_3_247-267_2006_Henry_Raju.pdf', 35463]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_70_3_447-462_2007_Ashforth_Sluss_Saks.pdf', 35765]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Environment and Behavior_38_6_745-767_2006_Milfont_Duckitt_Cameron.pdf', 35558]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:9781136499234_115-148_2013_Ones_Dilchert.pdf', 21165]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JRP_40_99-120_2006_Ramirez-Esparza_Gosling_Benet-Martinez.pdf', 35612]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Molecular Psychiatry_9_197-202_2004_Schinka_Busch_Robichaux-Keene.pdf', 34739]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Scandinavian Journal of Work, Environment & Health_32_6_482-492_2006_Geurts_Sonnentag.pdf', 15451]
(4)(+0000028): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_2014_Colquitt_Long_Rodell.pdf', 47959]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Research in Personality_43_3_532_2009_Rushton.pdf', 69575]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Henry - 2000 - Modes of thought that vary systematically with bot.pdf', 54523]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Global relocation trends_2011_Brookfield Global Relocation Services_Global relocation trends.pdf', 38819]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Handbook of organizational behavior_277–299_2008_Greenhaus_Callanan_DiRenzo.pdf', 67896]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_76_3_487-506_2010_Swider_Zimmerman.pdf', 37767]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:J Organiz Behav_34_8_1145-1164_2013_Blickle_Meurs_Wihler.pdf', 51369]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:72_2011_Lemelle.pdf', 38006]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOM_20_1_43-65_1994_Judge_Bretz.pdf', 29222]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOOP_24_389-416_2003_Parker_Baltes_Young.pdf', 34086]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Employment Counseling_46_2_82–93_2009_Toomey_Levinson_Palmer.pdf', 19773]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Organization Studies_14_4_483-503_1993_Hofstede_Bond_Chung-leung.pdf', 28667]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_92_2_321-330_2007_Erdogan_Enders.pdf', 35893]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_84_4_551-563_1999_Zickar_Robie.pdf', 32535]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Psychology in the Schools_12_1_97-100_1975_Simon_Simon.pdf', 24514]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EJSP_28_731-753_1998_Durrheim.pdf', 31986]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCRP_38_2_213-226_2007_Wan_Chiu_Peng.pdf', 36274]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJCCM_2_1_21-36_2002_Franke_Nicholson.pdf', 33501]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_15_227-241_1991_Cui_van den Berg.pdf', 27602]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_79_2_340-348_2011_Hirschi.pdf', 37940]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:QJECON_113_1_79-119_1998_Acemoglu_Pischke.pdf', 17033]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMR_14_3_333-349_1989_Chatman.pdf', 26739]
(4)(+0000026): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOM_36_2_405-429_2010_Pitariu_Ployhart.pdf', 37689]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PMET_10_4_389-396_2005_Belia_Fidler_Williams.pdf', 49088]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PARE_7_16_2001_Ding.pdf', 33014]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_96_4_744-761_2011_Johnson_Rosen_Djurdjevic.pdf', 37958]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:MCQ_26_4_585-622_2012_Gardner_Reithel_Cogliser.pdf', 19731]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PNAS_112_19_5979-5984_2015_Leslie.pdf', 51111]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ASR_51_273-286_1986_Swidler.pdf', 26146]
(4)(+0000026): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:MBR_36_4_523-562_2001_Chernyshenko_Stark_Chan.pdf', 95]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:CMR_48_3_77-100_2006_Pfeffer_Sutton.pdf', 35601]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_79_2_272-280_1994_Mount_Barrick_Strauss.pdf', 29354]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_98_1_134-147_2013_Mattern_Patterson.pdf', 18048]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:1_Jin_Jing.pdf', 13984]
(4)(+0000025): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JP_75_4_825-861_2007_Fleeson.pdf', 35899]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PB_136_1_103-127_2010_Else-Quest_Hyde_Linn.pdf', 37499]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:9781433812293_675-691_2013_Dalal_Crede.pdf', 20864]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JBAP_28_3_251-261_2013_Landis.pdf', 14896]
(4)(+0000057): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_84_3_527-539_2003_Lucas_Clark_Georgellis.pdf', 34061]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Bus Strat Env_21_8_495-516_2012_Boiral_Henri_Talbot.pdf', 50878]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IOP_4_3_330–333_2011_Miguel_Miklos.pdf', 38042]
(4)(+0000041): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Organizational Behavior and Human Performance_18_1_36-46_1977_O'Reilly III.pdf', 15316]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMJ_33_4_847-858_1990_Allen_Meyer.pdf', 26964]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AP_48_1_26-34_1993_Goldberg.pdf', 28617]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_84_3_594-607_2003_Gohm.pdf', 33954]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:978-1-4614-2277-8_2012_Pigott.pdf', 2377]
(4)(+0000027): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PSPB_22_3_296-305_1996_Vrana_Rollock.pdf', 30950]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JIBS_26_4_787-813_1995_Birdseye_Hill.pdf', 29613]
(4)(+0000024): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ROB_29_81-109_2009_Swann_Johnson_Bosson.pdf', 37321]
(4)(+0000021): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JMP_28_1_21-37_2013_Cooper-Thomas_Wright.pdf', 19744]
(4)(+0000025): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:John Wiley_1988_Frese_Zapf.pdf', 22151]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Human Resource Development Quarterly_13_2_127-143_2002_Kuchinke.pdf', 33588]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Transportation Research Record Journal of the Transportation Research Board_1768_125-134_2001_Wolf_Guensler_Bachman.pdf', 18566]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JP_72_1_89–110_2004_Roberts_Robins.pdf', 19895]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_59_6_1296-1300_1990_Gibson.pdf', 27155]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:101363.pdf', 14058]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:WS_20_4_316-334_2006_Taris.pdf', 35691]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PB_136_5_768-821_2010_Kotov_Gamez_Schmidt.pdf', 37597]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_43_1_67-74_1993_Tinsley.pdf', 20304]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:index.html', 50869]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:OBHP_2_2_143-174_1967_Dunnette_Campbell_Hakel.pdf', 19577]
(4)(+0000027): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJHRM_12_6_926-945_2001_Leung_Wang_Smith.pdf', 33135]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Research in Personality_47_5_609-612_2013_Schonbrodt_Perugini.pdf', 1771]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PSPB_26_5_594-604_2000_Kashima.pdf', 32707]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Psychology and Marketing_23_2_95-113_2006_Sager_Strutton_Johnson.pdf', 35644]
(4)(+0000028): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_92_1_119-135_2007_Biesanz_West_Millevoi.pdf', 35798]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Am J Epidemiol_178_5_667-675_2013_Jokela_Batty_Nyberg.pdf', 54415]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Psychological Assessment_25_2_353-365_2013_Wilson_Revelle_Stroud.pdf', 60879]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PAID_21_5_791-801_1996_Hur_McGue_Iacono.pdf', 19074]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ZAJIP_28_1_49-52_2002_de Bruin.pdf', 33469]
(4)(+0000026): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Marywood University_3407213_2010_Munley.pdf', 38991]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJHRM_25_19_2702-2723_2014_Baruch.pdf', 13816]
(4)(+0000027): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:0-8058-5195-X_259-285_2007_DeRue_Hollenbeck.pdf', 23403]
(4)(+0000027): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_89_5_883-891_2004_LePine_LePine_Jackson.pdf', 34594]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HRMR_16_1_29-46_2006_Maurer_Li.pdf', 35544]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PMET_5_3_343-355_2000_Osburn.pdf', 32790]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IOP_8_3_2015_Ree_Carretta_Teachout.pdf', 48346]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMR_33_3_629-648_2008_Potosky.pdf', 36648]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_96_6_1337-1346_2011_Chi_Grandey_Diamond.pdf', 37866]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Research in Nursing & Health_18_2_179-183_1995_Sandelowski.pdf', 30068]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Operations Management_25_5_998-1014_2007_Montabon_Sroufe_Narasimhan.pdf', 49589]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EJP_24_4_356-373_2010_Tsaousis.pdf', 37789]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PMK_79_3_403-425_2013_Bradshaw_Templin.pdf', 61932]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOM_29_2_231-258_2003_Woehr_Arthur.pdf', 15622]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_89_4_647-660_2004_Marcus_Schuler.pdf', 34623]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:9780199928309_159-196_2012_Campbell.pdf', 15180]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Graduate School of the Union Institute_1997_Kirchenheim.pdf', 38876]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AP_72_2_84-94_2007_Swann_Chang-Schneider_Larsen McClarty.pdf', 36225]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JBE_47_3_269-293_2003_Johnson_Holub.pdf', 34023]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PB_94_1_18-38_1983_Rushton_Brainerd_Pressley.pdf', 25473]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:American Journal of Education_98_3_197-223_1990_Crow_Levine_Nager.pdf', 14024]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Group Dynamics Theory, Research, and Practice_6_3_229-242_2002_Beauchamp_Bray_Eys.pdf', 33395]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HP_10_2_171-192_1997_Speier_Frese.pdf', 31820]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PR_98_2_224-253_1991_Markus_Kitayama.pdf', 27765]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:J Organiz Behav_9_4_297-308_1988_Leiter_Maslach.pdf', 50769]
(4)(+0000027): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AP_58_1_78-79_2003_Hemphill.pdf', 21242]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Organizational Psychology Review_2_3_234-257_2012_Barnes.pdf', 15445]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:INT_20_3_309-328_1995_Bickley_Keith_Wolfle.pdf', 21296]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_41_3_251-258_1992_Greenhaus_Callanan.pdf', 28047]
(4)(+0000002): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_77_6_890-909_1992_Hom_Caranikas-Walker_Prussia.pdf', 28084]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Vocational Behavior_73_2_185-194_2008_Tsaousides_Jome.pdf', 5488]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_33_41-60_1980_Schmidt_Hunter.pdf', 25008]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HP_22_2_105-127_2009_Chernyshenko_Stark_Prewett.pdf', 3292]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:1-55798-556-1_175-195_1999_Fleishman_Costanza_Marshall-Mies.pdf', 15372]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JBAP_13_3_412-435_1999_Rogelberg_Barnes-Farrell_Creamer.pdf', 32442]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EPM_54_2_299-316_1994_Lancaster_Colarelli_King.pdf', 15406]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_56_823-833_1989_Paunonen.pdf', 26888]
(4)(+0000027): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:American Psychologist_54_3_165-181_1999_Carstensen_Isaacowitz_Charles.pdf', 51254]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:NSF 13-304_Special Report_NSF 13-304_2013_National Science Foundation, National Center for Science and Engineering Statistics_NSF 13-304.pdf', 38844]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMJ_50_6_1346-1352_2007_Hambrick.pdf', 45848]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_65_5_861-876_1993_Kruglanski_Webster_Klem.pdf', 28783]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Missouri_Doctoral_2005_Sheng.pdf', 574]
(4)(+0000028): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_83_1_35-42_1998_Ones_Viswesvaran.pdf', 32119]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_5_3_239-258_1981_Hawes_Kealey.pdf', 25095]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:INT_32_277-296_2004_Colom_Rebollo_Palacios.pdf', 34370]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Valencia_XIV_1964_Pinillos Diaz.pdf', 19393]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:DIAG_49_4_157-163_2003_Hinz_Brahler_Geyer.pdf', 34002]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:International Journal of Psychophysiology_83_3_328-335_2012_Schwerdtfeger_Scheel.pdf', 38365]
(4)(+0000025): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Social Behavior and Personality_38_2_209-226_2010_Heilmann_Jonas.pdf', 37545]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PAGE_26_1_241-252_2011_Zacher_Rosing_Henning.pdf', 38147]
(4)(+0000025): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:The Journals of Gerontology Series B Psychological Sciences and Social Sciences_51B_4_S183-S190_1996_Mendes de Leon_Seeman_Baker.pdf', 30701]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:GOM_30_1_4-5_2005_Tziner_Murphy_Cleveland.pdf', 35260]
(4)(+0000016): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:CDPS_21_6_382-390_2012_Wai_Putallaz_Makel.pdf', 15233]
(4)(+0000017): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOM_36_4_1040-1064_2010_Takeuchi.pdf', 37771]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JBAP_16_3_477-484_2002_Martin_Fraser.pdf', 33619]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMJ_55_4_949-975_2012_Sluss_Ployhart_Cobb.pdf', 38371]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_37_8_1398-1405_1979_Gough.pdf', 14742]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PS_23_9_1000-1007_2012_Sackett_Kuncel_Beatty.pdf', 17394]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:International journal of educational research_31_6_459–470_1999_Pintrich.pdf', 15456]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOM_26_3_435_2000_Crant.pdf', 32624]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:SHRM_2011_Society for Human Resource Management_Advancing sustainability HR’s role.pdf', 54498]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:J Pers_83_6_693-709_2015_Derefinko.pdf', 61300]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_73_2_193-198_1988_Brief_Burke_George.pdf', 26453]
(4)(+0000028): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PB_116_1_1994_Block_Colvin.pdf', 29061]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AP_45_12_1304-1312_1990_Cohen.pdf', 27112]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_82_5_764-773_1997_Martocchio_Judge.pdf', 31622]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:1-55798-556-1_71-90_1999_Costanza_Fleishman_Marshall-Mies.pdf', 15364]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ARP_59_617-645_2008_Barsalou.pdf', 36319]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Vocational Behavior_44_1_55-74_1994_Heppner_Multon_Johnston.pdf', 63380]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_78_5_845-856_1993_Barber_Roehling.pdf', 50666]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PS_2013_Rudman_McLean_Bunzl.pdf', 14816]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_20_493-509_1999_Ragins_Scandura.pdf', 32436]
(4)(+0000028): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HP_11_23_129-144_1998_Hogan_Shelton.pdf', 32051]
(4)(+0000038): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_46_3_598-609_1984_Paulhus.pdf', 25646]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ASC_21_1_3-14_2008_Folkman.pdf', 36430]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_81_459-473_1996_Huffcutt_L_McDaniel.pdf', 30584]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:full.html', 37251]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Jokela et al. - 2013 - Personality and All-Cause Mortality Individual-Pa.pdf', 54417]
(4)(+0000026): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOOP_85_2_407-420_2012_Little_Kluemper_Nelson.pdf', 38293]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Michigan State University_Doctoral_2009_Ramsay.pdf', 38965]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_67_2_215-232_2005_Mesmer-Magnus_Viswesvaran.pdf', 35128]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PS_48_3_326-346_2006_Marcus.pdf', 35536]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_93_2_268-279_2008_Lievens_De Corte_Schollaert.pdf', 36564]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:APIR_49_1_162-191_2000_Bhawuk_Brislin.pdf', 32572]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_96_3_619-632_2011_Eatough_Chang_Miloslavic.pdf', 37901]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IOP_1_3_370-371_2008_Mullins_Rogers.pdf', 36606]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:World Book Company_1-20_1928_Hull.pdf', 339]
(4)(+0000027): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_51_4_783-789_1986_Maddux_Norton_Stoltenberg.pdf', 26048]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:J Bus Res_57_1_35-46_2004_Bouquet_Hebert_Delios.pdf', 34340]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:OBHDP_113_2_127-140_2010_Scott_Colquitt_Paddock.pdf', 37728]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:LQ_23_2_233-243_2012_Li_Arvey_Zhang.pdf', 38289]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_32_3_499-519_2011_Hershcovis.pdf', 37932]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:APM_21_1_25-36_1997_Reckase.pdf', 60]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_89_5_901-910_2004_Bono_Judge.pdf', 34326]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HRM_27_1_63-75_1988_Kobrin.pdf', 26516]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOM_33_6_867-890_2007_Locke.pdf', 45852]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Personality and Individual Differences_12_6_585-593_1991_Furnham_Thompson.pdf', 19552]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JRP_38_6_556-575_2004_Makikangas_Kinnunen_Feldt.pdf', 34619]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ROB_10_123_1988_Amabile.pdf', 26392]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_62_2_259-295_2009_Yang_Diefendorff.pdf', 37401]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PSPB_17_1_227-232_1991_McCrae_Costa.pdf', 27777]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_61_1_20-52_2002_Meyer_Stanley_Herscovitch.pdf', 20943]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_27_297-305_2003_Gong.pdf', 33956]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Alliant International University_2001_Han.pdf', 38887]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCRP_37_6_694-716_2006_Church_Katigbak_Del Prado.pdf', 35348]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_47_3_580-592_1984_Diener_Larsen_Emmons.pdf', 25569]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:9780199732579_179-224_2012_Ones_Dilchert_Viswesvaran.pdf', 4829]
(4)(+0000028): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_26_6_695-709_2002_Navara_James.pdf', 33650]
(4)(+0000028): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:1-55798-556-1_227-235_1999_Sager_Mumford_Baughman.pdf', 15376]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Personality and Social Psychology_55_2_312-320_1988_Knowles.pdf', 5355]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Perspectives on Psychological Science_5_4_482-493_2010_Chiu_Gelfand_Yamagishi.pdf', 37473]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:2014_Rowe_American energy jobs.pdf', 47953]
(4)(+0000018): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:MULTMN_7_2_11-15_1995_Mok.pdf', 15568]
(4)(+0000027): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJSA_5_1_1-8_1997_Feldman.pdf', 31286]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCRP_31_1_14-32_2000_Kashima.pdf', 32705]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PB_85_3_555-586_1978_Kane_Lawler.pdf', 24785]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JRP_30_1_23-41_1996_Dollinger_Leong_Ulicni.pdf', 30472]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_55_1_86-101_1999_Campbell_Borgen.pdf', 32273]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_73_4_673-678_1988_James_Demaree_Mulaik.pdf', 26506]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:J Bus Ethics_1-19_2015_Paille_Mejia-Morelos_Marche-Paille.pdf', 50851]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Behaviour Research and Therapy_38_933-941_2000_Ladouceur_Gosselin_Dugas.pdf', 32723]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:9780199860715_118-135_2014_Schneider.pdf', 51382]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:INTERPRETING THE MEASUREMENT OF CHANGE IN ORGANIZATIONAL RESEARCH_32_709-723_1979_Armenakis_Zmud', 24840]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_71_3_401-428_2007_Blau.pdf', 35805]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:978-1-59385-836-0_114-158_2008_John_Naumann_Soto.pdf', 658]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Human Resource Development Quarterly_15_2_189-215_2004_Hamlin.pdf', 34476]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_50_655-702_1997_Campion_Palmer_Campion.pdf', 31084]
(4)(+0000024): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:OBHDP_19_1_18-42_1977_Rousseau.pdf', 19570]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AME_9_4_62-72_1995_van Velsor_Brittain Lelsie.pdf', 30161]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PSPB_30_1_1243_2004_Park_Crocker_Mickelson.pdf', 34675]
(4)(+0000027): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_41_3_407-421_1981_Jones_Berglas_Rhodewalt.pdf', 25114]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:University of Texas_1994_Shaffer.pdf', 38863]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_71_3_440-450_1986_James_Demaree_Mulaik.pdf', 26016]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_73_2_259-266_1988_Meglino_DeNisi_Youngblood.pdf', 26558]
(4)(+0000028): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_67_6_691-700_1982_Campbell.pdf', 25222]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Illinois_Doctoral_2009_Low.pdf', 18542]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Social Behavior and Personality_25_4_401-408_1998_Lorentz_Hinsz.pdf', 32098]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:WS_13_1_7-19_1999_Miller_Griffin_Hart.pdf', 32401]
(4)(+0000028): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HRM_39_2 & 3_195-208_2000_Maznevski_DiStefano.pdf', 32767]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_98_1_183-193_2013_Li_Cui_Chan.pdf', 15208]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:978-1-107-05799-1_2014_IPCC_Stocker_Qin.pdf', 18495]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCA_21_2_249-264_2013_Amit_Sagiv.pdf', 18796]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCD_30_4_277-294_2004_Creed_Patton_Bartrum.pdf', 34382]
(4)(+0000025): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:WS_22_3_257-276_2008_Sonnentag_Mojza_Binnewies.pdf', 36708]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCA_8_4_391-401_2000_Leong_Hartung.pdf', 15744]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ZAO_53_1_22-32_2009_Maier_Antoni.pdf', 37166]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOM_29_6_903-936_2003_Williams_Edwards_Vandenberg.pdf', 34254]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Personality and Social Psychology_67_6_1063-1078_1994_Scheier_Carver_Bridges.pdf', 703]
(4)(+0000026): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ARP_65_611-634_2014_Stephens_Markus_Phillips.pdf', 38592]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJHRM_658-623_2002_Clegg_Gray.pdf', 33449]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PB_133_1_1-24_2007_Bar-Haim_Lamy_Pergamin.pdf', 35773]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:155798753X_277-298_2001_Emler_Cook.pdf', 22792]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCRP_35_2_137-151_2004_Ward_Leong_Low.pdf', 34822]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:DIAG_46_73-83_2000_Staufenbiel_Hartz.pdf', 32845]
(4)(+0000028): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Review of General Psychology_6_4_307-324_2002_Hobfoll.pdf', 33544]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JIBS_32_1_177-189_2001_Brouthers_Eliot Brouthers.pdf', 32965]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JP_65_2_171-204_1997_Ackerman.pdf', 15860]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JWB_36_4_380-388_2001_Varma_Stroh_Schmitt.pdf', 33348]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_72_269-283_2008_Kammeyer-Mueller_Judge.pdf', 36518]
(4)(+0000028): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Lawrence Erlbaum_2001_Irvine.pdf', 22884]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:9780199928309_2012_Kanfer.pdf', 23602]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJSA_20_1_19-23_2012_Ployhart.pdf', 15933]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Personality_76_4_875-902_2008_Twenge_Konrath_Foster.pdf', 51240]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JP_64_3_545-576_1996_Waller_Tellegen_McDonald.pdf', 82]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Trends in Cognitive Sciences_15_3_132-139_2011_Heatherton_Wagner.pdf', 37928]
(4)(+0000023): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_81_6_660-679_1996_Ones_Viswesvaran_Reiss.pdf', 18248]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PROP_11_3_445-455_1980_Hackman.pdf', 18428]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PB_138_2_353_2012_Richardson_Abraham_Bond.pdf', 2350]
(4)(+0000027): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PB_117_2_187-215_1995_Block.pdf', 29620]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:APM_30_1_64-65_2006_Roberts.pdf', 2979]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_90_6_1185-1203_2005_Bartram.pdf', 15164]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:MULTMN_7_2_1-18_1995_The Multilevel Models Project.pdf', 15608]
(4)(+0000002): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ProQuest Information & Learning_2010_Brown.pdf', 38978]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Vocational Behavior_83_3_437-449_2013_Maggiori_Johnston_Krings.pdf', 12384]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PsycTESTS_Database record_2011_Kanungo.pdf', 46979]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_43_2_247-276_1990_Peterson_Hough_Dunnette.pdf', 27333]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PREV_113_4_842-861_2006_van der Maas_Dolan_Grasman.pdf', 19791]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMJ_50_762-768_2007_Markides.pdf', 36056]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_74_6_1670-1680_1998_Stone_Schwartz_Neale.pdf', 32190]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Current Directions in Psychological Science_13_4_148-151_2004_Bouchard.pdf', 5013]
(4)(+0000028): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_52_1_97-112_1999_Hom_Griffeth_Palich.pdf', 32356]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Retailing_78_131-146_2002_Bell_Menguc.pdf', 33400]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJHRM_16_11_2029-2044_2005_Varma_Pichler_Srinivas.pdf', 35277]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Springer_246-260_1989_Briggs.pdf', 22169]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_38_4_668-678_1980_Costa_McCrae.pdf', 24929]
(4)(+0000027): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCOP_42_4_431–439_1995_Tracey_Rounds.pdf', 60474]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:J Bus Psychol_30_1_89-104_2013_Bowling_Khazon_Meyer.pdf', 49708]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Work and Occupations_41_3_350-384_2014_Ormiston.pdf', 14004]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Structural Equation Modeling A Multidisciplinary Journal_13_4_520-543_2006_Preacher.pdf', 54401]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:9781433812781_2013_Kline.pdf', 62177]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JENVP_13_4_309-321_1993_Fuhrer_Kaiser_Hartig.pdf', 20537]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_88_5_816-826_2005_Flynn.pdf', 34974]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:DIAG_48_1_19-27_2002_Korner_Geyer_Brahler.pdf', 33586]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_79_599-616_1994_McDaniel_Whetzel_Schmidt.pdf', 29330]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:SIOP_2013_May_Morris.doc', 23865]
(4)(+0000025): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:articles_arnold_bakker_206.pdf', 50723]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_77_1_89-93_1992_Bouchard_Arvey_Keller.pdf', 46650]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JBE_38_3_193-203_2002_Viswesvaran_Ones.pdf', 21299]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOOP_75_59-76_2002_Silvester_Anderson-Gough_Anderson.pdf', 33717]
(4)(+0000028): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Education for Business_77_2_69-77_2001_Nonis_Swift.pdf', 48334]
(4)(+0000022): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_98_6_980-994_2010_Oishi_Schimmack.pdf', 37670]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EMO_4_1_87-94_2004_Fischer_Rodriguez Mozquera_van Vianen.pdf', 34429]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_69_2_202-221_2006_Piasentin_Chapman.pdf', 19883]
(4)(+0000048): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HBR_139-146_2004_Early_Mosakowski.pdf', 34407]
(4)(+0000047): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PMK_5_4_251–262_1940_Adkins_Kuder.pdf', 15772]
(4)(+0000052): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Personnel Psychology_11_2_86-94_2012_Rodriguez-Munoz_Sanz-Vergel_Demerouti.pdf', 38350]
(4)(+0000025): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Economic Development Department, Republic of South Africa_New Growth Path Accord_4_2011_Economic Development Department, Republic of South Africa.pdf', 38821]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Personality_77_4_1085-1102_2009_Hirsh_DeYoung_Peterson.pdf', 49308]
(4)(+0000028): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Experimental Psychology Learning, Memory, and Cognition_34_5_1158-1171_2008_Amir_Ariely.pdf', 36304]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PB_81_12_1026-1048_1974_Ekehammar.pdf', 24415]
(4)(+0000028): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HR_48_4_421-437_1995_Black_Ashford.pdf', 19591]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:3I43ZCFT.pdf', 17175]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JWB_33_4_394-416_1998_Caligiuri_Cascio.pdf', 31957]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JWB_40_4_348-360_2005_Cappellen_Janssens.pdf', 34898]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_97_5_951-966_2012_Mathieu_Aguinis_Culpepper.pdf', 15614]
(4)(+0000022): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOM_29_5_609-640_2003_Sturman.pdf', 34194]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:0-8157-4610-5_55-85_1998_Jencks.pdf', 14053]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HR_45_2_177-192_1992_Black.pdf', 27940]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:The American Economic Review_93_5_1449-1475_2003_Kahneman.pdf', 50762]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_86_2_320-333_2004_Tugade_Fredrickson.pdf', 34790]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PINQ_1_1_101-105_1990_Bandura.pdf', 26978]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_3_1_95-98_1973_Greenhaus.pdf', 24386]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJSA_18_4_394-406_2010_Oostrom_Born_Serlie.pdf', 37675]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:3JG74Q7U.pdf', 14963]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_90_603-615_2005_Stahl_Caligiuri.pdf', 35228]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EREL_32_1_42-55_2010_Alserhan_Forstenlechner_Al-Nakeeb.pdf', 37412]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AP_55_1_110-121_2000_Salovey_Rothman_Detweiler.pdf', 32817]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EJWOP_24_1_101-112_2015_Warr_Inceoglu.pdf', 51073]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_93_5_880-896_2007_DeYoung_Quilty_Peterson.pdf', 35868]
(4)(+0000090): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_74_3_502-507_1989_Tait_Padgett_Baldwin.pdf', 26925]
(4)(+0000087): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AP_49_11_929-954_1994_Sackett_Wilk.pdf', 29455]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Consulting Psychology_14_3_165-171_1950_Meehl.pdf', 54766]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JRP_42_2_386-398_2008_Kilianski.pdf', 36520]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_30_1_67-93_2009_Binnewies_Sonnentag_Mojza.pdf', 36884]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_79_6_826-835_1994_Kanfer_Ackerman_Murtha.pdf', 29232]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMLE_9_2_169-191_2010_Sitzmann_Ely_Brown.pdf', 37743]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ProQuest Information & Learning_2008_Heskeyahu.pdf', 38943]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_1_1_75-83_1971_Greenhaus.pdf', 24284]
(4)(+0000050): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Group & Organization Studies_15_461-485_1990_Gregersen_Black.pdf', 27178]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PID_51_7_836-839_2011_van der Linden.pdf', 69563]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_89_3_395-406_2005_Schimmack_Oishi.pdf', 35202]
(4)(+0000061): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:BEQ_9_2_315-335_1999_Weaver_Trevino.pdf', 32516]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Cognitive Therapy and Research_1_4_287-310_1977_Bandura_Adams.pdf', 24601]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ACAD MANAGE REV_38_4_550-574_2013_Martin_Lopez_Roscigno.pdf', 51363]
(4)(+0000038): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AP_29_1_55-56_1974_Tyson.pdf', 17366]
(4)(+0000053): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_55_3_479-488_1988_Bandura_Cioffi_Taylor.pdf', 26421]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCRP_38_2_173-212_2007_Schmitt_Allik_McCrae.pdf', 17901]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJM_24_3_403-413_2007_Lee.pdf', 36028]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Cornell_CAHRS Working Paper_#89-13_1989_Rynes_Gerhart_Interviewer assessments of applicant fit.pdf', 54467]
(4)(+0000047): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_52_561-589_1999_Bobko_Roth_Potosky.pdf', 32263]
(4)(+0000041): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JMP_28_78_826-856_2013_Wiernik_Ones_Dilchert.pdf', 38482]
(4)(+0000045): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EAR_9_2_73-76_1983_McCrae.pdf', 25444]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Int J Educ Vocat Guidance_5_2_111-124_2005_Guichard.pdf', 2513]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_25_3_261-278_2001_Grant-Vallone_Ensher.pdf', 33056]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Psychological Science_0956797614551750_2014_Galatzer-Levy_Bonanno.pdf', 651]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOOP_74_1_29-46_2001_de Jonge_Dormann_Janssen.pdf', 33006]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AER_90_4_715-741_2000_Goldin_Rouse.pdf', 16944]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_92_6_1741-1750_2007_Salvaggio_Schneider_Nishii.pdf', 36162]
(4)(+0000045): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCOP_40_4_518_1993_Gottfredson_Jones_Holland.pdf', 28625]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJSA_5_3_169-182_1997_Matthews_Oddy.pdf', 31626]
(4)(+0000041): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Navy Interest Inventory_2006_Farmer_Fedak_Bearden_Navy Interest Inventory.pdf', 38802]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:International Journal of Selection and Assessment_19_1_1-10_2011_Beaty_Nye_Borneman.pdf', 13907]
(4)(+0000045): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJSA_18_3_291–304_2010_Anderson_Salgado_Hulsheger.pdf', 16872]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HR_57_8_983-1015_2004_Gajewska-De Mattos_Chapman_Clegg.pdf', 34449]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_26_493-524_2002_Harvey_Novicevic_Kiessling.pdf', 33526]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_97_4_866-880_2012_Fan_Gao_Carroll.pdf', 15191]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PAID_16_5_745-750_1994_Lennings.pdf', 29274]
(4)(+0000041): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:9780199732579_686-720_2012_Gutman.pdf', 15980]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JP_77_5_1577-1614_2009_Saucier.pdf', 37253]
(4)(+0000052): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_36_2_121-121_1990_Betz.pdf', 26998]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_91_2_247-258_2006_Lievens_Chasteen_Day.pdf', 35529]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Working Paper_2013_Evdokimov_Rahman.pdf', 14814]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Applied Psychological Measurement_19_2_143-166_1995_Drasgow_Levine_Tsien.pdf', 52263]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJSA_17_2_154-164_2009_Satterwhite_Fleenor_Braddy.pdf', 37250]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_91_1_109-125_2006_Shaffer_Harrison_Gregersen.pdf', 16071]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of the Academy of Marketing Science_26_2_115-127_1998_Hurley.pdf', 32060]
(4)(+0000019): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IOP_4_3_302–306_2011_Kuncel_Highhouse.pdf', 16012]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JP_65_3_449-475_1997_Riemann_Angleitner_Strelau.pdf', 31716]
(4)(+0000021): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_65_1_60-66_1980_Bernadin_Pence.pdf', 24922]
(4)(+0000027): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Occupational and Organizational Psychology_78_3_377-386_2005_Warr_Bartram_Brown.pdf', 64912]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:9781118133880_48-87_2012_Sackett_Walmsley_Laczo.pdf', 15972]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Multivariate Behavioral Research_44_2_259-280_2009_Ruscio_Kaczetow.pdf', 46360]
(4)(+0000041): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ARP_62_363-390_2011_Heatherton.pdf', 37930]
(4)(+0000063): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJHRM_17_7_1209-1222_2006_Selmer.pdf', 35661]
(4)(+0000014): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:South African Journal of Economic and Management Sciences_15_4_381-401_2012_Farrington.pdf', 65378]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Paper_2011_Grogan_Youngs_Fitting In.pdf', 19674]
(4)(+0000041): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_44_2_198-217_1994_Swanson_Tokar_Davis.pdf', 564]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPA_83_1_75-77_2004_Conner_Zhong_Duberstein.pdf', 34372]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_48_1_42–52_1996_Borgen_Donnay.pdf', 15170]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_89_6_1010-1028_2005_Schwartz_Rubel.pdf', 35205]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JMP_18_3_229-243_2003_Guthrie_Ash_Stevens.pdf', 33976]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Current Directions in Psychological Science_1_3_89-92_1992_Schmidt_Hunter.pdf', 19824]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Applied Psychology_99_6_1011-1041_2014_Rabl_Jayasinghe_Gerhart.pdf', 2978]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Vocational Behavior_85_1_27-38_2014_Webster_Adams_Beehr.pdf', 48736]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ZPP_6_4_160-173_2007_Inceoglu_Bartram.pdf', 35989]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:INT_45_81-103_2014_Ericsson.pdf', 17202]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JP_57_4_773-797_1989_Bryant.pdf', 26720]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_79_2_549-562_2011_Alarcon.pdf', 48170]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:how-to-assess-aptitudes-if-you-are-a-mono-g-ist.html', 19769]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMR_9_4_670-683_1984_Wanous_Reichers_Malik.pdf', 25681]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:INT_45_60-65_2014_Ruthsatz_Ruthsatz_Stephens.pdf', 17197]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Intelligence_36_1_81-95_2008_Johnson_Nijenhuis_Bouchard Jr.pdf', 19839]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJSM_0000_van den Tooren_de Jonge_Dormann.pdf', 38698]
(4)(+0000041): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_18_5_491-499_1997_Wright_Bonett.pdf', 31891]
(4)(+0000055): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:0-8058-4716-2_445-466_2006_Lang_Reschke_Neyer.pdf', 23351]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:RR0506_VSSSummaryReport.pdf', 63285]
(4)(+0000053): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Applied Psychology_60_3_496-516_2011_Oh_Lee_Ashton.pdf', 49360]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_48_775-802_1995_Organ_Ryan.pdf', 29982]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ADD_93_6_895–905_1998_Steel_Blaszczynski.pdf', 19404]
(4)(+0000049): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_57_2_271-303_2004_Judge_Kammeyer-Mueller_Bretz.pdf', 34538]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOOP_84_1_2011_Zellars_Hochwarter_Lanivich.pdf', 38149]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_95_4_648-680_2010_Aguinis_Culpepper_Pierce.pdf', 17978]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Review of General Psychology_2_3_271-299_1998_Gross.pdf', 32026]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_25_2_235-257_2004_Pirola-Merlo_Mann.pdf', 34686]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EJP_17_Suppl1_S39-S66_2003_Anderson_Ones.pdf', 33819]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOOP_83_3_695-715_2010_Niessen_Binnewies_Rank.pdf', 37653]
(4)(+0000060): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:J Pers_83_6_593-610_2015_Lilienfeld_Watts_Francis Smith.pdf', 61302]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOB_28_7_911-927_2007_Fried_Grant_Levi.pdf', 7183]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JBAP_17_3_310-325_2003_Hobman_Bordia_Gallois.pdf', 34004]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_35_5_307-311_1951_Brayfield_Rothe.pdf', 24011]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:WSP_4_77-82_2006_Neubauer_Hoft.pdf', 35582]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_79_3_412-424_1994_Scholarios_Johnson_Zeidner.pdf', 29485]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOM_37_1_39-67_2011_Connelly_Certo_Ireland.pdf', 16886]
(4)(+0000198): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_67_1_241-293_2014_Levashina_Hartwell_Morgeson.pdf', 16037]
(4)(+0000019): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Jnl of Bus & Indus Marketing_22_5_311-321_2007_James Boles_Ramana Madupalli_Brian Rutherford.pdf', 48358]
(4)(+0000068): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:International Business Review_18_3_276-291_2009_Slangen_van Tulder.pdf', 37289]
(4)(+0000053): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_51_3_557-576_1998_Mount_Judge_Scullen.pdf', 32115]
(4)(+0000048): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMR_35_4_516-538_2010_Cooper_Thatcher.pdf', 37482]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PS_0956797614525969_2014_Morey_Rouder_Verhagen.pdf', 38569]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_56_383-404_2003_Gelade_Ivery.pdf', 33948]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:International Journal of Management_25_2_382-395_2008_Andreason.pdf', 36307]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Minnesota_Doctoral_2003_Hezlett.pdf', 38897]
(4)(+0000013): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PSPR_15_4_394-407_2011_Crocker.pdf', 37882]
(4)(+0000014): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Occupational and Organizational Psychology_76_3_323-346_2003_Salgado.pdf', 54403]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:978-0-306-47355-5_227-248_2002_Lodhi_Deo_Belhekar.pdf', 23057]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AP_51_9_909-917_1996_Archer.pdf', 30234]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:BLS_Report_19-24_2007_Gabriel_Schmitz_BLS.pdf', 38808]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:S0272494404000489.html', 34653]
(4)(+0000049): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:UFUG_1_1_49-57_2002_Seeland_Moser_Scheuthle.pdf', 20796]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:9781118320853_1–18_2012_Kristof-brown_Billsberry.pdf', 19426]
(4)(+0000050): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJSA_5_1_62-68_1997_Ahmed_Payne_Whiddett.pdf', 30990]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:58_1_27-41_2011_Schwartz_Weisskirch_Zamboanga.pdf', 38086]
(4)(+0000056): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_38_1_3-38_1991_Hackett_Lent_Greenhaus.pdf', 27681]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HRM_43_4_395-407_2004_Saari_Judge.pdf', 34726]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HRM_48_5_793-816_2009_Shen_Hall.pdf', 37277]
(4)(+0000047): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ASMDA_1_1_3-9_1985_Guttman.pdf', 62257]
(4)(+0000067): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JRP_25_3_276-284_1991_Dollinger_Orf.pdf', 27614]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Lowman 1993.pdf', 21335]
(4)(+0000055): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Occupational Psychology_43_2_95-109_1969_Warr_Routledge.pdf', 50760]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:INT_45_115-117_2014_Plomin_Shakeshaft_McMillan.pdf', 17252]
(4)(+0000048): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AME_18_2_121-125_2004_Weaver.pdf', 34830]
(4)(+0000045): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_1_3_271–278_1971_Walsh_Barrow.pdf', 24324]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_90_5_1011-1017_2005_Thompson.pdf', 16446]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMR_36_1_76-101_2011_Shipp_Jansen.pdf', 38098]
(4)(+0000054): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_77_5_571-587_1992_Motowidlo_Carter_Dunnette.pdf', 28176]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_90_4_692-709_2005_Taylor_Russ-Eft_Chan.pdf', 35243]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PMET_5_2_199-213_2000_Raudenbush_Liu.pdf', 32801]
(4)(+0000013): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCA_20_1_34-52_2012_Hansen_Leuty.pdf', 15803]
(4)(+0000050): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Pers Soc Psychol Bull_34_12_1677-1686_2008_Akinola_Mendes.pdf', 629]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:APIR_50_1_141–152_2001_Schneider.pdf', 19658]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_25_303-318_1972_Stoner_Aram_Rubin.pdf', 24364]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_71_2_185-188_1986_Helmreich_Sawin_Carsrud.pdf', 26005]
(4)(+0000059): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_95_4_781-790_2010_Spector_Bauer_Fox.pdf', 37750]
(4)(+0000041): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOM_21_4_671-690_1995_Palich_Hom_Griffeth.pdf', 29991]
(4)(+0000049): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Pers Soc Psychol Rev_19_2_97-112_2015_McCrae.pdf', 48397]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOOP_77_4_531-551_2004_Meade.pdf', 34646]
(4)(+0000048): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Personality Assessment_96_1_29-45_2013_Woo_Chernyshenko_Longley.pdf', 4351]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PB_137_2_242-266_2011_Crisp_Turner.pdf', 37880]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCA_13_1_3-24_2005_Rottinghaus_Day_Borgen.pdf', 35192]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Guilford Press_287-310_2008_Krueger_Johnson_John.pdf', 23465]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JHSB_45_1_17-33_2004_Serido_Almeida_Wethington.pdf', 34763]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_92_5_1332-1356_2007_Humphrey_Nahrgang_Morgeson.pdf', 15441]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:CDPS_10_3_75-79_2001_Klahr_Simon.pdf', 64772]
(4)(+0000017): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_84_3_303-306_2014_Borges_Savickas.pdf', 4798]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_99_3_535-545_2014_Arthur_Glaze_Jarrett.pdf', 133]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_69_3_390-400_1984_Costa_McCrae_Holland.pdf', 25548]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JEM_37_4_357-373_2000_Oshima_Davey_Lee.pdf', 589]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HRM_48_1_135-151_2009_van Emmerik_Euwema.pdf', 37356]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:MBR_18_1_115-126_1983_Cliff.pdf', 602]
(4)(+0000045): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Vocational Behavior_87_80-88_2015_Blickle_Meurs_Wihler.pdf', 46639]
(4)(+0000018): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMLE_6_1_128-136_2007_Tsang_Frey.pdf', 36238]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_92_2_355-367_2007_Simpson_Collins_Tran.pdf', 36202]
(4)(+0000051): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:APSR_93_3_665-677_1999_Inglehart_Abramson.pdf', 32359]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJT_8_4_304-314_2008_van de Vijver.pdf', 36770]
(4)(+0000050): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PB_105_2_317-327_1989_Cudeck.pdf', 26750]
(4)(+0000092): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PAID_48_2_128-132_2010_Allik_Realo_Mottus.pdf', 37410]
(4)(+0000018): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMJ_36_6_1577–1613_1993_Edwards_Parry.pdf', 19786]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_94_1_48-61_2009_Humphrey_Morgeson_Mannor.pdf', 37071]
(4)(+0000048): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ASQ_55_4_543-676_2010_Castilla_Benard.pdf', 16467]
(4)(+0000050): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_77_3_234-250_1992_Judiesch_Schmidt_Mount.pdf', 28110]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Business and Psychology_18_3_349-363_2004_Burke_Witt.pdf', 49352]
(4)(+0000045): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:0787957410_2002_Brown.pdf', 19981]
(4)(+0000013): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:SEX_41_3-4_279-296_1999_Beyer.pdf', 32251]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PB_16_8_259-262_1919_Hartman_Dashiell.pdf', 48080]
(4)(+0000018): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Research in Personality_47_4_453-454_2013_Lucas_Brent Donnellan.pdf', 1769]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMJ_49_2_305-325_2006_Harrison_Newman_Roth.pdf', 20970]
(4)(+0000051): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Blackwell_459-475_2005_van Vianen_de Pater_Caligiuri.pdf', 23281]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_24_45-68_2003_Baer_Frese.pdf', 33830]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_36_1_61-81_1990_Beehr_King_King.pdf', 26990]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_87_2_390-401_2002_Day_Schleicher_Unckless.pdf', 33467]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOOP_74_221-232_2001_Madzar.pdf', 33161]
(4)(+0000015): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:mld commented_Wiernik 2012 Measurement Bias Final Paper.pdf', 21346]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:978-1-60623-877-6_2011_Kline.pdf', 61926]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ASQ_37_1_140-161_1992_Sackmann.pdf', 28226]
(4)(+0000056): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_67_3_365-378_2005_Hansen_Dik.pdf', 15809]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Psychological Assessment_27_2_353-364_2015_Wilmot.pdf', 46291]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_55_4_675-680_1988_Mershon_Gorsuch.pdf', 26564]
(4)(+0000013): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PB_131_2_241-259_2005_Cooper-Hakim_Viswesvaran.pdf', 34931]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PAID_29_2_265-281_2000_Connolly_Viswesvaran.pdf', 15678]
(4)(+0000025): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_11_309-320_1990_Frone.pdf', 27152]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:University of Minnesota_Doctoral_2011_Shen.pdf', 39018]
(4)(+0000013): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:summary.html', 19418]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:MP_26_3_153-164_2014_Stark_Chernyshenko_Drasgow.pdf', 3278]
(4)(+0000013): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:OBHDP_108_1_66-78_2009_Maertz_Hassan_Magnusson.pdf', 37164]
(4)(+0000023): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IOP_7_1_85-97_2014_Guenole.pdf', 38527]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Personal communication_2013_Connelly_Wilmot_DeYoung.pdf', 23950]
(4)(+0000075): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PMED_37_11_1625-1633_2007_Raevuori_Dick_Keski-Rahkonen.pdf', 36122]
(4)(+0000045): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_86_6_1294-1299_2001_McElroy_Morrow_Rude.pdf', 33178]
(4)(+0000051): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCOP_55_3_419-426_2008_Wade_Vogel_Liao.pdf', 36793]
(4)(+0000067): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:BJM_17_3_237-254_2006_Wegge_van Dick_Fisher.pdf', 35730]
(4)(+0000049): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HRM_12_491-511_2002_Giannantonio_Hurley.pdf', 33510]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Citations 00001 UID USC_Doctoral_2003_Rice.pdf', 38899]
(4)(+0000053): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Communication Monographs_71_1_97-119_2004_Ellis_Smith.pdf', 34409]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JABS_32_1_29-47_1996_Leiter_Durup.pdf', 30645]
(4)(+0000055): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:J. Organiz. Behav._20_3_323-340_1999_Cavanaugh_Noe.pdf', 48730]
(4)(+0000038): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JIBS_39_8_1310-1326_2008_Carraher_Sullivan_Crocitto.pdf', 36355]
(4)(+0000063): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_44_1_140-162_1983_King_Sorrentino.pdf', 25422]
(4)(+0000056): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ASQ_46_4_655-684_2001_Rothbard.pdf', 20937]
(4)(+0000069): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Psychologische Rundschau_55_1_19-27_2004_Moller_Koller.pdf', 34657]
(4)(+0000115): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:APM_35_4_259-279_2011_Roberts_Thompson.pdf', 5363]
(4)(+0000017): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:CPR_30_2_217-237_2010_Aldao_Nolen-Hoeksema_Schweizer.pdf', 37408]
(4)(+0000058): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JRP_43_5_777-784_2009_Williams_Rau_Cribbet.pdf', 37390]
(4)(+0000019): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PB_141_2_364-403_2015_Kuykendall.pdf', 51107]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_3_15-47_1979_Ruben_Kealey.pdf', 24882]
(4)(+0000049): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJHRM_19_7_1298-1313_2008_Seak_Enderwick.pdf', 36683]
(4)(+0000013): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IOP_2_2_171–172_2009_Kraut.pdf', 37118]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JP_54_385-405_1986_McCrae_Costa.pdf', 26065]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_50_1_163-168_1986_Whitbourne.pdf', 26153]
(4)(+0000056): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JRP_38_505-513_2004_Chamorro-Premuzic_Furnham_Moutafi.pdf', 34359]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_44_1_32-54_1994_Bretz_Judge.pdf', 16088]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:American Psychological Association_1986_Hackman.pdf', 22146]
(4)(+0000013): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_25_1_21-40_2001_Miyamoto_Kuhlman.pdf', 33183]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Psychological bulletin_139_2_441-476_2013_Eby_Allen_Hoffman.pdf', 2746]
(4)(+0000014): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Snyder.pdf', 23711]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PREV_30_5_578-588_2001_Fisher_Macrosson_H.pdf', 33040]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:24muslim.html', 17715]
(4)(+0000051): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Annual Review of Organizational Psychology and Organizational Behavior_1_1_245-275_2014_Noe_Clarke_Klein.pdf', 51264]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:0-12-558704-X_55-82_1989_Wallbott_Scherer.pdf', 22202]
(4)(+0000048): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_26_3_233-253_2002_Boies_Rothstein.pdf', 33414]
(4)(+0000061): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Paper_1-21_2002_Broeg_Erl_Mense.pdf', 20488]
(4)(+0000038): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:MANU_2007_Connelly_Ones.doc', 38727]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_76_6_863-872_1991_Borman_White_Pulakos.pdf', 27545]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PAID_60, Supplement_S20_2014_Ziegler_Maas_Scheuer.pdf', 19015]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_85_6_835_2000_Chen_Gully_Whiteman.PDF', 15471]
(4)(+0000045): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_57_2_333-375_2004_Ostroff_Atwater_Feinberg.pdf', 34669]
(4)(+0000051): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ISMO_37_3_108-125_2007_Makela.pdf', 36050]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PM_19_1_92-112_2014_Pustejovsky.pdf', 146]
(4)(+0000047): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PAGE_2_2_144-153_1987_Cornelius_Caspi.pdf', 26205]
(4)(+0000041): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ARP_47_205-235_1996_Bond_Smith.pdf', 30373]
(4)(+0000048): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IOP_1_3_333-342_2008_Highhouse.pdf', 19976]
(4)(+0000066): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:CPR_23_8_1055-1085_2004_Saulsman_Page.pdf', 34732]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PB_101_75-90_1987_Funder.pdf', 26227]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_81_6_705-716_1996_Dickter_Roznowski_Harrison.pdf', 30466]
(4)(+0000049): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EER_13_4_437-452_2007_Chawla_Cushing.pdf', 35831]
(4)(+0000048): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_74_4_611-618_1989_Gaugler_Thornton.pdf', 26757]
(4)(+0000068): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_78_4_649-661_1993_Lykken_Bouchard_McGue.pdf', 15897]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:BIT_27_2_169-181_2008_Johnson_Marakas_Palmer.pdf', 36502]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EP_12_3_206-219_2007_Muniz_Bartram.pdf', 36085]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJHRM_6_3_528-552_1995_Mamman.pdf', 29908]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:OBHDP_99_2_113-142_2006_Podsakoff_Bommer_Podsakoff.pdf', 35607]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AJP_15_2_201-292_1904_Spearman.pdf', 1848]
(4)(+0000020): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_67_2_389-420_2014_Gabriel_Diefendorff_Chandler.pdf', 253]
(4)(+0000051): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCCP_61_6_952-965_1993_Willett_Singer.pdf', 28984]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_38_6_993-1004_1980_Samuel.pdf', 25004]
(4)(+0000045): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCA_10_3_301-314_2002_Lindley_Borgen.pdf', 33607]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Human Performance_15_1-2_97-106_2002_Kehoe.pdf', 19844]
(4)(+0000041): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:047191245X_307-318_1995_Kasl.pdf', 22449]
(4)(+0000049): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EJP_22_269-289_2008_De Raad_Sullot_Barelds.pdf', 36388]
(4)(+0000050): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JWB_33_2_111-124_1998_Stroh_Gregersen_Black.pdf', 32192]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:LSI_4_4_791–868_1979_Hedegard.pdf', 24861]
(4)(+0000047): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_57_2_132-136_1973_Weiss_Sherman.pdf', 24406]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Review of Educational Research_46_3_407-441_1976_Shavelson_Hubner_Stanton.pdf', 24576]
(4)(+0000049): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JGB_55_2_P69-P84_2000_Ackerman.pdf', 15784]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PPS_1_4_316–345_2006_Lubinski_Benbow.pdf', 15742]
(4)(+0000052): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AP_53_7_728-736_1998_Day_Rounds.pdf', 15750]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:John Wiley & Sons_233-263_1994_Edwards_Cooper_Payne.pdf', 22422]
(4)(+0000054): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:inside-amazons-hidden-science-factory.html', 61281]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:APIR_57_Suppl 1_37-53_2008_Diener_Kesebir_Lucas.pdf', 36403]
(4)(+0000056): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HP_10_2_71-83_1997_Motowidlo_Borman_Schmit.pdf', 31664]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_87_2_268-279_2002_Harter_Schmidt_Hayes.pdf', 33524]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JWB_32_4_351-368_1997_Inkson_Arthur_Pringle.pdf', 31563]
(4)(+0000038): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_49_1_24-33_1965_Lodahl_Kejnar.pdf', 46894]
(4)(+0000059): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PPS_9_2_225-230_2014_Valian.pdf', 15038]
(4)(+0000061): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_50_2_341-358_1997_Alliger_Tannenbaum_Bennett.pdf', 31003]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMJ_38_3_635-672_1995_Huselid.pdf', 29844]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_101_4_862-882_2011_Specht_Egloff_Schmukle.pdf', 18281]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HRMR_19_3_188-202_2009_Whetzel_McDaniel.pdf', 16045]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:The Counseling Psychologist_29_3_458-465_2001_Dawis.pdf', 19201]
(4)(+0000045): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Psychologische Beitrage_33_3-4_388-406_1991_Jerusalem.pdf', 27712]
(4)(+0000045): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Int J Behav Nutr Phys Act_8_44_2011_Kelly_Doherty_Berry.pdf', 37976]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AP_55_6_626_2000_Tennen_Affleck.pdf', 32859]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:MBR_41_2_189-225_2006_Chen_West_Sousa.pdf', 14902]
(4)(+0000038): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PB_74_1_68-80_1970_Cronbach_Furby.pdf', 24223]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_37_667-685_1984_Steel_Ovalle.pdf', 25665]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PMK_75_2_209-227_2010_Haberman_Sinharay.pdf', 64]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:LODJ_11_7_3-10_1990_Yavas_Luqmani_Quraeshi.pdf', 27457]
(4)(+0000014): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:APIR_60_2_183-209_2011_Dalal_Bashshur_Crede.pdf', 46563]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JASP_34_1_162-176_2004_Moshavi.pdf', 34663]
(4)(+0000018): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_86_1_122-133_2001_Ellingson_Smith_Sackett.pdf', 33027]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ASQ_24_2_285-308_1979_Karasek.pdf', 24867]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJHRM_20_6_1381-1401_2009_Hippler.pdf', 37055]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCRP_35_1_6-12_2004_Smith.pdf', 34771]
(4)(+0000014): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PMS_104_855-869_2007_Leichsenring_Steuernagel_Steuernagel.pdf', 36030]
(4)(+0000045): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Neuroscience and Biobehavioral Reviews_35_1_2-16_2010_Juster_McEwen_Lupien.pdf', 37579]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:BASP_37_4_226-234_2015_Thoemmes.pdf', 61316]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:9781433812293_417-435_2013_Kuncel_Beatty.pdf', 17064]
(4)(+0000058): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:APIR_53_4_518-528_2004_Rank_Pace_Frese.pdf', 34693]
(4)(+0000055): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_13_1_75-83_1978_Lopez_Greenhaus.pdf', 24788]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ZSP_30_1_57-76_1999_Bamberg.pdf', 20352]
(4)(+0000050): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_84_3_349-361_1999_Jex_Bliese.pdf', 32361]
(4)(+0000054): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JASP_39_1_186-207_2009_Kaiser_Schultz.pdf', 20710]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:BJMSP_62_1_97-128_2009_Schmidt_Oh_Hayes.pdf', 611]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JASP_36_3_708-739_2006_Felfe_Schyns.pdf', 35403]
(4)(+0000051): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOOP_74_5_623-636_2001_Lievens_De Fruyt_Van Dam.pdf', 33148]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Scott Barry Kaufman-Ungifted_ Intelligence Redefined-Basic Books (2013).epub', 19816]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:1412905370_259-265_2006_van Rooy_Viswesvaran_Dilchert.pdf', 23390]
(4)(+0000054): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:APIR_37_2_133–150_1988_Hansen.pdf', 21004]
(4)(+0000045): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCRP_38_1_19-25_2007_Gong_Chang.pdf', 35926]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PSPB_24_3_279-288_1998_Gross_Sutton_Ketelaar.pdf', 32028]
(4)(+0000048): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Group & Organization Studies_14_2_155-160_1989_Bedeian_Armenakis.pdf', 26665]
(4)(+0000051): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HRMR_18_3_146-163_2008_Ferris_Munyon_Basik.pdf', 36423]
(4)(+0000054): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JIBS_38_64-83_2007_Shin_Morgeson_Campion.pdf', 36192]
(4)(+0000013): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:The New Statistics Estimation and Research Integr.html', 559]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:University of Minnesota_PhD_1997_Eggerth.pdf', 48375]
(4)(+0000045): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:OBHDP_110_1_1-22_2009_Shipp_Edwards_Lambert.pdf', 37280]
(4)(+0000055): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PS_25_1_3-6_2013_Eich.pdf', 14898]
(4)(+0000060): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Business Venturing_27_1_77-94_2012_Tang_Kacmar_Busenitz.pdf', 63303]
(4)(+0000058): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:INT_45_118-119_2014_Ruthsatz.pdf', 17256]
(4)(+0000048): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JEMK_140_2_333-374_2007_Lee.pdf', 15606]
(4)(+0000051): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:20142014_IRT Seminar Topics List_Weiss.docx', 17521]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOM_20_3_673–674_1994_Day_Tisak_Smith.pdf', 20103]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_92_3_707-721_2007_Bauer_Bodner_Erdogan.pdf', 35780]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JENVP_34_109-120_2013_Greaves_Zibarras_Stride.pdf', 38442]
(4)(+0000045): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PASS_8_4_350-353_1996_Schmitt.pdf', 30836]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Personnel Decisions International_Technical manual_2006_VanKatwyk_Laczo_Tuzinski.pdf', 38805]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJSM_15_3_222-234_2008_Watson_Sinha.pdf', 36802]
(4)(+0000045): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PAID_42_5_893-898_2007_Steiger.pdf', 600]
(4)(+0000052): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Perspectives on Psychological Science_10_3_282-306_2015_Pietschnig_Voracek.pdf', 51141]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:4X8PHPTU.pdf', 48343]
(4)(+0000050): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_92_5_1437-1445_2007_Wang_Takeuchi.pdf', 36277]
(4)(+0000102): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJSA_7_2_112-125_1999_Douthitt_Eby_Simon.pdf', 32295]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IOP_4_3_342–351_2011_Jeanneret_Silzer.pdf', 16014]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_39_2_131-181_1991_Meier.pdf', 27781]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:COUP_34_6_806-838_2006_Worthington_Whittaker.pdf', 35746]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_14_61-81_1993_Kossek_Zonia.pdf', 28764]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JP_73_4_825-858_2005_DeYoung_Peterson_Higgins.pdf', 34949]
(4)(+0000054): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Organizational Research Methods_1_2_209-222_1998_Conway.pdf', 69465]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Methods to detect response shift in quality of life data A convergent validity study_14_629-639_2005_Visser_Oort_Sprangers', 35281]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_95_5_1045-1062_2008_Fredrickson_Cohn_Coffey.pdf', 16570]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_32_1_44-64_2011_Ilies_Johnson_Judge.pdf', 37956]
(4)(+0000053): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_39_1_76-109_1991_Moloney_Bouchard_Segal.pdf', 19348]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:INT_36_702-710_2008_Vigneau_Bors.pdf', 36788]
(4)(+0000038): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:J Bus Psychol_25_2_247-255_2010_Staff_Schulenberg.pdf', 51175]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_82_4_546-561_1997_Cable_Judge.pdf', 31073]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOHP_11_3_241-248_2006_Jansson_Linton.pdf', 35484]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_92_5_1446-1455_2007_Resick_Baltes_Walker Shantz.pdf', 36126]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ABS_44_1_32-40_2000_Bock.pdf', 32578]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_21_3_393-428_1997_Harvey.pdf', 31513]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HR_37_6_425-441_1984_Crouter.pdf', 25552]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ENB_35_3_331-346_2003_Korpela.pdf', 34044]
(4)(+0000015): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Poster_2012_Le.doc', 15203]
(4)(+0000038): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Rainer Hampp_2008_Kittler_Rygl_Puce.pdf', 23456]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:John Wiley_24-43_1996_Holahan_Moos_Schaefer.pdf', 22520]
(4)(+0000054): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HP_27_2_165-182_2014_Spector_Che.pdf', 38590]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JEDP_93_4_797-825_2001_Ackerman_Bowen_Beier.pdf', 32912]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Communcation Management_7_4_317-330_2004_Oh_Ramaprasad.pdf', 34667]
(4)(+0000049): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Pers Soc Psychol Bull_39_7_883-897_2013_Twenge_Kasser.pdf', 51228]
(4)(+0000045): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HRM_48_1_89-109_2009_Stahl_Chua_Caligiuri.pdf', 37297]
(4)(+0000060): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JMS_36_3_399-418_1999_Parnell_Hatem.pdf', 32424]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOOP_82_2_233-251_2009_Nauta_van Vianen_van der Heijden.pdf', 37188]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PSPR_12_3_222-247_2008_Hammack.pdf', 36456]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_63_5_832-838_1992_Endler_Cox_Parker.pdf', 28004]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:what_do_sat_and_iq_tests_measure_general_intelligence_predicts_school_and.single.html', 17659]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IOP_5_2_183-186_2012_Huffcutt_Goebl_Culbertson.pdf', 19916]
(4)(+0000028): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IOP_2_2_151–154_2009_Bank_Crandell_Goff.pdf', 36862]
(4)(+0000018): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:0470768878_107-130_2003_Drasgow.pdf', 17059]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IOP_4_3_269–269_2011_McCauley.pdf', 38027]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJSA_23_1_92-97_2015_Joubert.pdf', 51081]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ProQuest Information & Learning_2010_Sommer.pdf', 38996]
(4)(+0000014): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JSSR_21_4_37-59_1996_Rosenthal.pdf', 21245]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_71_3_603-615_1996_Brockner_Chen.pdf', 30390]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AER_91_4_778–794_2001_Imbens_Rubin_Sacerdote.pdf', 17041]
(4)(+0000052): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AP_774-781_2004_Kaslow.pdf', 34554]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HP_11_1_1-27_1998_Frei_McDaniel.pdf', 32013]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Psychopathology and Behavioral Assessment_16_4_301-323_1994_Mason_Frick.pdf', 29297]
(4)(+0000052): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Podsakoff et al. - 1996 - Meta-analysis of the relationships between Kerr an.pdf', 20729]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Payne_Huffman.pdf', 38667]
(4)(+0000069): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_28_551-576_2004_Harvey_Kiessling.pdf', 34484]
(4)(+0000054): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JIP_31_2_160-166_Sizoo_Serie.pdf', 38685]
(4)(+0000049): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:flexMIRT_User's manual_Version 20_2013_Houts_Cai_flexMIRT.pdf', 595]
(4)(+0000051): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HRM_38_1_47-60_1999_Porter_Tansky.pdf', 32434]
(4)(+0000050): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EMK_42_4_679-694_1974_Heckman.pdf', 16926]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOP_56_1_35-36_1983_Spector_Michaels.pdf', 25495]
(4)(+0000051): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ASC_12_4_455-476_1999_Keinan_Friedland_Kahneman.pdf', 32367]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ASQ_31_56-77_1986_Staw_Bell_Clausen.pdf', 26124]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:International Journal of Training and Development_5_2_112-125_2001_Morris_Robie.pdf', 33189]
(4)(+0000014): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOB_17_S1_503-514_1996_Sagie_Elizur_Koslowsky.pdf', 18859]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PINQ_10_4_329-361_1999_Ericsson.pdf', 48752]
(4)(+0000049): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PNAS_105_19_6829-6833_2008_Jaeggi_SOM.pdf', 14072]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PB_134_3_404-426_2008_Karelaia_Hogarth.pdf', 15993]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_75_3_322-327_1990_Rothstein.pdf', 27347]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ZPFR_12_2003_Fischer.pdf', 33927]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:APIR_50_1_5–29_2001_Furnham.pdf', 18619]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HR_49_3_349-371_1996_Xenikou_Furnham.pdf', 20119]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_60_805-835_2007_Spector_Allen_Poelmans.pdf', 36212]
(4)(+0000052): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EP_13_2_96-102_2008_Brunborg.pdf', 36347]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_20_2_167-188_1996_Harrison_Chadwick_Scales.pdf', 30547]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_71_1_3-8_1986_Childs_Klimoski.pdf', 25933]
(4)(+0000038): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:978-1-4020-6229-2_265-281_2008_Plant.pdf', 2495]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_89_5_822-834_2004_Cable_Edwards.pdf', 34349]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ESR_19_3_267-280_2003_Davidov_Schmidt_Bamberg.pdf', 20515]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IOP_7_1_144-148_2014_Henning_Wygant_Barnes.pdf', 38535]
(4)(+0000051): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_33_2_276-295_2012_Demerouti_Bakker_Sonnentag.pdf', 38217]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:MV5BMTU0MTA2OTIwNF5BMl5BanBnXkFtZTcwMzA0Njk3OA@@._V1_SX300.jpg', 61107]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PSY 8882_2014S_01_Lecture 1_Wang.pdf', 16610]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Psychological Reports_95_2_517-550_2004_Grove.pdf', 46311]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IMPS_2008_Raiche_Magis_Blais.ppt', 3113]
(4)(+0000016): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ZDDP_7_4_205-223_1986_Buck_Bierhoff.pdf', 25922]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJHRM_12_6_898-915_2001_Harvey_Speier_Novecevic.pdf', 33060]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PSPR_2_4_290-309_1998_Feist.pdf', 618]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_65_3_546-553_1993_Borkenau_Liebler.pdf', 28466]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IOP_7_04_543–548_2014_Putka_Hoffman_Carter.pdf', 48500]
(4)(+0000048): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AME_15_4_135-137_2001_Bauer_Taylor.pdf', 32936]
(4)(+0000053): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:1040_Report_1040_2013_Bureau of Labor Statistics_1040.pdf', 38836]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_44_3_263-278_1994_Betsworth_Thomas J_Cooper.pdf', 20912]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EJPA_30_2_130-139_2013_Gignac.pdf', 50807]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Personality and Social Psychology_79_6_1007-1021_2000_Twenge.pdf', 51236]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:5BIDJ463.pdf', 212]
(4)(+0000041): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Riketta - 2008 - The causal relation between job attitudes and perf.pdf', 47109]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PID_35_6_1231-1239_2003_Lounsbury_Sundstrom_Loveland.pdf', 49784]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JWB_40_4_374-385_2005_Vance.pdf', 35272]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_85_2_217-230_2003_Vohs_Schmeichel.pdf', 34231]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMR_31_4_977-994_2006_Rousseau_Ho_Greenberg.pdf', 35635]
(4)(+0000027): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_64_165-181_2004_Boswell_Olson-Buchanan_LePine.pdf', 34336]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:137303_137303_2010_Gutierrez-Patterson_Smith_137303.pdf', 17757]
(4)(+0000049): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Paper_2008_Bell_Ferron_Kromrey_ASA_Paper.pdf', 15543]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_47_1_127-144_1984_Watson_Clark_Tellegen.pdf', 25686]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Mac Donald - 1970 - Revised Scale for Ambiguity Tolerance Reliability.pdf', 69785]
(4)(+0000049): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:top-10-ways-save-science-its-statistical-self.html', 61279]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:The Journal of Educational Research_99_6_323-338_2006_Schreiber_Nora_Stage.pdf', 54381]
(4)(+0000038): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_90_5_833-847_2006_Starzyk_Holden_Fabrigar.pdf', 35681]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_73_1_63-77_2008_Bowling_Hammond.pdf', 46584]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMJ_42_1_41-57_1999_Weaver_Trevino_Cochran.pdf', 32514]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJSA_15_4_263-272_2007_Bartram.pdf', 35775]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PASS_3_4_648-653_1991_Cheung_Song_Butcher.pdf', 27581]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:INT_31_415-124_2003_Gottfredson.pdf', 33965]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOM_31_3_325-329_2005_Feldman.pdf', 34969]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Creative Behavior_18_1_11-22_1984_Rose_Lin.pdf', 25656]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_51_87-118_1998_Shaffer_Harrison.pdf', 32172]
(4)(+0000041): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PR_106_4_766-794_1999_Heine_Lehman_Kitayama.pdf', 32346]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Advanced Nursing_37_4_382-386_2002_Hughes_Huby.pdf', 33550]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_43_2_231-239_1990_Campbell.pdf', 27094]
(4)(+0000041): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_29_1_102-114_1986_Sugalski_Greenhaus.pdf', 26133]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EPM_61_6_1104-1122_2001_Stanton_Sinar_Balzer.pdf', 33298]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJSA_19_4_363–373_2011_Crook_Beier_Cox.pdf', 16049]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JRP_35_2_168-207_2001_Lippa.pdf', 15734]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:BH_MayJune_63-70_1999_Bateman_Crant.pdf', 32248]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:APM_32_5_407-423_2008_Roberts.pdf', 3153]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Social Psychology_113_2_201_1981_Taylor_Doria.pdf', 25170]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Behav Res Methods_43_3_692-700_2011_Tofighi_MacKinnon.pdf', 38116]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_33_2_250-275_2012_Porath_Spreitzer_Gibson.pdf', 38340]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Management International Review_40_1_61-80_2000_Caligiuri.pdf', 32594]
(4)(+0000049): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JASP_40_1_212-240_2010_Harvey_Napier_Moeller.pdf', 37543]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Management_35_3_634-717_2009_Kuenzi_Schminke.pdf', 51400]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_76_3_547-558_2010_Wille_De Fruyt_Feys.pdf', 14951]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_54_1_31-41_1970_Korman.pdf', 24235]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOOP_79_4_691-704_2006_Blau_Holladay.pdf', 35323]
(4)(+0000048): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ARP_65_541-579_2014_Gifford.pdf', 38519]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Cambridge University Press_2009_Erez_Drori.pdf', 23496]
(4)(+0000052): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:SEX_39_9-10_685-704_1998_Gilbert_Ones.pdf', 32022]
(4)(+0000051): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Traumatic Stress_22_4_276-281_2009_Monson_Gradus_La Bash.pdf', 37185]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJCCM_2_3_275-295_2002_Maznevski_Gomez_DiStefano.pdf', 33628]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMR_34_570-572_2009_Hofstede.pdf', 37061]
(4)(+0000049): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HRIR 8801_2013F_Syllabus_Sojourner_Benson.pdf', 16934]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:CDQ_57_4_298-309_2009_van Vianen_De Pater_Preenen.pdf', 37359]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJHRM_18_8_1373-1395_2007_Yamazaki_Kayes.pdf', 36290]
(4)(+0000045): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Am J Med Genet_96_5_684-695_2000_Young_Stallings_Corley.pdf', 19705]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PAID_30_735-748_2001_Twenge.pdf', 33336]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EWOP_7_3_355-371_1998_Stjernberg_Tillberg.pdf', 32188]
(4)(+0000017): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JASA_102_478_454-463_2007_Javaras_Ripley.pdf', 3143]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_42_3_561-581_1989_Bretz_Ash_Dreher.pdf', 19130]
(4)(+0000038): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:A_16_3_301-311_2009_De Fruyt_De Bolle_McCrae.pdf', 36956]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCCP_51_6_882-888_1983_McCrae_Costa.pdf', 25449]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMJ_53_1_107-128_2010_Zhang_Bartol.pdf', 37823]
(4)(+0000038): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_93_5_994-1012_2008_Judge_Livingston.pdf', 36516]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Personality & Social Psychology Review (Sage Publications Inc)_15_3_290-314_2011_Busseri_Sadava.pdf', 37856]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JHSB_25_2_229-244_1984_Fleishman.pdf', 25591]
(4)(+0000014): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ARP_47_307-338_1996_Guzzo_Dickson.pdf', 30527]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HRMR_6_4_279-304_1996_Harvey.pdf', 30557]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:West Virginia University_Doctoral_2008_Bowles.pdf', 19756]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMPROC_1986_1_198-202_1986_Podsakoff_Farh.pdf', 26093]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_1_5_510-517_1965_Mischel.pdf', 24165]
(4)(+0000045): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_67_3_280-296_1982_Mabe_West.pdf', 25280]
(4)(+0000050): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:WS_18_4_336-351_2004_Agervold_Mikkelsen.pdf', 34273]
(4)(+0000038): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PS_25_4_1051-1053_2014_Bleidorn_Klimstra_Denissen.pdf', 199]
(4)(+0000047): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:OBHDP_86_2_278-321_2001_Cohen-Charash_Spector.pdf', 32993]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Florida International Unversity_1997_Downes.pdf', 38872]
(4)(+0000055): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EJP_30_4_292-303_2016_Mottus.pdf', 69364]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:APIR_56_3_437-459_2007_Siers.pdf', 36200]
(4)(+0000038): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOM_30_5_667-683_2004_Maertz_Griffeth.pdf', 34617]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Proc Natl Acad Sci U S A_94_15_7719-7724_1997_Cavalli-Sforza.pdf', 18202]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:INT_25_1_49-70_1997_Austin_Deary_Gibson.pdf', 31025]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_33_1_1-10_2009_Henry_Hamdi_Shedid.pdf', 37050]
(4)(+0000048): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ARP_54_403-425_2003_Diener_Oishi_Lucas.pdf', 33906]
(4)(+0000045): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_75_1_68-81_2009_Vogel_Feldman.pdf', 19706]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AP_56_302-318_2001_Sackett_Schmitt_Ellingson.pdf', 33252]
(4)(+0000051): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_59_4_507-508_1974_Hadley.pdf', 24421]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:wp16-3.pdf', 64012]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJHRM_10_2_163-179_1999_Caligiuri_Joshi_Lazarova.pdf', 32269]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOOP_80_3_499-513_2007_Hattrup_Mueller_Aguirre.pdf', 35959]
(4)(+0000041): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMJ_48_1_101-116_2005_Chen.pdf', 34923]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PB_85_1_185-193_1978_Rosenthal.pdf', 49392]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMJ_46_4_435-457_2003_Urch Druskat_Wheeler.pdf', 34220]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JWB_37_1_69-80_2002_Bakacsi_Sandor_Andras.pdf', 33389]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_84_6_925-939_1999_Parker_Sprigg.pdf', 32420]
(4)(+0000038): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Taxometrics .pdf', 68895]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Yale U Press_1960_Rosenberg_Hovland.pdf', 22044]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMR_33_4_870-884_2008_Jack_CalA¡s_Nkomo.pdf', 36498]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_55_4_331_1971_Wollack_Goodale_Wijting.pdf', 18672]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:978-1-84542-637-8_489-498_2008_Bono_Barron.pdf', 23435]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Haslberger_Brewster.pdf', 38632]
(4)(+0000038): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:The Journal of Business Strategy_65-76_1986_Shrivastava.pdf', 26108]
(4)(+0000051): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:The International Journal of Organizational Analysis_7_3_265-293_1999_Martinko_Douglas.pdf', 32391]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JBP_29_1_1-19_2014_Dawson.pdf', 207]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Sociological Methods & Research_33_2_261-304_2004_Burnham_Anderson.pdf', 52261]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:CEMO_10_4_337-359_1996_Levine.pdf', 30651]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:National Bureau of Economic Research_Working Paper_13480_2007_Lazear_Oyer.pdf', 16659]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_91_1_58-69_2006_Greenberg.pdf', 35441]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JASP_22_5_386-407_1992_Shamir.pdf', 28276]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_86_1_162-173_2004_Schmidt_Hunter.pdf', 34743]
(4)(+0000038): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Criminal Justice_39_4_329-337_2011_Jones_Miller_Lynam.pdf', 19540]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:OPProMan.pdf', 570]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_79_2_596-610_2011_Westring_Ryan.pdf', 38138]
(4)(+0000013): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ORM_12_1_165-200_2009_Le_Schmidt_Putka.pdf', 37139]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Research in Organizational Change and Development_2_163-194_1988_Armenakis.pdf', 26412]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Industrial and Organizational Psychology_5_4_473-476_2012_Rotolo_Church.pdf', 50882]
(4)(+0000041): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JHSB_24_4_300-312_1983_Gore_Mangione.pdf', 25399]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Research in Personality_45_2_229-232_2011_de Vries.pdf', 69571]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:9781849806374_2010_Albrecht.pdf', 20450]
(4)(+0000048): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PAID_4_3_245-255_1983_McCrae_Costa.pdf', 25441]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:APIR_62_3_519–542_2013_Kulas.pdf', 49302]
(4)(+0000041): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Human Resource Development Quarterly_21_4_353-371_2010_Joo_Jeung_Yoon.pdf', 37573]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PMK_73_4_691-703_2008_Waller.pdf', 36796]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:National Center for ONET Development_Final project report_1999_Rounds_Smith_Hubert.pdf', 19871]
(4)(+0000054): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JBR_58_10_1330-1339_2005_Snipes_Oswald_LaTour.pdf', 48354]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:1970_Huff_Chandler.pdf', 15293]
(4)(+0000041): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JHSB_19_1_2-21_1978_Pearlin_Schooler.pdf', 24805]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_33_272-292_1988_Schmidt.pdf', 26597]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Iowa_Doctoral_2010_Shaffer.pdf', 51711]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ASR_60_1_141-156_1995_Rosenberg_Schooler_Schoenbach.pdf', 30048]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_90_2_269-283_2005_Sturman_Cheramie_Cashen.pdf', 15961]
(4)(+0000041): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PS_24_9_1714-1721_2013_Vohs_Wang_Gino.pdf', 14800]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_60_2_271–301_2007_Berry_Sackett_Wiemann.pdf', 35790]
(4)(+0000047): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Career Dev Int_9_1_58-73_2004_Yehuda Baruch.pdf', 2814]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Demand for apprenticeships and traineeships_2011_Smith_Bush_Smith_Demand for apprenticeships and traineeships.pdf', 38826]
(4)(+0000050): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PB_111_3_490-504_1992_MacCallum_Roznowski_Necowitz.pdf', 28148]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PREV_39_2_178-194_2010_Forstenlechner.pdf', 37517]
(4)(+0000049): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Vocational Behavior_59_2_213-225_2001_Lent.pdf', 4952]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:OBHDP_54_3_369-398_1993_Lee_Ashforth.pdf', 15479]
(4)(+0000054): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:CCR_37_2_178-210_2003_Kowner_Wiseman.pdf', 34047]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:CCR_38_4_359-386_2004_Gundelach_Kreiner.pdf', 34470]
(4)(+0000045): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Vocational Behavior_59_2_235-242_2001_Subich.pdf', 4950]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMPROC_2002_1_F1-F6_2002_Erdogan_Kraimer_Liden.pdf', 33488]
(4)(+0000038): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IOP_4_3_322–326_2011_Morris_Kwaske_Daisley.pdf', 38046]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:978-0-306-47355-5_53-78_2002_Hrebicknova_Urbanek_Cermak.pdf', 23020]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JEDP_26_7_508-512_1935_Burnham_Crawford.pdf', 15794]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:The Journal of Finance_52_1_57-82_1997_Carhart.pdf', 13895]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_32_3_282-299_2008_Herleman_Britt_Hashima.pdf', 36468]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PSPR_17_4_325-354_2014_Zuckerman_Silberman_Hall.pdf', 38604]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Behrens Vernon 1978.pdf', 5104]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EJPE_19_3_255-273_2004_Knafo_Sagiv.pdf', 19175]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCRP_34_2_139-154_2003_Pekerti_Thomas.pdf', 34094]
(4)(+0000021): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Career Assessment_1069072715580321_2015_Leuty_Hansen_Speaks.pdf', 54032]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PB_130_3_415-420_2004_DuBois_Flay.pdf', 34401]
(4)(+0000014): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JP_77_4_1025-1050_2009_Gallagher_Lopez_Preacher.pdf', 37016]
(4)(+0000038): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_36_2_122–131_1990_Osipow.pdf', 49790]
(4)(+0000013): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:948_Lecture8_Explanatory_IRT.pdf', 49434]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ovidweb.html', 51394]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JREE_1_1_66-88_2008_Konstantopoulos.pdf', 15585]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PSPR_15_1_28-50_2011_McCrae_Kurtz_Yamagata.pdf', 38029]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOM_30_3_305-307_2004_Feldman.pdf', 34415]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:CDEMP_9_2_107-126_2003_Zea_Asner-Self_Birman.pdf', 34262]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Leadership & Organizational Studies_23_1_66-81_2016_Paterson_Harms_Steel.pdf', 62638]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_95_5_965-976_2010_Sonnentag_Binnewies_Mojza.pdf', 37746]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCOP_58_3_424-440_2011_Tay_Su_Rounds.pdf', 15723]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ORGD_35_4_332-340_2006_Latham_Locke.pdf', 35524]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AERA_Paper_2005_DeMars.doc', 1791]
(4)(+0000041): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_16_155-167_1995_Janssens.pdf', 29853]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ARP_65_399-423_2014_Haslam_Loughnan.pdf', 38531]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Cross-Cultural Research_29_3_240-275_1995_Singelis_Triandis_Bhawuk.pdf', 63275]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:2013_Nydick.pdf', 38741]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_81_3_261-272_1996_Barrick_Mount.pdf', 18225]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOHP_14_3_243-256_2009_Binnewies_Sonnentag_Mojza.pdf', 36886]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMLE_13_1_121-135_2014_Bedeian.pdf', 210]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:APM_36_5_349-374_2012_Culpepper.pdf', 17974]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Experimental Psychology Applied_16_3_293-307_2010_Williams_Nathanson_Paulhus.pdf', 48330]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:abstracts.html', 19363]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_28_37-59_2004_Palthe.pdf', 34673]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Cheating in the workplace_MPRA Paper_50166_2013_Gill_Prowse_Vlassopoulos_Cheating in the workplace.pdf', 16126]
(4)(+0000038): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PREP_72_3_1235-1240_1993_Krueger_Dickson.pdf', 28777]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:URB_33_8_1377_1996_Beaverstock_Smith.pdf', 30294]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HR_53_6_747-770_2000_Campbell Clark.pdf', 32598]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:University of Connecticut_Doctoral_2010_Gallus.pdf', 38983]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PREP_80_2_611-625_1997_Barbuto.pdf', 31041]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOHP_15_4_505-521_2010_Hulsheger_Lang_Maier.pdf', 37556]
(4)(+0000045): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ZPP_7_1_1-23_2008_Dilchert_Ones.pdf', 36407]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HRM_39_2-3_251-265_2000_Mendenhall_Stahl.pdf', 32775]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOOP_77_3_385-402_2004_Reeve_Heggestad.pdf', 14905]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PMET_1_2_130-149_1996_MacCallum_Browne_Sugawara.pdf', 604]
(4)(+0000041): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_60_5_744-755_1991_Ormel_Wohlfarth.pdf', 27798]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_82_2_247-252_1997_Wanous_Reichers_Hudy.pdf', 31873]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_45_2_357-376_1983_Amabile.pdf', 25371]
(4)(+0000041): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Educational and Psychological Measurement_0013164414554615_2014_Pritikin_Hunter_Boker.pdf', 47976]
(4)(+0000022): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ProQuest Information & Learning_2006_Walker.pdf', 38925]
(4)(+0000020): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:APM_28_1_48-71_2004_DeMars.pdf', 3132]
(4)(+0000055): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Industrial and Organizational Psychology_5_4_477-480_2012_Jackson.pdf', 50880]
(4)(+0000055): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:INT_28_1_57-68_2000_Colom_Juan-Espinosa_Abad.pdf', 32622]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMLE_6_4_439-457_2007_Greenberg_Clair_Maclean.pdf', 35932]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Behavioral Medicine_7_4_375-389_1984_Lazarus.pdf', 25622]
(4)(+0000059): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Virginia_2013_Pritkin.pdf', 193]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_88_6_1068-1081_2003_Salgado_Anderson_Moscoso.pdf', 15147]
(4)(+0000013): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HR_52_7_895-922_1999_Turnley_Feldman.pdf', 32507]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJSM_18_1_67-87_2011_Park_Monnot_Jacob.pdf', 38062]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HRM_41_1_31–44_2002_Huo_Huang_Napier.pdf', 20009]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:John_1990_ACL Big Five Markers_Items.pdf', 49788]
(4)(+0000014): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMR_15_1_9-28_1990_Lord_Maher.pdf', 27283]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JBE_63_345-359_2006_Resick_Hanges_Dickson.pdf', 35617]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Distribution for corrected correlations.xlsx', 62985]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Psychometrika_76_4_537-549_2011_Jennrich_Bentler.pdf', 69261]
(4)(+0000016): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HP_8_3_227-242_1995_Cascio_Goldstein_Outtz.pdf', 29671]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_25_2_147-173_2004_Anderson_De Dreu_Nijstad.pdf', 34279]
(4)(+0000014): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:9780199928309_2012_Ryan_Sackett.pdf', 23630]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:CEMO_23_7_1249-1258_2009_Kuppens_Stouten_Mesquita.pdf', 37124]
(4)(+0000038): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:John Wiley & Sons_33-66_1991_Schaubroeck_Ganster_Cooper.pdf', 22322]
(4)(+0000014): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_74_5_815-818_1989_McGee_Ferguson_Seers.pdf', 26863]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJHRM_15_6_1124-1148_2004_Graf.pdf', 34461]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JP_61_4_789-807_1993_Kenny.pdf', 28730]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Personality and Social Psychology_54_6_1063-1070_1988_Watson_Clark_Tellegen.pdf', 46903]
(4)(+0000050): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PAID_47_2009_Boyes_French.pdf', 36903]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:[Oliver_P._John_PhD,_Richard_W._Robins_PhD,_Lawren(BookFi.org).pdf', 54777]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HRM_43_4_381-394_2004_Rynes_Gerhart_Minette.pdf', 15485]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_89_5_755-768_2004_Judge_Piccolo.pdf', 34542]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:International Journal of Training and Development_13_4_247-261_2009_Cox_Beier.pdf', 51302]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Workforce_79_12_14-15_2000_Raphael.pdf', 48377]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMR_23_4_741-755_1998_Law_Chi-Sum_Mobley.pdf', 32088]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJP_17_1_27_1982_Kay.pdf', 25263]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCA_3_2_123-139_1995_Costa_McCrae_Kay.pdf', 21083]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:European Journal of Operational Research_190_3_724-740_2008_Fowler_Wirojanagud_Gel.pdf', 2486]
(4)(+0000038): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCOR_14_2_280_1987_Blair_Burton.pdf', 18521]
(4)(+0000045): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:McIntyre and McIntyre - 2010 - Measuring Job Satisfaction in Portuguese Health Pr.pdf', 33938]
(4)(+0000051): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_74_2_538-556_1998_Paunonen.pdf', 32131]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_66_1_21-36_1994_Swim.pdf', 29508]
(4)(+0000052): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJSA_5_2_91-100_1997_Salgado_Rumbo.pdf', 31747]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PMK_77_3_442-454_2012_Jennrich_Bentler.pdf', 52689]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Personality Assessment_38_4_377-383_1974_PhD.pdf', 63273]
(4)(+0000038): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PS_25_4_1049-1050_2014_Terracciano.pdf', 214]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PLoS ONE_10_10_e0141468_2015_Kepes_McDaniel.pdf', 62967]
(4)(+0000045): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCRP_37_5_557-567_2006_Sireci_Yang_Harter.pdf', 35668]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ZEPP_36_4_190-199_2004_Konig_Dalbert.pdf', 34576]
(4)(+0000052): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PB_126_4_593-641_2000_Konrad_Ritchie_Lieb.pdf', 32719]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Human Resource Development Quarterly_23_2_139-165_2012_Thurston_D'Abate_Eddy.pdf', 38389]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:1988_Augustyn_De Villiers.pdf', 65362]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JBAP_14_3_515-522_2000_Bing_Lounsbury.pdf', 32576]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_90_4_758-764_2005_Laczo_Sackett_Bobko.pdf', 35083]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PB_104_1_53-69_1988_Hyde_Linn.pdf', 26502]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMJ_43_4_605-626_2000_Ramus_Steger.pdf', 14784]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_2_2_171-183_1949_Brodgen.pdf', 24002]
(4)(+0000013): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Nursing Management_16_5_601-607_2008_Laschinger_Finegan.pdf', 36550]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:APM_35_4_280-295_2011_Tay_Ali_Drasgow.pdf', 3180]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HP_18_4_427-444_2005_Conte_Gintoft.pdf', 15305]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_94_1_20-33_2009_Scott_Judge.pdf', 37267]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_83_4_598-614_1998_Caligiuri_Hyland_Joshi.pdf', 31959]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOB_23_4_363-382_2002_Smola_Sutton.pdf', 51186]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_90_1_53-76_2005_McKee-Ryan_Song_Wanberg.pdf', 6832]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Personnel Psychology_10_2_70-77_2011_Schmid Mast_Frauendorfer_Popovic.pdf', 38079]
(4)(+0000045): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMJ_53_5_1110-1130_2010_Chen_Kirkman_Kim.pdf', 37471]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Employee Assistance Quarterly_17_3_33-54_2002_Choi.pdf', 33445]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:BJSP_20_1_57-68_1981_Furnham.pdf', 563]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOM_33_3_426-478_2007_Tsui_Nifadkar_Ou.pdf', 36242]
(4)(+0000049): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AP_63_1_64-65_2008_Krueger_Vohs_Baumeister.pdf', 36537]
(4)(+0000052): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:A_1-12_2015_Green_O’Connor_Gartland.pdf', 68452]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_41_559-580_1988_Noe_Steffy_Barber.pdf', 26574]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:APM_33_8_620-639_2009_Torre_Song.pdf', 1810]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JWB_36_4_402-428_1997_Bae_Rowley.pdf', 31033]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Management Education_1052562911408097_2011_Westerman_Bergman_Bergman.pdf', 51224]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Research in Personality_45_2_258_2011_Loehlin_Martin.pdf', 69569]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:OPR_2_4_340–360_2012_Truxillo_Cadiz_Rineer.pdf', 15231]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_92_4_731-744_2007_Tamir_John_Srivastava.pdf', 36229]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_51_4_815–826_1986_Emmons_Diener_Larsen.pdf', 25959]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Work Importance Locator_1999_McCloy_Waugh_Medsker_Work Importance Locator.pdf', 38793]
(4)(+0000027): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JBE_74_1_1-15_2007_Young.pdf', 36292]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ARP_58_453-477_2007_Walker_Winter.pdf', 36270]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMJ_44_2_340-355_2001_Rynes_Bartunek_Daft.pdf', 33250]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:978-1-4419-2849-8_399-414_1997_Andrich.pdf', 3127]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:MOR_7_3_433-446_2011_Kirkman_Chen.pdf', 37978]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HBR_88_6_114-+_2010_Wrzesniewski_Berg_Dutton.pdf', 48293]
(4)(+0000015): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Nursing Research_30_5_258-263_1981_Mishel.pdf', 25142]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Sonnentag_Niessen_Ohly.pdf', 38688]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:MBR_50_1_109-125_2015_Collins_Carey.pdf', 51101]
(4)(+0000055): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:978-0-19-986071-5_584-602_2014_Church_Rotolo_Shull.pdf', 48361]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:University of Minnesota_Doctoral_2011_Swinburne Romine.pdf', 23909]
(4)(+0000041): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_98_6_1060-1072_2013_Kuncel_Klieger_Connelly.pdf', 15985]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PREV_36_1_23-41_2007_Rothwell_Arnold.pdf', 54460]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HRM_48_1_69-88_2009_Herman_Tetrick.pdf', 37052]
(4)(+0000013): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HRIR 8802_2014S_00_Syllabus_Duffy.docx', 16223]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Multinational Business Review_12_2_37-57_2004_Gupta_Wang.pdf', 34472]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Clinical Psychology Review_28_8_1326-1342_2008_Samuel_Widiger.pdf', 54433]
(4)(+0000045): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMLE_13_1_62-81_2013_Schippers.pdf', 14961]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMLE_9_1_132-143_2010_Burke_Rau.pdf', 37460]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PMET_18_1_53-70_2013_Weigold_Weigold_Russell.pdf', 15237]
(4)(+0000014): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ARP_52_501-525_2001_Raudenbush.pdf', 33223]
(4)(+0000014): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOHP_5_2_278-308_2000_Allen_Herst_Bruck.pdf', 15437]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_68_3_446-460_2006_Spector_Fox_Penney.pdf', 35678]
(4)(+0000038): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:POQ_51_2_201-219_1987_Krosnick_Alwin.pdf', 50692]
(4)(+0000014): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PNAS_105_19_6829-6833_2008_Jaeggi_Buschkuehl_Jonides.pdf', 14071]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOB_17_6_609-626_1996_Ones_Viswesvaran.pdf', 30740]
(4)(+0000014): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EP_4_2_59-74_1999_Kaiser_Ranney_Hartig.pdf', 20696]
(4)(+0000038): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:J Bus Psychol_25_2_281-292_2010_Ng_Schweitzer_Lyons.pdf', 51179]
(4)(+0000013): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HRMR_18_4_311-321_2008_Yang_Levine_Smith.pdf', 18654]
(4)(+0000050): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCOP_52_4_527-536_2005_Swagler_Jome.pdf', 35233]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:University of Alberta_Doctoral_2010_Wagner.pdf', 39002]
(4)(+0000059): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IOP_1_1_76-83_2008_Macey_Schneider.pdf', 19659]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_88_5_779-794_2003_Kammeyer-Mueller_Wanberg.pdf', 20214]
(4)(+0000091): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:MECD_44_1_16-31_2011_Pallini_Bove_Laghi.pdf', 18802]
(4)(+0000018): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ORM_1_4_421-483_1998_Chan.pdf', 31969]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Hogan Assessment Systems_Manual_1996_Hogan_Hogan.pdf', 17535]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PREV_35_4_469-486_2006_Richardson.pdf', 35621]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Vocational Behavior_78_2_210-218_2011_Duffy_Dik_Steger.pdf', 5033]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:OBHDP_117_1_2012_Lount_Pettit.pdf', 38301]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ISMO_37_3_3-15_2007_Bonache_Brewster_Suutari.pdf', 35811]
(4)(+0000049): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOP_60_2_97-113_1987_West_Nicholson_Rees.pdf', 26366]
(4)(+0000021): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EWOP_8_4_583-595_1999_Witte_van Muijen.pdf', 32524]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOM_33_3_321-349_2007_Luthans_Youssef.pdf', 36044]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:9780470057247_2009_Borenstein_Hedges_Higgins.pdf', 2386]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_88_3_545-551_2003_Hunthausen_Truxillo_Bauer.pdf', 34015]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Social Behavior and Personality_36_9_1191-1204_2008_Lee_Sukoco.pdf', 36555]
(4)(+0000028): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_86_6_1202-1222_2001_Lievens_Conway.pdf', 33144]
(4)(+0000016): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_94_3_654-677_2009_Edwards_Cable.pdf', 19925]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:CRIM_39_4_765-798_2001_Miller_Lynam.pdf', 51613]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JENVE_31_1_5-14_1999_Zelezny.pdf', 32533]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Psychological Bulletin_131_1_30-60_2005_Ackerman_Beier_Boyle.pdf', 19859]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_83_3_752-766_2002_Helson_Jones_Kwan.pdf', 33536]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ASC_24_5_539-560_2011_van Erp_Giebels_van der Zee.pdf', 38123]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:978-0-306-47355-5_1-4_2002_McCrae_Allik.pdf', 23071]
(4)(+0000014): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JABS_33_1_66-83_1997_Terpstra_Rozell.pdf', 31841]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:6T2XAVEZ.pdf', 3092]
(4)(+0000047): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IOP_5_2_172-175_2012_Oswald_Hough.pdf', 19907]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_78_3_546-558_2000_Watson_Hubbard_Wiese.pdf', 32895]
(4)(+0000049): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:OPR_4_1_27-48_2014_Albert_Moskowitz.pdf', 15016]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:6T8PD3X2.pdf', 21318]
(4)(+0000052): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:155798753X_299-316_2001_Baumeister.pdf', 22766]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_77_2_360-369_1999_Schwartz_Neale_Marco.pdf', 32456]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Occupational Health Psychology_6_2_91-100_2001_Greenhaus_Parasuraman_Collins.pdf', 5492]
(4)(+0000041): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_94_6_1365-1381_2009_Resick_Whitman_Weingarden.pdf', 37232]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJSA_8_4_216-226_2000_Viswesvaran_Ones.pdf', 32887]
(4)(+0000041): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AP_48_12_1303-1304_1993_Goldberg.pdf', 28622]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCA_21_2_227-248_2013_Francis-Smythe_Haase_Thomas_Steele.pdf', 15193]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Intelligence_37_1_1-10_2009_McGrew.pdf', 19800]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EJWOP_23_1_145-161_2014_Denison_Nieminen_Kotrba.pdf', 48362]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PINQ_7_1_50_1996_Kanfer.pdf', 30601]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EREL_23_581-598_2001_Harzing.pdf', 33062]
(4)(+0000016): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Environmental Psychology_31_3_270-271_2011_Bamberg_Moser.pdf', 18517]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_33_6_475-485_2009_Burke_Watkins_Guzman.pdf', 36908]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:LECON_8_4_419-442_2001_Cawley_Heckman_Vytlacil.pdf', 16650]
(4)(+0000025): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PSY 5960_Grove.doc', 38758]
(4)(+0000018): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJSA_12_12_197-205_2004_Schinkel_van Dierendonck_Anderson.pdf', 34741]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JP_61_2_159-179_1993_Bergeman_Chipuer_Plomin.pdf', 28436]
(4)(+0000048): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JESP_35_5_441-460_1999_Wiesenfeld_Brockner_Martin.pdf', 32520]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:J Psychopathol Behav Assess_27_2_101-114_2005_Malouff_Thorsteinsson_Schutte.pdf', 54431]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Communication Research_27_2_161-193_2000_Bello.pdf', 32565]
(4)(+0000048): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:APIR_46_1_5-34_1997_Berry.pdf', 31047]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOM_2011_Zimmerman_Boswell_Shipp.pdf', 38155]
(4)(+0000051): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_79_4_656-669_2000_Tobin_Graziano_Vanman.pdf', 32871]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:getvn.html', 15499]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PS_25_4_973-981_2014_Gino_Wiltermuth.pdf', 168]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HR_44_5_497-415_1991_Black_Gregersen.pdf', 27508]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMJ_2014_Judge_Zapata.pdf', 51744]
(4)(+0000038): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:OMED_56_5_345-352_2006_Patel_Easmon_Seed.pdf', 35599]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Information & Management_46_8_419-425_2009_Lim_Teo.pdf', 19694]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:International Journal of Selection and Assessment_13_1_87-91_2005_Warr_Bartram_Martin.pdf', 51699]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOM_35_2_393-419_2009_Geyskens_Krishnan_Steenkamp.pdf', 37030]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HR_36_865-882_1983_Roskin_Margerison.pdf', 25463]
(4)(+0000045): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JWB_44_4_357-369_2009_Elenkov_Manev.pdf', 36987]
(4)(+0000014): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_1_209-216_1971_Greenhaus.pdf', 24295]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Culpepper3a.pdf', 33646]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Pacific Rim Psychology_1_1_5-9_Hudson_Inkson.pdf', 38637]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_94_4_859-875_2009_DeRue_Wellman.pdf', 16595]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PID_90_302-314_2016_Bouchard.pdf', 61742]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:APM_31_2_83-105_2007_Yao_Boughton.pdf', 1785]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Vocational Behavior_61_3_381-385_2002_Savickas.pdf', 4347]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PASS_23_1_2011_Pachana_Brilleman_Dobson.pdf', 38060]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Organization Science_30_3_621-634_2009_Takeuchi_Wang_Marinova.pdf', 37323]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_25_4_441-457_2001_Carr_Rugimbana_Walkom.pdf', 32978]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_79_2_224-228_1994_Paullay_Alliger_Stoneromero.pdf', 29416]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Rosen et al. - 2006 - Placing perceptions of politics in the context of .pdf', 20510]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOURNAL OF EDUCATIONAL AND BEHAVIORAL STATISTICS_8_3_207-222_1983_Bentler_Lee.pdf', 33672]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJSA_23_1_14-26_2015_Gaddis.pdf', 51079]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPA_43_4_424-428_1979_Zak_Meir_Kraemer.pdf', 24907]
(4)(+0000022): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JRP_20_4_385-401_1986_Matthews.pdf', 26057]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Riketta - 2005 - Organizational identification A meta-analysis.pdf', 20722]
(4)(+0000013): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JRP_29_432-442_1995_Ashton_Jack_Paunonen.pdf', 29601]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:SWJP_66_4_243-247_2007_Proyer_Hausler.pdf', 18321]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:SPE-108547-MS.html', 23791]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:APM_18_3_229-244_1994_Samajima.pdf', 17444]
(4)(+0000048): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCA_18_2_133-146_2010_Singley_Lent_Sheu.pdf', 18963]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_28_2_163-173_1986_Swanson_Hansen.pdf', 26139]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PAID_43_7_1917-1926_2007_Shorey_Little_Snyder.pdf', 36196]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:American Psychologist_45_2_109-119_1990_Schein.pdf', 51388]
(4)(+0000050): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_8_1_65-77_1955_Kunin.pdf', 46595]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJHRM_15_3_565-586_2004_Hocking_Brown_Harzing.pdf', 34499]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JABS_40_1_7-30_2004_Kahn.pdf', 34549]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:9781841696201_2008_Mariën_Abutalebi.pdf', 17433]
(4)(+0000025): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_43_1_98-104_1993_Murphy.pdf', 20269]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:article_view.html', 2235]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Consumer Psychology_16_4_357-362_2006_Shavitt_Zhang_Torelli.pdf', 35663]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_77_2_255-265_2010_Srivastava_Locke_Judge.pdf', 37754]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_75_175-184_1990_Rothstein_Schmidt_Erwin.pdf', 27343]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HRMR_15_2_160-180_2005_Haslberger.pdf', 35010]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Applied Psychology_87_1_14-32_2002_Kinicki_McKee-Ryan_Schriesheim.pdf', 21160]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EREL_22_6_2000_Simeon_Fujiu.pdf', 32835]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:REVIEW OF EDUCATIONAL RESEARCH_63_1_94-105_1993_Hedges_Friedman.pdf', 50679]
(4)(+0000049): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EPM_61_4_532-574_2001_Cumming_Finch.pdf', 33000]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJHRM_20_4_831-845_2009_van der Heijden_van Engen_Paauwe.pdf', 37353]
(4)(+0000052): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:MBR_48_1_28-56_2013_Preacher_Zhang_Kim.pdf', 38466]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_14_2_119-127_1993_Aryee_Debrah.pdf', 28411]
(4)(+0000050): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:APIR_49_1_133-161_2000_Hanges_Lord_Dickson.pdf', 32678]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Schmidt et al. - 2003 - Beyond alpha An empirical examination of the effe.pdf', 2736]
(4)(+0000049): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCOP_51_1_50-56_2004_Moradi_Subich.pdf', 34659]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Annual Review of Psychology_66_1_661-687_2015_Frese_Keith.pdf', 51276]
(4)(+0000051): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Applied Psychology_87_4_698-714_2002_Rhoades_Eisenberger.pdf', 21303]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IOP_5_2_179-182_2012_Weinhardt_Vancouver.pdf', 19913]
(4)(+0000063): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AP_63_4_241-251_2008_Fouad_Bynner.pdf', 36434]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_93_6_1080-1107_2007_Connor-Smith_Flachsbart.pdf', 35852]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:0912704950_1985_American Educational Research Association_American Psychological Association_National Council on Measurement in Education.pdf', 21474]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ASC_8_1_1-24_1995_Terry_Tonge_Callan.pdf', 30135]
(4)(+0000051): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_84_5_806-814_1999_Nease_Mudgett_Quinones.pdf', 32407]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_90_6_1044-1053_2005_Bowling_Beehr_Wagner.pdf', 34890]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOM_37_1_127-152_2011_Fang_Duffy_Shaw.pdf', 37908]
(4)(+0000047): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_52_445-464_1999_Schmidt_Rader.pdf', 32452]
(4)(+0000060): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ORM_12_2_347-367_2009_Scherbaum_Ferreter.pdf', 15509]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Hiring Procedures in the Firm_Working Paper_2185_1987_Holzer_Hiring Procedures in the Firm.pdf', 16839]
(4)(+0000053): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:2004_Altman_Shortland.pdf', 23769]
(4)(+0000068): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_74_3_295–307_2009_Einarsdottir_Rounds.pdf', 19345]
(4)(+0000019): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Consulting Psychology Journal_42-48_1994_Cascio.pdf', 29090]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_68_4_1995_Amabile_Hill_Hennessey.pdf', 29574]
(4)(+0000038): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Applied Psychology_67_3_341-349_1982_Kanungo.pdf', 46899]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_87_1_43-51_2002_Barrick_Stewart_Piotrowski.pdf', 33393]
(4)(+0000047): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HRMag_58_8_20-25_2013_Grossman.pdf', 14028]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_81_6_1190-1204_2001_Neyer_Asendorpf.pdf', 33195]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JIBS_38_928-943_2007_Takeuchi_Lepak_Marinova.pdf', 36227]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMR_32_2_334-343_2007_Hambrick.pdf', 35951]
(4)(+0000019): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EJP_22_2_81-108_2008_De Raad_Van Oudenhoven.pdf', 18948]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOP_63_343-348_1990_Bennett_Herold_Ashford.pdf', 26996]
(4)(+0000055): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HR_59_4_505-531_2006_Millington_Eberhardt_Wilkinson.pdf', 35560]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_87_4_765-780_2002_Judge_Bono_Ilies.pdf', 16481]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ROB_23_327_2001_Moynihan_Peterson.pdf', 33191]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:John Wiley & Sons Inc_159-184_2003_Epstein_Millon_Lerner.pdf', 23136]
(4)(+0000023): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOM_36_1_121-140_2010_Meyer_Dalal_Hermida.pdf', 37631]
(4)(+0000026): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Proceedings of the Royal Society_2010_Eppig_Fincher_Thornhill.pdf', 37501]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Personnel Psychology_49_1_51-83_1996_Hunt.pdf', 19670]
(4)(+0000052): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_96_4_730-743_2011_Madjar_Greenberg_Chen.pdf', 38022]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EMK_58_2_379-409_1990_Maskin_Tirole.pdf', 16856]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Applied Psychology_63_4_589-606_2014_Furnham_Hyde_Trickey.pdf', 4664]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:12_3_235-248_1991_Kabanoff_Bottger.pdf', 27721]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:something-generations-can-agree.html', 51248]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:USES_Test research report_44_1983_Hunter.pdf', 19820]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Canadian PsychologyPsychologie canadienne_39_1-2_33-51_1998_Haccoun_Saks.pdf', 32034]
(4)(+0000052): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AP_29_1_58_1974_Borgatta.pdf', 17372]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AP_21_6_555-566_1966_Smith.pdf', 24183]
(4)(+0000048): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_49_3_221-229_1996_Oleski_Subich.pdf', 30736]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_58_2_281–342_2005_Kristof-Brown_Zimmerman_Johnson.pdf', 18608]
(4)(+0000050): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:1-4338-0732-7_373-414_2011_Schneider_Ehrhart_Macey.pdf', 51417]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Brit J Manage_11_S49-S58_2000_Linehan_Walsh.pdf', 32749]
(4)(+0000041): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_47_1_147–156_1994_Ones_Mount_Barrick.pdf', 15128]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ARP_59_419-450_2008_Sackett_Lievens.pdf', 16069]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOHP_5_3_337-346_2000_Bauer_Truxillo.pdf', 32559]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:31_2_256-269_2006_Rousseau.pdf', 35637]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Florida State University_Doctoral_2005_Russell.pdf', 38914]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_72_4_666-673_1987_Ravlin_Meglino.pdf', 19011]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMJ_46_5_591-607_2003_Chen_Klimoski.pdf', 33878]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Economic Perspectives_20_1_3-24_2006_Kahneman_Krueger.pdf', 35499]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Harper_1935_Hoppock.pdf', 21389]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJHRM_19_1_1-18_2008_Bonache_Zarraga-Oberty.pdf', 36336]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:2003_Wonacott.pdf', 76]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ZP_214_3_133-149_2006_Schulze_Roberts.pdf', 35652]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_72_3_298-308_2008_Brown_Tramayne_Hoxha.pdf', 18956]
(4)(+0000038): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Psychometrika_72_4_461-473_2007_Millsap.pdf', 3802]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCD_19_4_233–244_1993_Holland_Johnston_Asama.pdf', 20821]
(4)(+0000045): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Organizational Behavior & Human Decision Processes_109_2_156-167_2009_Tepper_Carr_Breaux.pdf', 37333]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMJ_46_3_283-301_2003_Elsbach_Kramer.pdf', 33920]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:WS_22_3_187-200_2008_Bakker_Schaufeli_Leiter.pdf', 20913]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:155798753X_121-140_2001_Funder.pdf', 22807]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_76_3_398-407_1991_Chen_Spector.pdf', 27574]
(4)(+0000045): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_62_4_446-451_1977_Anderson.pdf', 24592]
(4)(+0000055): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JIM_2_2_63-80_1994_Agarwal.pdf', 29022]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_20_527-547_1999_Rybowiak_Garst_Frese.pdf', 32444]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:1-55798-930-3_205-224_2003_Harter_Schmidt_Keyes.pdf', 23142]
(4)(+0000013): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_41_457-479_1988_Noe.pdf', 26578]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HP_15_12_25-46_2002_Gottfredson.pdf', 33514]
(4)(+0000038): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AP_49_6_493-504_1994_Hogan_Curphy_Hogan.pdf', 29205]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_86_599-614_2004_Borkenau_Mauer_Riemann.pdf', 34331]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:American Psychologist_55_1_68-78_2000_Ryan_Deci.pdf', 2306]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PS_2013_Brant_Munakata_Boomsma_DeFries_Haworth_Keller_Martin_McGue_Petrill_Plomin_Wadsworth_Wright_Hewitt.pdf', 15174]
(4)(+0000045): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ISW_46_2_221-+_2003_Choi.pdf', 33880]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_93_2_392-423_2008_Ng_Feldman.pdf', 36618]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:hire-like-google.html', 61286]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCRP_33_2_141-156_2002_van Vijver_Poortinga.pdf', 33779]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PAID_47_1003-1006_2009_Rosopa_Schroeder.pdf', 37244]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Social Behavior and Personality_28_2_141-148_2000_Yurtsever.pdf', 32906]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AP_32_12_1069-1079_1977_Malpass.pdf', 24693]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJT_10_1_33-46_2010_Kim.pdf', 37587]
(4)(+0000015): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IOP_6_1_32-34_2013_Graen_Wakabayashi_Hui.pdf', 2516]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_85_1_121-131_2003_Hemenover.pdf', 33996]
(4)(+0000038): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:1-55798-556-1_3-7_1999_Dunnette.pdf', 15386]
(4)(+0000047): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Disasters_29_2_152–170_2005_Cardozo_Holtz_Kaiser.pdf', 34904]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_64_1_163-189_2011_Wang_Zhan_McCune.pdf', 16905]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:MBR_48_5_639-662_2013_Gignac_Watkins.pdf', 14941]
(4)(+0000049): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMR_16_2_291-317_1991_Black_Mendenhall_Oddou.pdf', 27518]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCOP_47_4_469-477_2000_Bonebright_Clay_Ankenmann.pdf', 32586]
(4)(+0000052): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:J Bus Ethics_121_3_451-466_2013_Paille_Chen_Boiral.pdf', 50858]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_43_2_277-300_1990_Campbell_Ford_Rumsey.pdf', 27059]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ARP_63_341-367_2012_Judge_Kammeyer-Mueller.pdf', 38259]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOOP_76_4_489-515_2003_Tharenou.pdf', 34208]
(4)(+0000045): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:University of Minnesota Press_1954_Meehl.pdf', 21399]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JECONL_39_2_432-478_2001_Riley.pdf', 16821]
(4)(+0000047): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Statistics in Medicine_20_14_2163–2182_2001_Zou_Normand.pdf', 15576]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:2009_Ingerick_Diaz_Putka_Investigations into Army Enlisted Classification Systems.pdf', 54748]
(4)(+0000060): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_45_185-201_1994_Elliott_Chartrand_Harkins.pdf', 29147]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_17_267-283_1996_Aryee_Chay_Chew.pdf', 30248]
(4)(+0000050): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:OD manual_2011_Spybrook_Bloom_Congdon.pdf', 15527]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PASS_22_3_539-545_2010_Samuel_Ansell_Hopwood.pdf', 37721]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_38_3_333-350_1991_Randahl.pdf', 18696]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:psych-journal-bans-significance-tests-stat-blogger-inundated-with-emails.html', 48394]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IOP_1_3_303-307_2008_Johnson.pdf', 36500]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:J Bus Psychol_1_2_78-94_1986_Gattiker_Larwood.pdf', 5509]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:COUP_40_2_291-319_2012_Duffy_Diemer_Jadidian.pdf', 383]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJHRM_19_7_1237-1252_2008_Fenner_Selmer.pdf', 36421]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Personality and Social Psychology_100_6_1124-1138_2011_M_Dolan_M.pdf', 51261]
(4)(+0000041): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JIBS_8_1_57-69_1977_Miller.pdf', 24704]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPA_60_2_290-301_1993_Girelli_Stake.pdf', 28613]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOM_0149206312453738_2012_Seong_Kristof-Brown_Park.pdf', 19950]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPA_45_4_407-414_1981_Kirton.pdf', 25121]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJHRM_17_6_1095-1114_2006_Tharenou_Harvey.pdf', 35696]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:CDPS_20_6_365-372_2011_Shuffler_DiazGranados_Salas.pdf', 15423]
(4)(+0000041): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Wilmot_2015_Dissertation proposal summary.pdf', 61939]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOM_36_1_94-120_2010_Ployhart_Vandenberg.pdf', 37691]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Vocational Behavior_56_1_82-98_2000_Armstrong_Crombie.pdf', 5486]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JIBS_37_6_882-896_2006_Hofstede.pdf', 15475]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ZAO_46_3_126-136_2002_Maier_Woschée.pdf', 33613]
(4)(+0000051): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ORGD_29_1_1-15_2000_Lawler_Finegold.pdf', 32735]
(4)(+0000041): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Texas A&M University_2005_Slaughter.pdf', 51720]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JMP_22_6_610-621_2007_Furnham.pdf', 35913]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_71_1_23-44_2007_Hansen_Leuty.pdf', 35954]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Organizational Research Methods_5_3_231-254_2002_Davison_Kwak_Seo.pdf', 15570]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_62_5_529-540_1977_Schmidt_Hunter.pdf', 49382]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOM_32_5_622-645_2006_Scott_Judge.pdf', 35656]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_71_3_359-374_2007_Cheramie_Sturman_Walsh.pdf', 35835]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AP_29_1_59-59_1974_McClelland.pdf', 17355]
(4)(+0000051): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:APJM_7_1_1-29_1990_Black.pdf', 27028]
(4)(+0000048): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJHRM_7_2_553-571_1996_Richards.pdf', 30763]
(4)(+0000052): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HP_22_1_1-22_2009_Mol_Born_Willemsen.pdf', 37182]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:TQMP_8_1_52–69_2012_Woltman_Feldstain_MacKay.pdf', 15495]
(4)(+0000049): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMR_14_3_385-400_1989_Davis-Blake_Pfeffer.pdf', 45836]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMJ_40_1_82-111_1997_Wayne_Shore_Liden.pdf', 31881]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:99_1_162-179_2014_Huang_Ryan_Zabel.pdf', 306]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Sage_1998_Jex.pdf', 21639]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMP_23_3_88-91_2009_Latham_Locke.pdf', 37134]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:APM_30_3_216-232_2006_Torre_Stark_Chernyshenko.pdf', 3123]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PB_129_2_216-269_2003_Skinner_Edge_Altman.pdf', 34175]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Emerging Adulthood_1_1_5-10_2013_Arnett.pdf', 51211]
(4)(+0000014): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_46_4_839-852_1984_Folkman.pdf', 25595]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:TRANS_34_6_647-666_2007_Bamberg_Moser.pdf', 20424]
(4)(+0000038): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AIS_7_1_4-39_1993_Muller.pdf', 28856]
(4)(+0000050): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JGER_51B_4_P179-P188_1996_Aldwin_Sutton_Chiara.pdf', 30223]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMJ_50_5_985-986_2007_Rynes.pdf', 36146]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PMED_MO SUPPL 18_iii-28_1990_Duncan-Jones_Fergusson_Ormel.pdf', 27147]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_90_2_295-305_2005_Sy_Cote_Saavedra.pdf', 16559]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HP_10_4_303-330_1997_Maynard_Hakel.pdf', 31636]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EDPR_18_3_267-286_2006_Ainley_Patrick.pdf', 15637]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ECOP_4_4_345-354_2012_White.pdf', 21142]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCA_9_4_315-331_2001_Ton_Hansen.pdf', 20836]
(4)(+0000041): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JABS_40_3_302-322_2004_Walsh.pdf', 34818]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ORM_12_3_418-435_2009_LaHuis_Ferguson.pdf', 15574]
(4)(+0000048): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:APIR_49_1_100-132_2000_Morris_Leung.pdf', 32778]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOM_2014_Kim_Kim_Han.pdf', 54492]
(4)(+0000057): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ORM_14_2_306-331_2011_Aguinis_Pierce_Bosco.pdf', 37829]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PID_48_6_762-766_2010_Erdle_Rushton.pdf', 69607]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HP_18_4_331-341_2005_Hogan.pdf', 48372]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Portland State University_Doctoral_2011_Cadiz.pdf', 39006]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Emerging Adulthood_1_1_11-16_2013_Twenge.pdf', 51231]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:GOM_18_2_153-187_1993_Naumann.pdf', 28860]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PPS_7_6_528-530_2012_Pashler_Wagenmakers.pdf', 62198]
(4)(+0000016): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ARP_61_353-381_2010_Martin_Ruble.pdf', 37627]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ZPP_4_1_4-18_2005_Bierhoff_Bipp_Wegge.pdf', 34872]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_67_1_203-239_2014_Ren_Shaffer_Harrison.pdf', 15030]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HP_18_4_389-404_2005_Ones_Viswesvaran_Dilchert.pdf', 21238]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_81_2_322-331_2001_Costa_Terracciano_McCrae.pdf', 17865]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Review of Educational Research_62_1_61-84_1992_Feingold.pdf', 18455]
(4)(+0000049): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:New Ideas in Psychology_14_3_225-236_1996_Kaiser_Fuhrer.pdf', 20641]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Review of General Psychology_5_3_241-269_2001_Silvia_Gendolla.pdf', 33282]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Work Adjustment Project, Department of Psychology, University of Minnesota_1981_Rounds_Henly_Dawis.pdf', 38783]
(4)(+0000038): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PS_24_1_56-62_2012_Feinberg_Willer.pdf', 21148]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_80_2_422-433_2012_Widmer_Semmer_Kalin.pdf', 38412]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_70_3_413-446_2007_Saks_Uggerslev_Fassina.pdf', 36160]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JABP_116_1_166-175_2007_Serrita_Oltmanns_South.pdf', 92]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_28_281-309_2004_Matsumoto_LeRoux_Bernhard.pdf', 34629]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PB_57_1_49-64_1960_Boneau.pdf', 24098]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_24_779-802_2003_Schippers_Den Hartog_Koopmann.pdf', 34152]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMR_33_4_905-923_2008_Shenkar_Luo_Yeheskel.pdf', 36687]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JIBS_37_6_915-921_2006_Smith.pdf', 35670]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_33_5_429-436_2009_Selmer_Lauring.pdf', 37269]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCA_1069072713484560_2013_Tziner_Oren_Caduri.pdf', 19776]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_76_3_567-579_2010_Neininger_Lehmann-Willenbrock_Kauffeld.pdf', 37645]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Sociological Methods & Research_34_3_334-423_2006_Jasso.pdf', 35486]
(4)(+0000047): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMR_17_2_183-211_1992_Gist_Mitchell.pdf', 28029]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJHRM_20_5_1096-1112_2009_Peltokorpi_Froese.pdf', 37213]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:CONFIRMATORY FACTOR ANALYTIC PROCEDURES FOR ASSESSING CHANGE DURING ORGANIZATIONAL ENTRY_74_892-900_1989_Schaubroeck_Green', 26903]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:CJS_27_1_3–23_1999_Banerjee_Capozzoli_McSweeney.pdf', 21266]
(4)(+0000048): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Personality and Individual Differences_42_5_869-874_2007_Miles_Shevlin.pdf', 54397]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IAP_HCA Research Report_2_2004_McGrew_Evans.pdf', 19848]
(4)(+0000054): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Psych_5136_syllabus 2014.doc', 621]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IOP_1_1_44-47_2008_Pugh_Dietz.pdf', 19626]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PNAS_106_44_18452-18456_2009_Dietz_Supporting Material.pdf', 18510]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:1548-5943_377-401_2007_Taylor_Stanton.pdf', 23422]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Citations 00004_Paper_1991_Guion_Assessment.pdf', 16024]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_93_5_1082-1103_2008_Chiaburu_Harrison.pdf', 36360]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Career Dev Int_14_3_242-260_2009_Jon P Briscoe_Lisa M Finkelstein.pdf', 2804]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_87_6_1020-1031_2002_Truxillo_Bauer_Campion.pdf', 33768]
(4)(+0000045): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:SRM_1_3_121–138_2007_Stern_Dillman_Smyth.pdf', 36219]
(4)(+0000013): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMR_14_3_350-360_1989_Pervin.pdf', 26892]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_64_5_834-846_1993_Donahue_Robins_Roberts.pdf', 28578]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_17_4_415-435_1993_Bird_Heinbuch_Dunbar.pdf', 28458]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCA_13_2_216-232_2005_Tsabari_Tziner_Meir.pdf', 15921]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PAID_38_5_1021-1033_2005_Moutafi_Furnham_Paltiel.pdf', 35142]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_85_5_922-932_2003_Kling_Ryff_Love.pdf', 34042]
(4)(+0000098): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ORM_13_4_806-830_2010_Nye_Newman_Joseph.pdf', 37663]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCRP_39_1_3-15_2008_Suh_Diener_Updegraff.pdf', 36732]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_69_2_241-251_1984_Locke_Frederick_Lee.pdf', 25629]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Nursing Administration_39_5_228-235_2009_Laschinger_Finegan_Wilk.pdf', 37132]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Munstersche Informations‐ und Archivsystem multimedialer Inhalte_Proceedings_2013_Hertel_Binnewies_Krumm.pdf', 23857]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:0495094749_11-28_2007_Ott_Parkes_Simpson.pdf', 16444]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Personal communication_2013_Schmidt.docx', 23964]
(4)(+0000014): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_87_3_565-573_2002_Eisenberger_Stinglhamber_Vandenberghe.pdf', 33484]
(4)(+0000048): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PREV_35_4_449-468_2006_Bhanugopan_Fish.pdf', 35321]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EJP_15_4_253–276_2001_Berge_Raad.pdf', 20148]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JMATHP_45_2_224-248_2001_Luo.pdf', 3141]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ORM_4_3_265-287_2001_Edwards.pdf', 20199]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPA_49_1_71-75_1985_Diener_Emmons_Larsen.pdf', 25752]
(4)(+0000048): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PSPB_29_5_584-596_2003_Nezlek_Plesko.pdf', 34079]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_84_4_890-904_2003_Paulhus_Harms_Bruce.pdf', 34088]
(4)(+0000054): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJHRM_7_1_150-164_1996_Aryee_Stone.pdf', 30252]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_2011_Hopwood_Donnellan_Blonigen.pdf', 37946]
(4)(+0000019): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:2006_Ingerick_Schwartz_Weissmuller_Identifying Leader Talent.pdf', 23882]
(4)(+0000045): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PSPB_21_12_1278-1287_1995_Taylor_Neter_Wayment.pdf', 30129]
(4)(+0000056): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AP_56_4_360-362_2001_Sternberg.pdf', 33304]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EJP_20_549-566_2006_Konstabel_Aavik_Allik.pdf', 35511]
(4)(+0000066): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Educational and Psychological Measurement_72_1_52-67_2012_Cheng_Yuan_Liu.pdf', 17484]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Nursing Research_60_2_124-131_2011_Laschinger_Finegan_Wilk.pdf', 37998]
(4)(+0000047): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOOP_80_4_575-600_2007_De Beuckelaer_Lievens_Swinnen.pdf', 35859]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:978-1623965952_2014_Yao.pdf', 1788]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:APM_25_2_177-196_2001_Roberts_Lin_Laughlin.pdf', 3087]
(4)(+0000047): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMJ_23_3_550-555_1980_Barrett_Forbes_O'Connor.pdf', 46660]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PROP_37_4_334-341_2006_Palladino Schultheiss.pdf', 35595]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Poster_2012_Weekley_Labrador_Frye_Job analysis ratings.pptx', 23832]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JIBS_40_2_181-199_2009_Oddou_Osland_Blakeney.pdf', 37196]
(4)(+0000056): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:CDQ_46_4_376-385_1998_Baker_Taylor.pdf', 7175]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PB_129_4_475-494_2003_Simonton.pdf', 20344]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ARP_61_273-301_2010_Shanks.pdf', 37734]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJP_28_2_129-147_1993_Ward_Kennedy.pdf', 28981]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_67_2_278-286_1994_Marshall_Wortman_Vickers.pdf', 29287]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_41_3_212-231_1992_Callanan_Greenhaus.pdf', 27949]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Personality and Social Psychology_97_2_351-362_2009_Prinzie_M_Dekovic.pdf', 54425]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ASC_19_3_309-329_2006_Moore_Grunberg_Greenberg.pdf', 35566]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCA_19_1_35-50_2011_Dik_Hansen.pdf', 19909]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:CDQ_54_1_17-28_2005_Guichard_Lenz.pdf', 2462]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JEBS_26_1_51-71_2001_Maydeu-Olivares.pdf', 65]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:167_managing_careers.pdf', 6568]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HR_41_2_119-138_1988_Payne.pdf', 26582]
(4)(+0000013): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JWB_33_1_1-16_2001_Stroh_Caligiuri.pdf', 33306]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:978-1557981134_243-259_1991_Gollob_Reichardt.pdf', 3102]
(4)(+0000038): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ZDDP_24_3_175-184_2003_Biebrich_Kuhl.pdf', 33852]
(4)(+0000038): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HP_17_3_347-357_2004_Schmitt.pdf', 34745]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of the Academy of Marketing Science_32_2_144-158_2004_Homburg_Stock.pdf', 34508]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMR_33_1_194-215_2008_Ragins.pdf', 16555]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Ch6-IRT Methods of Linking and Equating.pdf', 351]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_59_1_53-63_2001_Torres_Solberg.pdf', 33327]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PMK_20_e_173-192_1955_Guttman.pdf', 24046]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:are-vocational-interests-valid-in-south-africa.html', 61292]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Personnel Psychology_51_4_859-901_1998_Ployhart_Hakel.pdf', 53532]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Social Behavior & Personality_6_7_15-20_1991_Brief_George.pdf', 27551]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOM_17_2_235-271_1991_Ganster_Schaubroeck.pdf', 27656]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:The Counseling Psychologist_37_3_424-450_2009_Dik_Duffy.pdf', 5030]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_57_4_847–879_2004_Shaw_Gupta.pdf', 19793]
(4)(+0000041): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_88_4_680-693_2003_Oreg.pdf', 34082]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:INJP_5_2_142-144_1999_Begg_Langley_Williams.pdf', 18129]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:OBHDP_111_1_13-22_2010_Grant_Sonnentag.pdf', 37532]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PREP_63_2_531-537_1988_du Brin.pdf', 26472]
(4)(+0000045): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IOP_1_3_373-376_2008_Highhouse.pdf', 36474]
(4)(+0000013): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_28_201-219_2004_Cox.pdf', 34378]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_85_2_163-179_2000_Ryan_Sacco_McFarland.pdf', 16686]
(4)(+0000015): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:APIR_46_1_69-88_1997_Schwarzer_Basler_Kwiatek.pdf', 31784]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:9781593851255_185-200_2005_Alfonso_Flanagan_Radwan.pdf', 19927]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PAID_43_3_485-493_2007_Weis_Firker_Hennig.pdf', 19078]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:978-0-306-47355-5_261-277_2002_Martin_Jr_Oryol.pdf', 23061]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Columbia Journal of World Business_73-79_1986_Mendenhall_Oddou.pdf', 26069]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:J Bus Psychol_30_1_63-72_2013_Strauss_Griffin_Parker.pdf', 49070]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PSY 8701_2015F_Applicant reactions and recruitment_Moore.pdf', 47634]
(4)(+0000038): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Human Performance_15_1-2_107-122_2002_Tenopyr.pdf', 19846]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JEBS_30_3_295-311_2005_Torre_Patz.pdf', 66]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Transportation Research Part D Transport and Environment_1_2_151-165_1996_Handy.pdf', 18499]
(4)(+0000013): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:MPPAW_2013_Hogan_Leadership.pdf', 38769]
(4)(+0000045): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:McCrae et al. - 1996 - Evaluating replicability of factors in the Revised.pdf', 54537]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HBR_85_9_63-71_2007_Eagly_Carli.pdf', 35882]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Methods of Meta-Analysis_ Corre - Schmidt, Frank L. (Leo).azw3', 49065]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Behavioral Ecology_19_2_448-455_2008_Smith_Blumstein.pdf', 13856]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_67_2_153-168_2005_Vignoli_Croity-Belz_Chapeland.pdf', 35279]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JENVE_10_4_35-39_1979_Borden_Schettino.pdf', 50485]
(4)(+0000041): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:CCM_11_2_3-15_2004_Fisher_Hartel.pdf', 34433]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_73_3_449-456_2008_De Vos_Soens.pdf', 36390]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Appl Cognit Psychol_5_3_213-236_1991_Krosnick.pdf', 49056]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_50_3_571-579_1986_Folkman_Lazarus_Gruen.pdf', 25978]
(4)(+0000041): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_75_2_129-138_2009_Durr Ii_Tracey.pdf', 36984]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:9780374533557_2013_Kahneman.pdf', 15989]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JMS_47_1_27–54_2010_Fang_Jiang_Makino.pdf', 37504]
(4)(+0000038): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJSA_17_2_165-179_2009_Vecchio_Anderson.pdf', 37367]
(4)(+0000053): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_89_10-20_2015_Holtrop_Born_de Vries.pdf', 51433]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Personnel Psychology_60_3_573-596_2007_Judge_Erez.pdf', 48166]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:CCM_10_3_42-57_2003_Morley_Flynn.pdf', 34071]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Personality and Individual Differences_14_3_421-428_1993_Athanasou_Cooksey.pdf', 19032]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJSA_7_3_157-169_1999_Robie_Ryan.pdf', 32440]
(4)(+0000041): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Exam 2 Essay Questions 5136 2014.doc', 14080]
(4)(+0000013): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:2012_Glaze.pdf', 38773]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_71_2_247-264_2007_McArdle_Waters_Briscoe.pdf', 4783]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:GOM_20_337-354_1995_Renn_Prien.pdf', 30023]
(4)(+0000050): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:SEX_25_1-2_63-79_1991_Mansfield_Koch_Henderson.pdf', 18342]
(4)(+0000041): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PSY 8701_2011S_Recruitment_Natali.docx', 17654]
(4)(+0000058): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:9780674076686_1978_Vygotsky.pdf', 5016]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_46_4_907-918_1984_Eckenrode.pdf', 25583]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Personality_72_4_845-876_2004_Biesanz_West.pdf', 69589]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JMP_23_3_324-346_2008_Haslberger_Brewster.pdf', 36461]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:9781410605795_41-55_2000_DuBois_Shalin.pdf', 15977]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:9780761929499_575-600_2005_Jex_Crossley.pdf', 23258]
(4)(+0000047): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EDP_41_2_111-127_2006_Hidi_Renninger.pdf', 51314]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:23_4_427-445_2010_Carretero-Dios_Ruch.pdf', 37464]
(4)(+0000050): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOM_38_4_1231-1281_2012_Maynard_Gilson_Mathieu.pdf', 38309]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMJ_48_1_85-100_2005_Takeuchi_Tesluk_Yun.pdf', 35235]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Academic Press_63-94_1992_Ussher_Smith_Jones.pdf', 22403]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PB_133_1_65-94_2007_Steel.pdf', 36214]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Career Assessment_17_2_135-154_2009_Krumboltz.pdf', 5494]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:nsf11590.pdf', 18511]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Differential validity for cognitive ability tests in employment and educational settings Not much more than range restriction? - Journal of Applied Psychology, Vol. 99 Issue 1 – 2014 (BZID 00047997603).pdf', 38583]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AP_50_11_928-939_1995_Cascio.pdf', 29682]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Personnel Psychology_51_4_935-960_1998_Kossek_Roberts_Fisher.pdf', 63266]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_29_391-413_2008_Johnson_Rosen_Levy.pdf', 36506]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EJP_20_3_169-193_2006_Markey_Markey.pdf', 15210]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PAID_32_7_1215-1128_2002_Penley_Tomaka.pdf', 33662]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCOP_57_2_219-225_2010_Lent_Sheu_Brown.pdf', 18991]
(4)(+0000038): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Bus Strat Env_16_1_26-38_2007_Fowler_Hope.pdf', 51054]
(4)(+0000041): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PAID_69_119-123_2014_Jonason_Wee_Li.pdf', 18951]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_66_3_457-470_2005_Chen_Aryee_Lee.pdf', 34925]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMJ_36_2_271-288_1993_Pierce_Gardner_Dunham.pdf', 28905]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:UNDP_2015_UNDP.pdf', 2640]
(4)(+0000038): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ProQuest Information & Learning_2008_Rhone.pdf', 38951]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Stuttgart_SSRN Scholarly Paper_ID 2207598_2013_Kakarot-Handtke_Confused confusers.pdf', 15307]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Kansas State University_Doctoral_2002_Best.pdf', 38891]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPA_41_5_527_1977_Joe_Jones_Ryder.pdf', 24677]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:9780199928309_2012_Brass.pdf', 23556]
(4)(+0000013): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Public Personnel Management_34_3_235-245_2005_Kim.pdf', 35060]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Perceptual and Motor Skills_72_2_467-475_1991_Christman_Slaten.pdf', 54470]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_24_151-159_2000_Redmond.pdf', 32803]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:1971_Stanley_Livingston.pdf', 21247]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ASQ_44_1_82-111_1999_Hansen.pdf', 32341]
(4)(+0000041): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMJ_53_5_1009-1028_2010_Tharenou_Caulfield.pdf', 37776]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMR_17_4_647-676_1992_Trevino.pdf', 28342]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:1-4338-0733-5_67-113_2011_Baruch_Bozionelos.pdf', 4924]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PSPB_24_2_127-136_1998_Suls_Green_Hills.pdf', 32194]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_81_5_525-531_1996_van Scotter_Motowidlo.pdf', 30931]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_94_5_1185-1199_2009_Holtz_Harold.pdf', 37063]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:J Bus Psychol_30_1_149-162_2014_Mackey_Frieder_Perrewe.pdf', 49714]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_90_3_536-552_2005_van Iddekinge_Raymark_Roth.pdf', 35268]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Managerial Issues_18_2_193-212_2006_Jansen_Kristof-Brown.pdf', 20206]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Educational Psychologist_46_3_168-184_2011_Renninger_Hidi.pdf', 15643]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSY_122_3_279-290_1988_Lowman_Leeman.pdf', 51321]
(4)(+0000018): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_86_5_897-913_2001_Huffcutt_Roth_Conway.pdf', 33086]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCA_18_2_189-206_2010_Gilbert_Burnett_Leartsurawat.pdf', 37525]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Report.doc', 61928]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMR_31_2_386-408_2006_Johns.pdf', 35492]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ZPP_6_1_37-41_2007_Schmidt-Atzert.pdf', 36170]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PB_110_2_305-314_1991_Bollen_Lennox.pdf', 27537]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EDR_18_3_4–10_1989_Ennis.pdf', 17333]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJSA_11_2-3_121-136_2003_Anderson.pdf', 33821]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:701–772_2011_Rebitzer_Taylor.pdf', 17027]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_91_4_780-795_2006_Brackett_Rivers_Shiffman.pdf', 35332]
(4)(+0000026): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_20_389-405_1999_Paunonen_Rothstein_Jack.pdf', 32426]
(4)(+0000027): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_85_1_112-118_2000_Sackett_Yang.pdf', 32815]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_43_1_84-89_1993_Tenopyr.pdf', 19488]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PB_76_5_378_1971_Fleiss.pdf', 21287]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:SEM_9_2_151-173_2002_Little_Cunningham_Shahar.pdf', 33611]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:0716751593_156-183_2001_Plomin_DeFries_McClearn.pdf', 17161]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PSPB_24_546-557_1998_Sheldon_Elliot.pdf', 32174]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_91_2_351-364_2006_Dickson_Resick_Hanges.pdf', 35377]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:A meta-analysis of the five-factor model of personality and academic performance_135_322-338_2009_Poropat.pdf', 17803]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PB_130_4_601-630_2004_Segerstrom_Miller.pdf', 34753]
(4)(+0000022): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PB_69_3_161-182_1968_Darlington.pdf', 49738]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Vocational Behavior_65_1_14-38_2004_Fugate_Kinicki_Ashforth.pdf', 4787]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMJ_50_5_1027-1032_2007_Latham.pdf', 36018]
(4)(+0000028): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_86_4_764-773_2001_Gong_Shenkar_Luo.pdf', 33054]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOHP_15_2_120-130_2010_Ilies_Dimotakis_Watson.pdf', 37560]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_81_4_728-741_2001_Eisenberger_Rhoades.pdf', 33025]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_83_1_198-215_2002_Robinson_Clore.pdf', 33676]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJHRM_24_9_1737-1743_2013_Vaiman_Collings.pdf', 4654]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_76_2_252-264_2010_Sheu_Lent_Brown.pdf', 19318]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Monograph XXII - Manual for the MN Satisfaction Questionnaire.pdf', 46578]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Behavioral Medicine_4_1_1-39_1981_Kanner_Coyne_Schaefer.pdf', 25117]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_64_4_410-421_1979_Borman.pdf', 24845]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_60_6_927-940_1991_Watson_Clark.pdf', 27865]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PTC_2013_Sharf_Legal backgound of VG.pdf', 14908]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Personality and Individual Differences_72_59-67_2015_Giluk_Postlethwaite.pdf', 19558]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EWOP_11_4_443-468_2002_Dalton_Ernst_Leslie.pdf', 33463]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Business Research_16_1_67-83_1988_Johnston_Parasuraman_Futrell.pdf', 24824]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_86_5_965-973_2001_Borman_Buck_Hanson.pdf', 52237]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Personality and Individual Differences_51_5_571-574_2011_Nusbaum_Silvia.pdf', 48660]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_94_2_277-297_2009_Hom_Tsui_Wu.pdf', 37065]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PAID_26_209-222_1999_Elovainio_Kivimaki.pdf', 32302]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMJ_50_6_1515-1539_2007_Chreim_Williams_Hinings.pdf', 35841]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JP_76_4_969-1000_2008_Kuppens_Van Mechelen_Rijmen.pdf', 36546]
(4)(+0000027): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AROPOB_2_1_183-209_2015_Hough_Oswald_Ock.pdf', 49395]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_68_6_1152-1162_1995_Colvin_Block_Funder.pdf', 29696]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:155798753X_93-118_2001_Judge_Bono.pdf', 22901]
(4)(+0000024): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:MECD_35_4_212_2003_Pendergrass_Hansen_Neuman.pdf', 20870]
(4)(+0000015): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:SEM_21_1_81-93_2014_Davison_Chang_Davenport.pdf', 16079]
(4)(+0000022): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PB_117_2_348-357_1995_Jaccard_Wan.pdf', 20079]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HBR_77_2_52-61_1999_Black_Gregersen.pdf', 32255]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:9780761964889_165-199_2001_Salgado_Viswesvaran_Ones.pdf', 22951]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_92_6_1570-1583_2007_Tsai_Chen_Liu.pdf', 36236]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:What if there were no significance tests_37–64_1997_Schmidt_Hunter.pdf', 60904]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:North American Journal of Psychology_4_113-120_2002_Bell_Matthews_Lassiter.pdf', 21326]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCOP_60_4_569-581_2013_Ott-Holland_Huang_Ryan.pdf', 15414]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCOP_22_4_358_1975_Tinsley_Weiss.pdf', 21279]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Personality and Individual Differences_55_5_485-489_2013_Furnham_Hyde_Trickey.pdf', 638]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JEBS_18_3_237-259_1993_Snijders_Bosker.pdf', 15531]
(4)(+0000023): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:OIPplusMan.pdf', 568]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_80_4_500-509_1995_Dunn_Mount_Barrick.pdf', 29754]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JMP_18_3_185-207_2003_Suutari.pdf', 34201]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:CSDA_52_7_3283-3299_2008_Scheipl_Greven_Kuchenhoff.pdf', 15583]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PMET_18_3_406-433_2013_Franic_Dolan_Borsboom.pdf', 14798]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_50_2_359-394_1997_Judge_Cable.pdf', 18692]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_63_2_234-242_1978_Wertheim_Widom_Wortzel.pdf', 24836]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Dalal et al. - 2011 - The Forgotten Facet: Employee Satisfaction with Ma.html', 20258]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJT_11_3_231-247_2011_Stark_Chernyshenko.pdf', 3320]
(4)(+0000028): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ZAO_37_2_73-85_1993_Scholz_Schuler.pdf', 28954]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Erasmus Universiteit Rotterdam_2007_Mol.pdf', 38933]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPA_96_1_17-28_2014_Connelly_Ones_Davies.pdf', 14822]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JMS_46_3_547-558_2009_Starkey_Hatchuel_Tempest.pdf', 37300]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Psychology Interdisciplinary and Applied_141_4_359-387_2007_Cools_Van Den Broeck.pdf', 35854]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_92_3_885-892_2007_Humphrey_Hollenbeck_Meyer.pdf', 35981]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCOP_44_2_184-188_1997_Hackett.pdf', 515]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJHRM_18_2_173-183_2007_Welch_Welch_Worm.pdf', 36282]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_61_309-348_2008_Zimmerman.pdf', 36829]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMJ_50_5_1235-1253_2007_Wiesenfeld_Swann_Brockner.pdf', 36284]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOM_20_3_691–694_1994_Tisak_Smith.pdf', 20107]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:APIR_48_1_49-71_1999_Ros_Schwartz_Surkiss.pdf', 18896]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Managerial Issues_10_4_403-418_1998_Feldman_Folks_Turnley.pdf', 31999]
(4)(+0000024): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PR_109_3_573-598_2002_Eagly_Karau.pdf', 33481]
(4)(+0000027): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ARP_65_159-185_2014_Juvonen_Graham.pdf', 38548]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_97_5_883-892_2009_DeYoung_Shamosh_Green.pdf', 36966]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PB_137_2_345-350_2011_Schooler.pdf', 38082]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_73_2_287-299_2008_Armstrong_Allison_Rounds.pdf', 36312]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_34_1_1-27_1989_Prediger.pdf', 19977]
(4)(+0000038): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Canadian Journal of Behavioural ScienceRevue canadienne des sciences du comportement_28_3_240-251_1996_Aycan_Berry.pdf', 30261]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PB_127_3_376-407_2001_Judge_Thoresen_Bono.pdf', 33105]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JP_74_5_1451-1479_2006_Borkenau_Riemann_Spinath.pdf', 35326]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMR_16_3_507-521_1991_Lobel.pdf', 27740]
(4)(+0000026): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_16_329-345_1992_Basadur_Wakabayashi_Takai.pdf', 27911]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:1237–1313_2011_Enrico.pdf', 16980]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_28_311-329_2004_Savicki_Downing-Burnette_Heller.pdf', 34734]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Lawrence Erlbaum Associates_135-155_2006_Schmitt_Chan.pdf', 16051]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Research in Personality_43_3_498-501_2009_Donnellan_Trzesniewski_Robins.pdf', 51206]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PSSR_2_4_290-309_1998_Feist.pdf', 14794]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_75_4_378-385_1990_Trevino_Youngblood.pdf', 27386]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_36_2_2012_Pinto_Cabral-Cardoso_Werther.pdf', 38337]
(4)(+0000015): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOOP_81_4_733-749_2008_Abele_Wiese.pdf', 21312]
(4)(+0000024): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Stegeman-IRT-2014.pdf', 23413]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:SLEEP_13_6_674-679_2012_Akerstedt_Orsini_Petersen.pdf', 38159]
(4)(+0000028): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PB_97_1_129-133_1985_Abelson.pdf', 15130]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:John Wiley & Sons_205-233_1991_Steptoe_Cooper_Payne.pdf', 22334]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_81_2_123-133_1996_Lee_Ashforth.pdf', 30642]
(4)(+0000027): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JENVP_31_1_1-13_2011_Carrico_Riemer.pdf', 14772]
(4)(+0000041): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:82_5_1357-1371_2011_Grimm_Ram_Hamagami.pdf', 509]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of European Industrial Training_31_7_550-569_2007_Perkins_Daste.pdf', 36110]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:9780199732579_252-273_2012_Ostroff_Zhan.pdf', 2457]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:COUP_20_2_390-394_1992_Hansen.pdf', 20977]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EJWOP_24_1_126-142_2015_Petrou.pdf', 51071]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JASP_37_7_1649–1665_2007_Scroggins.pdf', 20158]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Vocational Behavior_86_20-27_2015_Taber_Blankemeyer.pdf', 12372]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Oxford Review of Economic Policy_22_4_526–538_2006_Jones_Kalmi_Kauhanen.pdf', 16989]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Social Psychology_147_6_607-630_2007_Devos_Buelens_Bouckenooghe.pdf', 35866]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PAGE_24_4_858-862_2009_Boker_Molenaar_Nesselroade.pdf', 36892]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:TIP_24_1_44-49_1986_Campion_Adams_Morrison.pdf', 25931]
(4)(+0000026): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HAB_60_4_313-317_2011_Beltz_Swanson_Berenbaum.pdf', 15756]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_102_5_1063-1076_2012_Ellingson_Heggestad_Makarius.pdf', 15188]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:APM_22_1_70-70_1998_Roberts.pdf', 3173]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Anxiety Disorders_24_6_596-605_Eidecker_GlA¶ckner-Rist_Gerlach.pdf', 38614]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PID_81_13-22_2015_Davies_Connelly_Ones.pdf', 49791]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PAGE_18_1_91-110_2003_Salthouse_Ferrer-Caja.pdf', 34145]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JREE_1_4_265-288_2008_Konstantopoulos.pdf', 15587]
(4)(+0000026): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:irt.html', 2864]
(4)(+0000013): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:948_Lecture10_Higher-Order.pdf', 49436]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_87_1_96-111_2002_Steel_Kammeyer-Mueller.pdf', 13840]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_66_1_141-154_1994_Saucier.pdf', 29465]
(4)(+0000027): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_63_3_561-593_2010_Ferris_Lian_Brown.pdf', 37512]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PAID_25_2_167-177_1998_Schutte_Malouff_Hall.pdf', 32168]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Plenary session_2005_Broeg_Barta_Erl.pdf', 20474]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJSA_14_1_67-81_2006_van Hooft_van der Flier_Minne.pdf', 35714]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EMO_7_2_262-274_2007_Kuppens_Van Mechelen_Nezlek.pdf', 36013]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:2009_Brookfield Global Relocation Services slides.pdf', 21940]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JBAP_19_4_555-570_2005_Billsberry_Ambrosini_Moss-Jones.pdf', 19932]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCOP_40_4_470-478_1993_Decker_Borgen.pdf', 28573]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:SEM_15_1_136-153_2008_Kamata_Bauer.pdf', 1779]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMJ_50_5_1013-1019_2007_Cohen.pdf', 35844]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:0-8058-4716-2_11-39_2006_Roberts_Wood.pdf', 23369]
(4)(+0000062): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Arquivos Brasileiros de Psicologia_39_2_79-97_1987_Coleta.pdf', 63271]
(4)(+0000020): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMJ_46_4_395-418_2003_Pratt_Rosa.pdf', 34113]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOM_0000_Ferris_Spence_Brown.pdf', 38618]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:J Bus Psychol_25_2_211-223_2010_Hershatter_Epstein.pdf', 51169]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOB_28_6_771-792_2007_Lips-Wiersma_Hall.pdf', 4653]
(4)(+0000038): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_65_1_96-111_2004_Inkson.pdf', 34516]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PMK_69_3_333-353_2004_Torre_Douglas.pdf', 1808]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PID_47_6_558-564_2009_Rushton_Irwing.pdf', 69601]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EPM_57_6_995-1015_1997_VandeWalle.pdf', 31856]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JBE_59_3_295-305_2005_Andersson_Shivarajan_Blau.pdf', 14776]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_79_3_402-411_1994_DeCorte.pdf', 29135]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Vocational Behavior_70_2_297-311_2007_Raabe_Frese_Beehr.pdf', 2293]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:full.html', 69533]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PB_2012_Lanaj_Chang_Johnson.pdf', 38281]
(4)(+0000028): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:British Journal of Management_4_37-45_1993_Robertson_Sadri.pdf', 28916]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_94_5_1287-1304_2009_Tay_Drasgow_Rounds.pdf', 19235]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_25_3_419-437_2004_Forret_Dougherty.pdf', 34439]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMJ_38_4_1105-1123_1995_Doby_Caplan.pdf', 29735]
(4)(+0000041): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:1-15_1997_Broeg_Raising the standard!.pdf', 20460]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_57_2_137-187_2000_Spokane_Meir_Catalano.pdf', 15721]
(4)(+0000028): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_81_116-132_2001_Anderson_John_Keltner.pdf', 32920]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Lawrence Erlbaum_2001_Sternberg.pdf', 22969]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PMET_1_1_16-29_1996_Curran_West_Finch.pdf', 30452]
(4)(+0000028): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ZAO_40_4_161-172_1996_Kleinbeck_Wegge.pdf', 30623]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Int J Contemp Hospitality Mngt_22_1_82-102_2010_Simon Chak‐keung Wong_Gloria Jing Liu.pdf', 5406]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJHRM_20_6_1309-1326_2009_McNulty_De Cieri_Hutchings.pdf', 37175]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:SIOP_2013_May_Morris.pdf', 23867]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Vocational Behavior_76_2_153-169_2010_Nagy_Trautwein_Ludtke.pdf', 19351]
(4)(+0000038): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:APM_25_1_38-38_2001_Roberts.pdf', 3086]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Basic and Applied Social Psychology_37_4_235-246_2015_Tate.pdf', 61305]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_74_1_171-175_1989_Burke_Doran.pdf', 26732]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:QJECON_116_4_1409-1448_2001_Autor.pdf', 16950]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JBE_106_3_325-335_2012_Berings_Adriaenssens.pdf', 18781]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JBP_23_3-4_115-125_2008_Bowling_Hendricks_Wagner.pdf', 20968]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_64_1_225–262_2011_Campion_Fink_Ruggeberg.pdf', 15975]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:CDPS_4_6_169-171_1995_Snow.pdf', 30097]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:SCAM_299_4_68-75_2008_Zimmer.pdf', 17072]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PB_86_4_721_1979_Hunter_Schmidt_Hunter.pdf', 18054]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PAID_14_1_15-24_1993_Jerusalem.pdf', 28675]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:BIOP_65_1_21-48_2003_Peters_Godaert_Ballieux.pdf', 34096]
(4)(+0000023): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCRP_36_5_590-620_2005_Mol_Born_Willemsen.pdf', 35138]
(4)(+0000013): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PAID_24_4_475-480_1998_McKenzie.pdf', 32104]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PMET_18_3_257-284_2013_Marsh_Ludtke_Nagengast.pdf', 14808]
(4)(+0000024): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_39_6_1179-1190_1980_McCrae_Costa.pdf', 24969]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PAID_37_5_1091-1100_2004_Warwick_Nettelbeck.pdf', 34824]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:0521338921_43–75_1988_Torrance.docx', 14756]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:155798753X_193-219_2001_Robins_Paulhus.pdf', 22935]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCA_22_1_113-122_2014_Dobson_Gardner_Metz.pdf', 15713]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Stress and Health_24_5_375-382_2008_Van de Ven_Vlerick_de Jonge.pdf', 36768]
(4)(+0000027): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ProQuest Information & Learning_2004_Quigley.pdf', 38901]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PAGE_2_1_99-110_1987_Strayer_Wickens_Braune.pdf', 26354]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMJ_46_6_728-739_2003_Gong.pdf', 33958]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_74_235-244_2009_Xanthopoulou_Bakker_Demerouti.pdf', 37398]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:APIR_54_2_192-198_2005_Wood.pdf', 35298]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:John Wiley_65-82_1996_Beehr_McGrath.pdf', 22492]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_67_3_476-489_2005_Bowling_Beehr_Swader.pdf', 34888]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Applied Psychology_100_5_1542-1567_2015_Choi_Oh_Colbert.pdf', 68409]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJP_40_2_80-89_2005_Luszczynska_Gutiérrez-Doña_Schwarzer.pdf', 35110]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PSY 8703_2013F_Stress and burnout_Wallace.docx', 17644]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PSPB_24_546-557_1998_Sheldon_Kasser.pdf', 32176]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JBP_29_1_47-60_2014_Burns_Morris_Wright.pdf', 136]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PAID_51_8_1028-1033_2011_Ahmetoglu_Leutner_Chamorro-Premuzic.pdf', 37831]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PSPB_36_5_655-664_2010_Hirsh_DeYoung_Xu.pdf', 69583]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Scandinavian Journal of Work, Environment & Health_29_1_1-4_2003_Taris_Kompier.pdf', 34204]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMJ_42_1_58-74_1999_Kirkman_Rosen.pdf', 32369]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Psychometrika_57_4_469-497_1992_Browne.pdf', 54692]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:WMF_2012_McGrew.pdf', 19720]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_837-855_2001_Kanfer_Wanberg_Kantrowitz.pdf', 33111]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JMS_41_1_85-106_2004_Coyle-Shapiro_Kessler_Purcell.pdf', 34380]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JASP_1962_178-182_1962_Aronson_Carlsmith.pdf', 24127]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PMET_9_1_93-115_2004_Millsap_Kwok.pdf', 18035]
(4)(+0000041): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Articles_A META-ANALYSIS AND REDIRECTION OF RESEARCH ON THE RELATIONSHIP BETWEEN CORPORATE SOCIAL AND FINANCIAL PERFORMANCE.pdf', 51037]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_83_1_84-96_1998_Carson_Becker_Henderson.pdf', 31965]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_85_5_784-798_2000_Bell_Harrison_McLaughlin.pdf', 32563]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:0146621607300860.html', 54496]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJHRM_13_5_761-772_2002_Caligiuri_Lazarova.pdf', 33430]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_36_577-600_1983_Scarpello_Campbell.pdf', 25479]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:SWP_71_1_21-28_2012_Gyoerkoes_Becker_Massoudi.pdf', 38248]
(4)(+0000060): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_80_2_211-225_1995_Saks.pdf', 30060]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HRMR_15_119-138_2005_Takeuchi_Marinova_Lepak.pdf', 35239]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:A_20_1_3-13_2013_Makransky_Mortensen_Glas.pdf', 15092]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IOP_1_1_3-30_2008_Macey_Schneider.pdf', 20939]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HRM_39_2-3_267-275_2000_Tahvanainen.pdf', 32857]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PMS_109_2_531-545_2009_Gaygisiz.pdf', 37023]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Occupational and Organizational Psychology_84_2_347-381_2011_Hoffman_Woehr_Maldagen-Youngjohn.pdf', 54764]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_33_3_259-263_2009_Chang.pdf', 36920]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ASQ_38_304-331_1993_Staw_Barsade.pdf', 28963]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EPM_44_3_743-751_1984_Knapp-Lee_Michael_Grutter.pdf', 25616]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PSPR_14_3_263-280_2010_Kwang_Swann.pdf', 37610]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Edward Elgar Publishing_265-_2006_Harris.pdf', 23329]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AP_41_11_1183-1192_1986_Landy.pdf', 26039]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HP_22_5_375–390_2009_Lievens_Dilchert_Ones.pdf', 37150]
(4)(+0000026): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJSA_10_1-2_51-57_2002_Miles_Borman_Spector.pdf', 33634]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:APIR_59_1_159-179_2010_Nauta_Liu_Li.pdf', 37643]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCOP_42_3_294-303_1995_Bowman_Stern.pdf', 29631]
(4)(+0000023): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_25_483-510_2001_Matsumoto_LeRoux_Ratzlaff.pdf', 33175]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:fi-eeoc3.html', 17731]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:23_5_547-564_1939_E.pdf', 297]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_85_3_373-385_2000_Wanberg_Kammeyer-Mueller.pdf', 32891]
(4)(+0000028): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_80_1_29-42_1995_Melamed_Ben-Avi_Luz.pdf', 29944]
(4)(+0000028): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PAID_29_4_729-748_2000_Hahn.pdf', 32675]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PB_109_3_512-519_1991_Cudeck_Henly.pdf', 27596]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EPM_61_5_866-888_2001_Stanton_Balzer_Smith.pdf', 33296]
(4)(+0000023): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_88_1_40-49_2003_Kirk_Brown.pdf', 34036]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Perspectives on Psychological Science_8_2_190-192_2013_Rindermann.pdf', 15222]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PSPB_24_2_200-213_1998_Rusting_Larsen.pdf', 32152]
(4)(+0000025): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_90_3_411-430_2005_Wanberg_Glomb_Song.pdf', 35287]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:SIOP_Master tutorial_2013_Biderman.pdf', 15946]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Conservation Letters_na-na_2013_Mastrangelo_Gavin_Laterra.pdf', 21110]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_44_1-26_1991_Barrick_Mount.pdf', 27475]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:SHRM_White paper_2006_Murphy_SHRM.pdf', 16670]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PSPR_11_1_68-86_2007_Lodi-Smith_Roberts.pdf', 51611]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJHRM_10_3_377-390_1999_Marschan-Piekkari_Welch_Welch.pdf', 32389]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAI Press_1-39_1990_Ashford_Taylor.pdf', 22208]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_25_2_201-215_2004_Janssen.pdf', 34520]
(4)(+0000017): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_92_1_107-127_2007_Judge_Jackson_Shaw.pdf', 35996]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PB_136_3_351-374_2010_Goetz_Keltner_Simon-Thomas.pdf', 37528]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JEBS_32_2_151-179_2007_Hedges.pdf', 15507]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Academic Press_1992_Davies_Taylor_Dorn.pdf', 22350]
(4)(+0000027): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:GOM_27_1_14-49_2002_Bell_Kozlowski.pdf', 33398]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PS_3_2_118-121_1992_Swann_Hixon_de la Ronde.pdf', 28321]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Vocational Education & Training_55_4_471-498_2003_Colley_James_Diment.pdf', 64028]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EJPA_19_1_12-23_2003_Demerouti_Bakker_Vardakou.pdf', 33904]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Trends in Cognitive Sciences_18_6_293-299_2014_Carver_Scheier.pdf', 654]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:TRR_1807_77-86_2002_Goulias_Broeg_James.pdf', 20556]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JMP_23_6_653-669_2008_Dougherty_Cheung_Florea.pdf', 36410]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JBE_74_4_409-423_2007_Guillen_Fontrodona_Rodriguez-Sedano.pdf', 35939]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_91_1_9-24_2006_Heggestad_Morrison_Reeve.pdf', 35459]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:SMJ_31_110-119_2010_Simsek_Heavey_Veiga.pdf', 37741]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Experimental Psychology Applied_11_2_84-97_2005_Heggestad_Kanfer.pdf', 35012]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AOM_2007_Hofmann_Hierarchical linear modeling.ppt', 15612]
(4)(+0000028): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_17_2_119-133_1996_Noe.pdf', 30723]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:CEMO_23_7_1407-1426_2009_Larsen_Augustine_Prizmic.pdf', 37128]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:CDQ_61_1_2–14_2013_Lent.pdf', 38453]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOHP_13_4_357-370_2008_Liu_Spector_Shi.pdf', 36573]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HR_52_4_412-438_1999_Baruch.pdf', 32246]
(4)(+0000023): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JBP_29_1_145-159_2014_Hill_Wallace_Ridge.pdf', 14998]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:130-149_2008_Haslberger.pdf', 23446]
(4)(+0000028): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JEBO_67_617-677_2008_Ariely_Kamenica_Prelec.pdf', 36310]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Health Education Research_19_4_357-372_2004_Mann_Hosman_Schaalma.pdf', 34621]
(4)(+0000023): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_13_387-428_1989_Kealey.pdf', 26794]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:oxfordhb-9780199732579-e-32.html', 16031]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:TRPOL_16_6_281-292_2009_Broeg_Erl_Ker.pdf', 20481]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PMET_7_4_468-484_2002_Davison_Davenport.pdf', 33465]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Henson and Roberts - 2006 - Use of Exploratory Factor Analysis in Published Re.html', 35466]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Research in Personality_47_6_831-842_2013_McCrae_Chan_Jussim.pdf', 524]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:0-89859-532-0_1985_Spielberger_Tuma_Maser.pdf', 21486]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PPS_7_4_384– 403_2012_Nye_Su_Rounds.pdf', 15901]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:The other half of the picture_461–477_1991_Black_Gregersen.pdf', 27503]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_86_1_42-51_2001_Eisenberger_Armeli_Rexwinkel.pdf', 33023]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_95_1_32_2010_DeChurch_Mesmer-Magnus.pdf', 37491]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:CDPS_2_1_26-30_1993_Scheier_Carver.pdf', 646]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:APIR_50_3_337-370_2001_Hobfoll.pdf', 33074]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:APIR_52_3_328-362_2003_Stone-Romero_Stone_Salas.pdf', 34190]
(4)(+0000027): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_21_1_43–62_2000_Saks_Ashforth.pdf', 19455]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_90_2_334-349_2006_Trautwein_Ludtke_Kuller.pdf', 35708]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JMS_28_4_17-428_1991_Stephens_Black.pdf', 27840]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:W H Freeman and Company_1967_Coopersmith.pdf', 21421]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Human Relations_61_2_163-186_2008_Arthur.pdf', 2816]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:DIAG_52_4_161-180_2006_Wolff_Moser.pdf', 35744]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:summary.html', 19654]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOB_17_S1_557-572_1996_Selmer_De Leon.pdf', 19314]
(4)(+0000025): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMR_35_2_202-225_2010_Farjoun.pdf', 37508]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JIBS_40_8_1359-1373_2009_Law_Song_Wong.pdf', 37137]
(4)(+0000025): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:MANU_2013_Carette_Anseel_Lievens.pdf', 15182]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMLE_13_3_305-321_2014_Rynes.pdf', 51063]
(4)(+0000026): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:University of Illinois Press_1957_Osgood_Suci_Tannenbaum.pdf', 21403]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:GOM_22_2_210-235_1997_Funderburg_Levy.pdf', 31416]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Applied Psychology_91_1_97-108_2006_Mathieu_Gilson_Ruddy.pdf', 20934]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:APIR_49_1_62-99_2000_Gelfand_Dyer.pdf', 32658]
(4)(+0000026): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_106_3_418-428_2014_Meltzer_McNulty_Jackson.pdf', 38567]
(4)(+0000025): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:The Review of Economics and Statistics_76_2_317-321_1994_Groot_Oosterbeek.pdf', 16809]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOHP_5_4_2000_Tetrick_Slack_Da Silva.pdf', 32861]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JWB_33_1_17-34_1998_Sergeant_Frenkel.pdf', 32170]
(4)(+0000028): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCA_15_4_423-445_2007_Staggs_Larson_Borgen.pdf', 15844]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMJ_53_3_617-635_2010_Rich_Lepine_Crawford.pdf', 50729]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Educational and Psychological Measurement_52_4_813-824_1992_Mael_Tetrick.pdf', 46896]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Personality and Social Psychology_60_4_570-585_1991_R_Harris_Anderson.pdf', 648]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:CDQ_52_3_272–284_2004_Harper_Shoffner.pdf', 34478]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Motivation and Emotion_26_1_31-55_2002_Grandey_Tam_Brauburger.pdf', 33516]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ORM_12_1_69-112_2009_Aguinis_Pierce_Bosco.pdf', 36835]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ECONL_4_2_181-185_1979_Psacharopoulos.pdf', 16616]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Applied Psychology_73_3_421-435_1988_Feldman_Lynch.pdf', 50803]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_73_2_231-241_2008_Steinmetz_Frese_Schmidt.pdf', 36725]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Management_26_3_463-488_2000_Griffeth_Hom_Gaertner.pdf', 64030]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMJ_48_5_764-775_2005_Le Pine_Podsakoff_Le Pine.pdf', 35090]
(4)(+0000028): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EJPA_18_1_85-95_2002_Einarsdottir_Rounds_AEgisdottir.pdf', 35520]
(4)(+0000017): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPECON_95_9-10_1082-1095_2011_Allcott.pdf', 37834]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PINQ_4_3_235_1993_Bouchard Jr_Lykken_Tellegen.pdf', 28475]
(4)(+0000027): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AP_62_9_1073-1074_2007_Sheldon_Sheldon_Nichols.pdf', 36190]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PAID_68_247-249_2014_Schwartz.pdf', 38588]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JMS_46_3_534-546_2009_Hodgkinson_Rousseau.pdf', 37057]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOHP_2_4_325-342_1997_Greiner_Ragland_Krause.pdf', 31491]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ASQ_40_385-390_1995_Weick.pdf', 30186]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:the-no-1-feature-meaningless-job.html', 21380]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JEM_47_3_361-372_2010_Rijmen.pdf', 195]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:MECD_47_2_118-126_2014_Davison_Jew_Davenport.pdf', 16077]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JBAP_10_4_477–485_1996_Rosse_Miller_Ringer.pdf', 16878]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:South African Journal of Psychology_21_1_1-11_1991_Taylor_Boeyens.pdf', 65339]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PAID_36_8_1907-1920_2004_Duff_Boyle_Dunleavy.pdf', 34403]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:APIR_59_1_70-96_2010_Semmer_Tschan_Meier.pdf', 37732]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_25_41-53_2001_Arthur.pdf', 32926]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:32_2_291-318_2011_Zacher_Frese.pdf', 38143]
(4)(+0000026): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Political Research Quarterly_52_3_647-674_1999_Gill.pdf', 3076]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_70_4_810-819_1996_Marsh.pdf', 30668]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PB_111_1_156-171_1992_Rhodes_Wood.pdf', 28213]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Organization Science_17_4_470-483_2006_Elsbach_Hargadon.pdf', 35395]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JRP_44_2_232-244_2010_Egberink_Meijer_Veldkamp.pdf', 15095]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJHRM_19_8_1397-1415_2008_Tarique_Schuler.pdf', 36742]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_79_4_544-560_1994_McCauley_Ruderman_Ohlott.pdf', 29308]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Educational Psychology_105_3_911-927_2013_Ackerman_Kanfer_Beier.pdf', 51304]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JP_69_6_847-880_2001_Saucier_Goldberg.pdf', 33258]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_52_6, Pt 2_1-54_1968_Campbell_Borgen_Eastes.pdf', 15766]
(4)(+0000028): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMPROC_2005_1_L1-L6_2005_Fu_Shaffer_Harrison.pdf', 34980]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PSPB_37_3_330-349_2011_Shu_Gino_Bazerman.pdf', 16090]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_42_2_212-222_1993_Carson_Mowsesian.pdf', 28508]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Intelligence_32_1_95-107_2004_Johnson_Bouchard Jr_Krueger.pdf', 19835]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_68_3_504-515_2006_Donohue.pdf', 35385]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Bias and Fairness.pptx', 14047]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_9_2_147-160_1976_Hansen.pdf', 21053]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_61_2_217-239_2002_Larson_Rottinghaus_Borgen.pdf', 15819]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EPM_55_4_535-544_1995_Harvey_Murry_Stamoulis.pdf', 29821]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IOP_1_1_74-75_2008_Graen.pdf', 19656]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMJ_50_5_1037-1042_2007_Rousseau.pdf', 36142]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:index.html', 49440]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Service Research_1_3_250-261_1999_Mattila.pdf', 32393]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JIBS_35_5_443-455_2004_Bjorkman_Barner-Rasmussen_Li.pdf', 34314]
(4)(+0000027): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJCCM_6_1_37-56_2006_Vance.pdf', 35716]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HRM_30_2_237-257_1991_Feldman_Weitz.pdf', 63290]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCRP_35_1_13-28_2004_Allik_McCrae.pdf', 17919]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JBE_87_2_221-236_2009_Boiral.pdf', 36890]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JENVP_25_3_273-291_2005_Abrahamse_Steg_Vlek.pdf', 34842]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JIBS_37_6_897-914_2006_Javidan_House_Dorfman.pdf', 35490]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ARP_59_255-278_2008_Evans.pdf', 36417]
(4)(+0000038): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PB_88_2_359-369_1980_Hedges_Olkin.pdf', 51125]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:CEMO_13_3_277-303_1999_Parkinson_Totterdell.pdf', 32422]
(4)(+0000025): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EMO_12_2_256-267_2012_Koval_Kuppens.pdf', 38273]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:MonPsych_45_6_30-35_2014_Winerman.pdf', 14026]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Health Services Management Research_17_3_177-187_2004_Cortvriend.pdf', 34376]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_31_3_353-361_1987_Schneider.pdf', 19632]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:International Journal of Hospitality Management_15_4_363-372_1996_Li.pdf', 30657]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:CDQ_43_1_25_1994_Zytowski.pdf', 18709]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PB_116_1_21-27_1994_Taylor_Brown.pdf', 29513]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:978-1-4338-0732-9_183-240_2011_Barling_Christie_Hoption.pdf', 47660]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:0-521-53933-1_456-484_2006_Hogarth.pdf', 23347]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Szabo, Brodbeck et al. 2002 – The Germanic Europe cluster_37_55-68_2002_Szabo_Brodbeck_Den Hartoog.pdf', 33751]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_23_3_257-266_2002_Riketta.pdf', 33674]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:wlf-databook-2013.pdf', 47954]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JASP_38_2_513-541_2008_Johnson_Chang.pdf', 36504]
(4)(+0000024): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Society for Industrial and Organizational Psychology_2003_Society for Industrial and Organizational Psychology.pdf', 38797]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPOPEC_18_4_587-601_2005_Davila_Mora.pdf', 17665]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMR_20_2_379-403_1995_Hosmer.pdf', 29840]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_67_2_313-350_2014_Aguinis_O'Boyle.pdf', 15026]
(4)(+0000025): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_47_847-860_1994_Christiansen_Goffin_Johnston.pdf', 29106]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JWB_37_4_285-296_2002_Au_Fukuda.pdf', 33383]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PMGA_77_8_1-23_1963_Haan.pdf', 24139]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_39_3_305-310_1991_Betz.pdf', 27487]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PSY 8702_2015S_Class schedule_Campbell_Schmidt.pdf', 48743]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:978-1-4522-8689-1_2014_Schmidt_Hunter.pdf', 49066]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:CEMO_23_1_152-180_2009_Robinson_Moeller_Goetz.pdf', 37240]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Business Research_58_10_1320-1329_2005_Bonache Perez_Pla-Barber.pdf', 34878]
(4)(+0000014): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EPM_61_4_517-531_2001_Fan_Thompson.pdf', 49816]
(4)(+0000013): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_50_707-721_1997_Sackett_Ellingson.pdf', 31735]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOHP_13_1_69-93_2008_Richardson_Rothstein.pdf', 15483]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EJP_18_5_387-404_2004_Bakker_Van Oudenhoven_Van Der Zee.pdf', 34291]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PAID_53_1_9-15_2012_Tucker-Drob_Briley.pdf', 19026]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EJSP_37_3_547-560_2007_Riketta_Ziegler.pdf', 36128]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_86_2_238-254_2001_Shaffer_Harrison.pdf', 33278]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_89_3_416-427_2004_Heilman_Wallen_Fuchs.pdf', 34492]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:29-49_1962_Budner.pdf', 24131]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_89_3_428-441_2004_Judge_Cable.pdf', 34532]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:The Leadership Quarterly_11_1_87-114_2000_Mumford_Marks_Connelly.pdf', 51256]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_77_2_157-167_2010_Judge_Piccolo_Podsakoff.pdf', 15431]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_49_1_95-112_1985_Rempel_Holmes_Zanna.pdf', 25831]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_78_1_3-12_1993_Schmidt_Law_Hunter.pdf', 28942]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_30_3_309-329_1987_Benyamini_Gati.pdf', 20039]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JDRED_36_1_47-58_2006_Malouff_Thorsteinsson_Schutte.pdf', 54456]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JBE_73_2_205-217_2007_Driscoll_McKee.pdf', 35880]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_79_5_767-782_1994_Judge_Boudreau_Bretz.pdf', 29218]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_75_1_28-42_1990_Hunter_Schmidt_Judiesch.pdf', 27216]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_83_4_634-644_1998_Rosse_Stecher_Miller.pdf', 32145]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JEC_24_3_82–96_1987_Jackson_Paunonen_Rothstein.pdf', 26279]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PSPR_1_3_184-203_1997_Fabrigar_Visser_Browne.pdf', 59551]
(4)(+0000013): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:MSCI_41_11_1750–1762_1995_Darr_Argote_Epple.pdf', 16456]
(4)(+0000025): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOOP_75_423-437_2002_Cooper-Thomas_Anderson.pdf', 33452]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JRP_38_2_164-178_2004_Roberts_Bogg_Walton.pdf', 34704]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Small Group Research_43_3_315-329_2012_Haynie.pdf', 38254]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Group & Organization Studies_15_4_357-365_1990_Kumar_Thibodeaux.pdf', 27250]
(4)(+0000026): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Stegeman_RM_2014.pdf', 39049]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Occupational Behaviour_8_4_311-324_1987_Nelson.pdf', 26315]
(4)(+0000022): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:BASP_37_4_214-225_2015_Grice_Cohn_Ramsey.pdf', 61313]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_81_4_358-368_1996_Brown_Leigh.pdf', 30398]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_31_2_200-215_1987_Greenhaus_Bedeian_Mossholder.pdf', 26249]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_70_1_202-214_1985_Bhagat_McQuaid_Lindholm.pdf', 25724]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:MBR_41_4_445-472_2006_Maydeu-Olivares_Hernandez_McDonald.pdf', 3182]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:APM_36_8_659-669_2012_Svetina_Levy.pdf', 587]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_74_11-17_1989_McEvoy_Cascio.pdf', 26858]
(4)(+0000016): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Educational Psychology_82_3_442-455_1990_Tomlinson-Keasey_Little.pdf', 27381]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_65_5_1046-1053_1993_Magnus_Diener_Fujita.pdf', 28804]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_66_5_950-967_1994_Amabile_Hill_Hennessey.pdf', 29029]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:The International Journal of Aviation Psychology_6_1_1-20_1996_Martinussen.pdf', 30672]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Organizational Behavior & Human Performance_34_2_141-174_1984_Hom_Griffeth_Sellaro.pdf', 25604]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EJP_10_5_405–425_1996_de Fruyt_Mervielde.pdf', 30456]
(4)(+0000028): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_47_3_561-574_1994_Koslowsky_Sagie.pdf', 29267]
(4)(+0000018): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ZPP_6_2_60-70_2007_Schuler_Hell_Trapmann.pdf', 36176]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCRP_34_2_211-230_2003_Rodriguez_Church.pdf', 34125]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_95_4_761-768_2010_Wang_Bowling_Eschleman.pdf', 37807]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ZPP_6_3_129-132_2007_Marcus.pdf', 36054]
(4)(+0000054): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:282-288_1976_Motamedi_K.pdf', 24554]
(4)(+0000075): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JP_64_4_711-735_1996_Suls_David_Harvey.pdf', 30906]
(4)(+0000015): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_11_2_129-152_1977_Betz.pdf', 24617]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IOP_1_1_56-59_2008_Masson_Royal_Agnew.pdf', 19637]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_64_609-626_1979_Schmidt_Hunter_McKenzie.pdf', 24886]
(4)(+0000026): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Management Learning_33_1_5-33_2002_Mainemelis_Boyatzis_Kolb.pdf', 33615]
(4)(+0000027): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCOP_37_4_389-398_1990_Gottfredson_Holland.pdf', 19628]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Applied Psychology_45_4_301-327_1996_von Eye_Spiel_Wood.pdf', 4658]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_32_1_65-85_2011_Tasa_Sears_Schat.pdf', 38105]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOM_29_2_259-280_2003_Gong.pdf', 33960]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PR_106_2_385-397_1999_Neufeld.pdf', 32409]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Van Iddekinge et al. - 2004 - What Do Structured Selection Interviews Really Mea.pdf', 2732]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Schaie (1994) AP aging intelligence.pdf', 13987]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:WS_25_1_1-22_2011_Nixon_Mazzola_Bauer.pdf', 38055]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:summary.html', 19422]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Occup Med (Lond)_50_8_579-582_2000_Dow.pdf', 32641]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JASP_35_10_2076-2093_2005_Scheuthle_Carabias-Hutter_Kaiser.pdf', 20787]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ProQuest Information & Learning_2011_Bhave.pdf', 39004]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_89_1_127-136_2004_Allen_Eby_Poteet.pdf', 34277]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JRP_30_2_137-156_1996_Schutz_DePaulo.pdf', 30850]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:46_295-328_1995_Revelle.pdf', 30029]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ARP_58_259-289_2007_Lieberman.pdf', 36032]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Lawrence Erlbaum Associates, Inc_681-706_1985_Tellegen_Tuma_Maser.pdf', 22138]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JRP_44_1_38-45_Beer_Watson.pdf', 38607]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Personality_67_2_295-329_1999_Pals.pdf', 64737]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JRP_32_4_431-453_1998_Loehlin_McCrae_Costa Jr..pdf', 32096]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IOP_5_2_153-158_2012_Lievens_Reeve.pdf', 19897]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Management_23_5_659-677_1997_Spector_Katwyk_Brannick.pdf', 20903]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HRM_39_1_65-78_2000_Langbert.pdf', 32729]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Vogel and Feldman - 2009 - Integrating the levels of person-environment fit .html', 19715]
(4)(+0000026): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Annual Review of Organizational Psychology and Organizational Behavior_2_1_351-381_2015_Truxillo_Cadiz_Hammer.pdf', 51266]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Pierce et al. - 1989 - Organization-Based Self-Esteem Construct Definiti.pdf', 47113]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PMET_2013_Little_Rhemtulla_Gibson.pdf', 14806]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_42_1_168-177_1982_Kobasa_Maddi_Kahn.pdf', 25271]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_99_2_311-329_2010_Reis_Smith_Carmichael.pdf', 37707]
(4)(+0000027): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Experimental Psycholog Learning, Memory, and Cognitions_29_1_66-79_2003_Kirby_Santiesteban.pdf', 34034]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:SSR_35_3_702-726_2006_Gelissen_de Graaf.pdf', 21178]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_99_6_1042-1060_2010_Kuppens_Oravecz_Tuerlinckx.pdf', 37604]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:research-fraud-allegations-trail-a-german-b-school-wunderkind.html', 62271]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HRM_42_1_71–83_2003_Wiechmann_Ryan_Hemingway.pdf', 16719]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Management_38_5_1550-1581_2012_Cole_Walter_Bedeian.pdf', 20976]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:UID UNC_Doctoral_2013_Blanton.pdf', 39034]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCD_30_4_247-261_2004_Schyns.pdf', 34751]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EWOP_15_2_197-217_2006_Sonnentag_Kruel.pdf', 35675]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_46_569-592_1993_Johns.pdf', 28698]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:BJEP_9_2_188–195_1939_Thomson.pdf', 15097]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:National Center for O NET Development_2009_Dierdorff_Norton_Drewes.pdf', 50917]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:APIR_52_4_598-613_2003_Kaiser_Fuhrer.pdf', 20649]
(4)(+0000028): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_31_3_217-221_1987_Spokane.pdf', 26349]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:9780199928309_2012_Kozlowski.pdf', 23613]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PB_116_2_245-258_1994_Kenny_Albright_Malloy.pdf', 29238]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMJ_49_1_9-15_2006_Bartunek_Rynes_Ireland.pdf', 16378]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:J Bus Psychol_25_2_225-238_2010_Myers_Sadaghiani.pdf', 51171]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JRP_33_2_253-261_1999_Hodson_Sorrentino.pdf', 32348]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_4_617-626_1994_Guzzo_Noonan_Elron.pdf', 29199]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:CCM_14_2_150-160_2007_Selmer_Chiu_Shenkar.pdf', 36184]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_25_2_181-201_2001_Mak_Tran.pdf', 33165]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PAID_27_821-830_1999_Wolfradt_Oubaid_Straube.pdf', 32528]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:J Bus Psychol_30_1_163-175_2013_Kim_Lin_Leung.pdf', 49716]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ROB_2_81-127_1980_Katz.pdf', 24953]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_16_1_1-16_1992_Dunbar.pdf', 27991]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JIBS_22_1_99–113_1991_Black_Porter.pdf', 27524]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AME_12_4_1-14_1995_Roberts_Kossek_Ozeki.pdf', 30038]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:lyons-anexplorationofgenerationalvaluesinlifeand.pdf', 63293]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOHP_1_2_145-169_1996_Zapf_Dormann_Frese.pdf', 30976]
(4)(+0000027): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJHRM_20_8_1770-1789_2009_Newton_Jimmieson.pdf', 37190]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:The Journal of Neuroscience_31_47_17317-17325_2011_Schwabe_Hoffken_Tegenthoff.pdf', 38084]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Human Performance_28_1_1-25_2015_Rojon_McDowall_Saunders.pdf', 47400]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ASQ_35_286-316_1990_Hofstede_Neuijen_Daval Ohavy.pdf', 27198]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Routledge_2008_Furnham.pdf', 21900]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_94_4_972-988_2009_Dierdorff_Rubin_Morgeson.pdf', 36968]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Change Management_2_2_184_2001_Whitehead.pdf', 33360]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Baruch et al. - 2013 - Open Access – the Wrong Response to a Complex Ques.pdf', 54654]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PID_60, Supplement_S18_2014_Fajkowska.pdf', 665]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ASQ_25_226-251_1980_Louis.pdf', 24966]
(4)(+0000025): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_89_3_542-552_2004_Judge_Colbert_Ilies.pdf', 47667]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JENVP_27_3_242-251_2007_Kaiser_Oerke_Bogner.pdf', 20690]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EJP_17_413-433_2003_Paunonen_Haddock_Forsterling.pdf', 34090]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCB_44_2_105-123_2010_Zampetakis.pdf', 3193]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:APIR_60_1_112-140_2011_Boyd_Bakker_Pignata.pdf', 37850]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AP_1103_1995_Cohen.pdf', 29692]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PPS_9_3_305-318_2014_Stanley_Spence.pdf', 171]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_81_2_332-342_2001_Steinberg.pdf', 33300]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PSPR_9_1_17-31_2005_Schimmack_Oishi_Diener.pdf', 35200]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMR_10_3_601-616_1985_Glick.pdf', 51415]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJHRM_8_5_743-755_1997_Au.pdf', 31021]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_31_3_278-296_1987_Kulik_Oldham_Hackman.pdf', 20220]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCA_8_4_329-338_2000_Betz_Borgen.pdf', 32569]
(4)(+0000028): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_92_3_812-819_2007_Lievens_Sanchez.pdf', 36034]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:WS_23_3_264-283_2009_Boersma_Lindblom.pdf', 36888]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AP_49_12_997-1003_1994_Cohen.pdf', 29114]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HRM_48_2_311-328_2009_Olsen_Martins.pdf', 37200]
(4)(+0000028): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PINQ_21_1_26-33_2010_DeYoung.pdf', 37493]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JWB_37_2_127-138_2002_Harvey_Novicevic.pdf', 33528]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:390-57000-1_1969_Lofquist_Dawis.pdf', 19807]
(4)(+0000027): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Personnel Psychology_9_2_79-93_2010_Ohly_Sonnentag_Niessen.pdf', 37667]
(4)(+0000027): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JIBS_30_4_781-798_1999_Lenartowicz_Roth.pdf', 32386]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HRM_43_4_367-380_2004_Zaccaro_Banks.pdf', 34838]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_78_3_395-401_1993_Judge.pdf', 28707]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMJ_50_748-753_2007_McGahan.pdf', 36072]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PAID_48_4_408-413_2010_Zlomke_Hahn.pdf', 37825]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_46_1_55-70_1995_Day_Bedeian.pdf', 19617]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMJ_44_2_357-375_2001_Mohrman_Gibson_Mohrman Jr.pdf', 33185]
(4)(+0000041): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_59_2_275-283_2001_Betz.pdf', 32945]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_62_6_1025-1035_1992_Saucier.pdf', 28241]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Social Behavior and Personality_36_7_865-881_2008_Wang.pdf', 36799]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCCP_61_6_907-910_1993_Gottman_Rushe.pdf', 28633]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Management International Review_42_1_71-87_2002_Selmer.pdf', 33709]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ERIC Publications_ERIC Digest_1995_Hansen.pdf', 20983]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:OISE_NALL Working Paper_21_2001_Livingstone_Adults' Informal Learning.pdf', 51331]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_85_1_13-20_2000_Garonzik_Brockner_Siegel.pdf', 32654]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Academic Press_61-114_1991_Andrews_Robinson.pdf', 22233]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_80_2_380–389_2012_Adkins_Premeaux.pdf', 38157]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:0198296924_24–53_2000_Gunz_Evans_Jalland.pdf', 6546]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMP_28_4_409-429_2014_Chand_Tung.pdf', 51067]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HRMR_21_4_331-341_2011_Judge_Kammeyer-Mueller.pdf', 37962]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Illinois_Doctoral_2012_Su.pdf', 15912]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HYA_31_2_101-113_2002_Baldwin_Hoffmann.pdf', 33391]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_70_2_280-289_1985_Loher_Noe_Moeller.pdf', 46625]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HP_8_4_263-296_1995_Wright_Kacmar.pdf', 30201]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:European Journal of Pharmacology_583_2-3_174-185_2008_McEwen.pdf', 36587]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JIBS_39_8_1293-1309_2008_Brock_Shenkar_Shoham.pdf', 36341]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HRMR_16_2_125-138_2006_Baruch.pdf', 2724]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_56_1_45–74_2003_Barrick_Mount_Gupta.pdf', 15813]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMJ_47_550-565_2004_McNatt_Judge.pdf', 34644]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:The Economist_2013_Staff_Future of cars.pdf', 15246]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:BCOG_62_143-176_2006_Declerck_Boone_De Brabander.pdf', 35371]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JENVP_27_190-203_2007_Bamberg_Hunecke_Blobaum.pdf', 20432]
(4)(+0000022): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:British Journal of Management_17_303-316_2006_Burgoyne_Turnbull James.pdf', 35342]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_86_5_825-836_2001_Rhoades_Eisenberger_Armeli.pdf', 33230]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PB_112_3_409-410_1992_Cohen.pdf', 27961]
(4)(+0000026): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:APIR_59_4_674-700_2010_Stumpp_Muck_Hulsheger.pdf', 37765]
(4)(+0000028): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IOP_4_3_307–310_2011_Laser.pdf', 38000]
(4)(+0000038): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_29_339-353_2005_Mol_Born_van der Molen.pdf', 35136]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:APM_24_2_99-114_2000_McDonald.pdf', 67]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:APM_19_3_269-290_1995_Andrich.pdf', 3121]
(4)(+0000028): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Managerial Issues_17_3_363-382_2005_Butterfield_Trevino_Wade.pdf', 34896]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:United States International University_1995_Gelles.pdf', 38867]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JWB_34_1_41-51_1999_Selmer.pdf', 32464]
(4)(+0000050): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PB_91_3_540-572_1982_Church.pdf', 25236]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_35_6_365-380_1977_Bachman_O'Malley.pdf', 24596]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JASP_42_12_2933-2967_2012_Lo_Peters_Kok.pdf', 38297]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_43_1_30-45_1993_Breeden.pdf', 19533]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:MBR_39_4_595-624_2004_Kim_Frisby_Davison.pdf', 34564]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Stress and Health_27_5_2011_Idris_O'Driscoll_Anderson.pdf', 37952]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PID_45_7_679-683_2008_Rushton_Irwing.pdf', 49310]
(4)(+0000016): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:University of Oklahoma_Doctoral_2011_Hamdani.pdf', 39012]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_91_3_555-566_2006_Anderson_Lievens_van Dam.pdf', 35307]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:mmc1.xlsx', 61759]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_83_2_434-450_2002_Herrald_Tomaka.pdf', 33538]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_84_4_594-601_1999_Lam_Hui_Law.pdf', 32380]
(4)(+0000052): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:The Statistician_47_1_183-189_1998_Joanes_Gill.pdf', 32065]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EJP_30_4_304-340_2016_Asendorpf_Baumert_Schmitt.pdf', 69365]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:CDPS_23_2_98-103_2014_Rounds_Su.pdf', 15833]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:iops12184.pdf', 51057]
(4)(+0000048): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMJ_46_6_740-751_2003_Collins_Clark.pdf', 33887]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AP_50_9_741-749_1995_Messick.pdf', 29954]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_94_2_353-370_2009_Heidemeier_Moser.pdf', 37044]
(4)(+0000016): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:summaries.html', 19372]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:RSCIED_1-27_2014_Federer_Nehm_Opfer.pdf', 5348]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ECOP_4_4_296-306_2012_Mankad_Tucker.pdf', 15106]
(4)(+0000025): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_42_2_331_1989_Alliger_Janak.pdf', 26633]
(4)(+0000014): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_87_3_549-556_2002_Chen_Bliese.pdf', 33443]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOM_24_1_97-117_1998_Roth_BeVier.pdf', 32149]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:European Journal of Political Research_42_341-379_2003_Welzel_Inglehart_Klingemann.pdf', 34246]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:J Pers_82_1_1-14_2014_Saucier_Thalmayer_Payne.pdf', 3379]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EPM_64_6_937-955_2004_Wang.pdf', 585]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JP_69_1_980-1006_2001_Church.pdf', 32988]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AP_61_6_622-631_2006_Nettle.pdf', 35580]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Oxford Psychologists Press_1998_Raven.pdf', 21649]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:UIDIllinois_Doctoral_2011_Nye.pdf', 39014]
(4)(+0000016): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOM_24_3_449-467_1998_Scandura.pdf', 32158]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Strategic Analysis_174-183_2006_Berka_Levendowski_Davis.pdf', 15705]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ML_36_3_353-370_2005_Sinclair_Ashkanasy.pdf', 35216]
(4)(+0000056): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PAID_45_6_559-564_2008_Pullmann_Allik.pdf', 36658]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:APM_20_3_231-255_1996_Roberts_Laughlin.pdf', 3116]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PSY 5136_2014F_2_Early history_Kuncel.ppt', 17106]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_69_2_289-301_2006_Thompson_Subich.pdf', 35698]
(4)(+0000045): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:J Organiz Behav_30_4_543-560_2009_Dries_Pepermans_Hofmans.pdf', 5516]
(4)(+0000038): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ARP_65_209-233_2014_Wang_Shi.pdf', 38600]
(4)(+0000047): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:European Journal of Work and Organizational Psychology_16_4_353-385_2007_Rauch_Frese.pdf', 65290]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMJ_20_1_142-147_1977_Herold_Greller.pdf', 24659]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Scandinavian Journal of Work, Environment & Health_31_1_3-14_2005_de Lange_Taris_Kompier.pdf', 34945]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Social Work_33_1_38-41_1988_Anderson_Stark.pdf', 26395]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AROPOB_2_1_551-582_2015_Tippins.pdf', 51152]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Psychological Reports_79_3_1035-1039_1996_Haslam_Cleland.pdf', 46352]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HRM_41_2_149_2002_Rynes_Colbert_Brown.pdf', 33683]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AME_18_2_114-120_2004_Carroll.pdf', 34353]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Psychology, Public Policy, and Law_5_3_760-785_1999_Sigal_Jacobobsen.pdf', 32472]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:SN_58_2_127–137_2004_Maas_Hox.pdf', 15523]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PB_116_1_46-54_1994_Frisch_Clemen.pdf', 29171]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_62_1_57-88_2009_Judge_Woolf_Hurst.pdf', 37085]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JENVP_43_112-124_2015_Larson_Stedman_Cooper.pdf', 54807]
(4)(+0000015): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ASR_65_19-51_2000_Inglehart_Baker.pdf', 32693]
(4)(+0000048): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:1-55798-556-1_247-258_1999_Hanson_Borman_Christean.pdf', 15380]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ARP_65_719-742_2014_Friedman_Kern.pdf', 38517]
(4)(+0000057): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_49_361-398_1996_Mumford_Costanza_S.pdf', 30709]
(4)(+0000065): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PAID_26_1_65-78_1999_McConville_Cooper.pdf', 32395]
(4)(+0000019): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:0191-3085_243-295_2003_van Knippenberg_Hogg.pdf', 23184]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_84_6_874-884_1999_Dormann_Zapf.pdf', 32291]
(4)(+0000045): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_81_3_524-539_2001_Paunonen_Ashton.pdf', 33212]
(4)(+0000047): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:British Journal of Industrial Relations_42_2_349-378_2004_Godard.pdf', 2822]
(4)(+0000053): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:VDM Verlag_2008_McGinley.pdf', 21914]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PSPB_28_5_578-587_2002_Heine_Renshaw.pdf', 33532]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJHRM_20_6_1291-1308_2009_Colakoglu_Tarique_Caligiuri.pdf', 36939]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJHRM_11_2_278-293_2000_Delios_Bjorkman.pdf', 32636]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:The Journal of American Academy of Business_2_2005_Lee.pdf', 35092]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:00463536b86b0221b5000000.pdf', 63295]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_94_162-176_2009_Kaplan_Bradley_Luchman.pdf', 37097]
(4)(+0000025): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:GOM_30_1_89-98_2005_Tziner_Murphy_Cleveland.pdf', 35258]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PAID_24_2_187-192_1998_Furnham_Forde_Cotter.pdf', 32018]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ABS_37_5_605-620_1994_Mendenhall_Wiley.pdf', 29334]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_95_3_572-581_2010_Schmidt_DeShon.pdf', 37724]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IOP_1_2_206-246_2008_Myors_Fraccaroli_Lievens.pdf', 36608]
(4)(+0000013): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ISSJ_52_165_269-281_2000_Castles.pdf', 32610]
(4)(+0000023): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:BCOG_65_143-144_2007_Segalowitz.pdf', 36182]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_58_1_53-81_2001_Boudreau_Boswell_Judge.pdf', 32957]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Plaintiff Magazine_1-4_2012_Durrani_Muslim discrimination.pdf', 17753]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JP_54_2_371-384_1986_Emmons_Diener.pdf', 25969]
(4)(+0000025): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_92_1_57-80_2007_Ford_Heinen_Langkamer.pdf', 35903]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ORM_5_2_173-183_2002_Sanchez_Viswesvaran.pdf', 33691]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSY_137_5_435-446_2003_Avery.pdf', 33828]
(4)(+0000014): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IOP_1_1_60-62_2008_Meyer_Gagne.pdf', 19640]
(4)(+0000024): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EWOP_13_1_52-78_2004_Cooper-Thomas_van Vianen_Anderson.pdf', 34374]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_95_5_953-964_2010_Davidson_Eden_Westman.pdf', 15449]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:RGP_14_3_261_2010_Gentile_Twenge_Campbell.pdf', 51259]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_52_6_1258-1265_1987_McCrae.pdf', 14752]
(4)(+0000025): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Career Assessment_1069072712475180_2013_Leong_Pearce_Huang.pdf', 19088]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_88_2_234-245_2003_Arthur_Bennett_Edens.pdf', 33825]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PSY 8702_2015S_Organizational justice_Kostal.pdf', 48368]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PSY 5136_2014F_8_Reasoning, critical thinking, and rationality_Kuncel.pdf', 17346]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Philosophical Psychology_13_4_523-540_2000_Statman.pdf', 32843]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJHRM_12_6_916-925_2001_Selmer.pdf', 33269]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOM_30_5_703-724_2004_Greenberg_Tomlinson.pdf', 34464]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:LEI reliability white paper.doc', 3135]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_94_3_806-813_2009_Creed_King_Hood.pdf', 36947]
(4)(+0000028): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Developmental Review_26_1_31-54_2006_Salthouse_Davis.pdf', 35646]
(4)(+0000038): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:INT_45_109-111_2014_Grabner.pdf', 17230]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AERJ_45_1_166-183_2008_Zimmerman.pdf', 15462]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOM_30_2_209-237_2004_Kraimer_Wayne.pdf', 34580]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JIBS_36_3_270-283_2005_Tihanyi_Griffith_Russell.pdf', 35249]
(4)(+0000003): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCRP_32_4_434-443_2001_Heine_Kitayama_Lehman.pdf', 33066]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_102_3_592-615_2012_Luhmann_Hofmann_Eid.pdf', 38303]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:International Business Review1_11_257-277_2002_Forsgren.pdf', 33497]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PMET_18_1_71-86_2013_Brandmaier_von Oertzen_McArdle.pdf', 15172]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_26_473-491_2002_Ingulsrud_Kai_Kadowaki.pdf', 33554]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EJSP_29_2-3_371-389_1999_Ellemers_Kortekaas_Ouwerkerk.pdf', 63325]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:University of Johannesburg_Doctoral_2012_Muller.pdf', 65368]
(4)(+0000028): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JBE_74_4_345-361_2007_Husted_Allen.pdf', 35984]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMJ_54_4_779-796_2011_Hoffman_Bynum_Piccolo.pdf', 19281]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:9780199860715_153-176_2014_Schneider_Barbera_Ehrhart.pdf', 51376]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAI Press_141-172_1997_Arthur_Bennett.pdf', 22582]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IOP_3_4_498-501_2010_Dalal_Withrow_Gibby.pdf', 3178]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:MD_46_5-6_743-760_2008_Petison_Johri.pdf', 36643]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_87_3_530-541_2002_Judge_Heller_Mount.pdf', 21243]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Guilford Press_725-742_2008_Carver_Scheier_Fulford.pdf', 23442]
(4)(+0000055): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Business Research_66_2_224-232_2013_Nenycz-Thiel_Beal_Ludwichowska.pdf', 18533]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HRP_19_4_48-58_1996_Yeung_Woolcock_Sullivan.pdf', 30972]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ZPFS_23_4_336-356_2009_Biemann.pdf', 36882]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PS_21_6_820-828_2010_DeYoung_Hirsh_Shane.pdf', 69580]
(4)(+0000047): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JWB_43_109-126_2008_Kim_Slocum.pdf', 36522]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PSY 5136_2014F_4_Behavioral genetics methods_Kuncel.ppt', 17124]
(4)(+0000053): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_36_3_258-273_1990_Douce_Hansen.pdf', 20947]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOM_26_3_513-563_2000_Podsakoff_MacKenzie_Paine.pdf', 16063]
(4)(+0000063): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_23_6_731-748_2002_Sturges_Guest_Conway.pdf', 33741]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:INT_33_4_393-416_2005_Johnson_Bouchard.pdf', 17118]
(4)(+0000061): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Culture & Psychology_16_2_213-224_2010_Thommen_Wettstein.pdf', 37780]
(4)(+0000088): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:9780199928309_2012_Eby.pdf', 23589]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PMJ_9_2_171-200_2006_Rupp_Gibbons_Baldwin.pdf', 15616]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PID_43_6_1583-1593_2007_Hirsh_Dolderman.pdf', 69585]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PB_131_5_713-737_2005_Low_Yoon_Roberts.pdf', 15870]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PAGE_20_2_341-355_2005_Beier_Ackerman.PDF', 15491]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EREL_23_6_531-535_2001_Kelly.pdf', 33114]
(4)(+0000017): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_84_6_851-862_1999_Carlson_Schmidt.pdf', 32277]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Penn State_Doctoral_1995_Caligiuri.pdf', 38865]
(4)(+0000014): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:04004932x_185-191_2003_Jackson_Ones_Sinangil.pdf', 23147]
(4)(+0000013): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOM_22_2_209-229_1996_Gregersen_Black.pdf', 30513]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PMET_18_4_435-453_2013_Jones_Waller.pdf', 38450]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AUSP_38_2_118-127_2003_Cotton_Hart.pdf', 33895]
(4)(+0000025): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ACAD MANAGE REV_35_2_226-245_2010_Johnson_Chang_Yang.pdf', 23833]
(2)(+0000006): Zotero is locked -- skipping backup of DB 'zotero'
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:BASP_37_4_197-201_2015_Trafimow.pdf', 61315]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HRMR_6_2_89-112_1996_Feldman_Bolino.pdf', 30486]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJHRM_23_11_2268-2294_2012_Cogin.pdf', 51193]
(4)(+0000038): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_90_5_928-944_2005_Chapman_Uggerslev_Carroll.pdf', 18629]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Educational Psychology_52_3_136-147_1961_Holland.pdf', 14675]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:CDPS_23_4_239-245_2014_Deary.pdf', 14064]
(4)(+0000047): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Organizational Research Methods_12_4_623-652_2009_Aguinis_Pierce_Culpepper.pdf', 61122]
(4)(+0000013): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCOP_51_3_287-298_2004_Sullivan_Hansen.pdf', 15868]
(4)(+0000038): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HRMR_9_3_349-365_1999_Bhagat_London.pdf', 32253]
(4)(+0000013): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_47_1_157–172_1994_Tett_Jackson_Rothstein.pdf', 65277]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_62_2_301-317_1992_Mauro_Sato_Tucker.pdf', 28153]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:APIR_53_4_570-582_2004_van den Berg_Wilderom.pdf', 34798]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:9780762303687_53–102_1998_Becker_Huselid.pdf', 2820]
(4)(+0000028): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JBAP_7_1_45-62_1992_Rothstein_McDaniel.pdf', 28217]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMJ_50_5_1033-1036_2007_Lawler.pdf', 36020]
(4)(+0000041): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Elsevier ScienceJAI Press_1-74_1996_Weiss_Cropanzano.pdf', 22556]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOM_36_2_537-554_2010_O'Brien_Biga_Kessler.pdf', 37665]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JBAP_16_3_467-476_2002_Alge_Gresham_Heneman.pdf', 33374]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCRP_36_2_264-277_2005_Johnson_Kulesa_Cho.pdf', 35043]
(4)(+0000048): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJHRM_20_2_269-285_2009_Thite_Srinivasan_Harvey.pdf', 37336]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JRA_12_1_99–120_2002_Shanahan_Mortimer_Kruger.pdf', 33713]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:978-94-007-0752-8_3439-3441_2014_Castanheira.pdf', 46882]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ADHR_9_3_384-411_2007_Hezlett_Gibson.pdf', 7191]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PMET_13_2_75-98_2008_Borsboom_Romeijn_Wicherts.pdf', 17981]
(4)(+0000045): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AERJ_33_1_3-22_1996_Kahne.pdf', 30593]
(4)(+0000052): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_48_99-114_1995_Arthur_Bennett.pdf', 29584]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_54_2_297-330_2001_Roth_Bevier_Bobko.pdf', 19947]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCD_34_4_397-422_2008_Perry.pdf', 23841]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Personality and Individual Differences_48_3_343-346_2010_Erdle_Irwing_Rushton.pdf', 69609]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Signs_16_1_55-73_1990_Hyde.pdf', 48379]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EJPA_17_2_130-136_2001_Carillo_Rojo_Sanchez-Bernardos.pdf', 32976]
(4)(+0000013): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JIBS_37_6_922-931_2006_Earley.pdf', 35391]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Women_in_the_Workplace_2015.pdf', 64014]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HR_32_5_395-418_1979_Cummings_Cooper.pdf', 24850]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Vocational Behavior_84_2_188-198_2014_Zacher.pdf', 12394]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Women Stud Int Forum_21_1_21-29_1998_Hardill_MacDonald.pdf', 32036]
(4)(+0000038): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_63_2_220-241_2003_Hill_Ferris_Martinson.pdf', 15435]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Washington State University_Dissertation_2010_Miller.pdf', 38989]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Maryland_Doctoral_2012_Nag.pdf', 14761]
(4)(+0000045): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JP_in press_2014_O'Boyle_Forsyth_Banks.pdf', 15089]
(4)(+0000023): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_51_4_835-844_1998_Beehr.pdf', 31945]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AS_54_4_242-247_2000_Blaker_Spjotvoll.pdf', 49083]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOM_31_5_649-658_2005_Feldman.pdf', 34967]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ADHR_3_1_11-14_2001_Bates.pdf', 32934]
(4)(+0000028): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PB_108_2_171-194_1990_Mathieu_Zajac.pdf', 27300]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Psychology & Marketing_22_5_393-420_2005_Homburg_Stock.pdf', 35028]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:1573-4463_3143-3259_1999_Altonji_Blank.pdf', 16999]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:International Journal of Organizational Analysis_4_4_393-407_1996_Bhuian_Al-Jabri.pdf', 30342]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_76_1_2010_Webster_Beehr_Christiansen.pdf', 37809]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Individual Differences_33_3_131-137_2012_Augustine_Larsen.pdf', 38174]
(4)(+0000014): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:MV5BMTQ2MjAxODUyNl5BMl5BanBnXkFtZTgwOTExMzUzMDE@._V1_SX300.jpg', 61109]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_48_1_68-72_1996_Gottfredson.pdf', 15823]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Abnormal Psychology_101_2_314-317_1992_Swann_Wenzlaff_Tafarodi.pdf', 28312]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IOP_1_3_352-354_2008_Klimoski_Jones.pdf', 36527]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AP_52_10_1091-1102_1997_Halpern.pdf', 31505]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PAID_44_2_464-474_2008_Rothen_Vandeleur_Lustenberger.pdf', 36669]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Public Personnel Management_26_4_483_1997_Terpstra_Rozell.pdf', 31844]
(4)(+0000024): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_99_2_232-247_2010_Inbar_Cone_Gilovich.pdf', 37564]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_60_2_159-170_1975_Hackman_Oldham.pdf', 15493]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOOP_83_2_275-300_2010_Thomas_Whitman_Viswesvaran.pdf', 37778]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JBAP_6_1_9-23_1991_Shepard_Shepard_Wokutch.pdf', 27831]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOP_58_2_119-127_1985_Spector.pdf', 46691]
(4)(+0000028): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_60_4_995-1027_2007_Ones_Dilchert_Viswesvaran.pdf', 21228]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Mental Health_12_2_175-196_2003_Bryant.pdf', 33864]
(4)(+0000014): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Behavioral and Applied Management_11_1_68-92_2009_Kittinger_Walker_Cope.pdf', 37106]
(4)(+0000023): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:2013_Elizondo_SIOP.doc', 23847]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Vocational Behavior_44_1_17-31_1994_Kirschenbaum_Weisberg.pdf', 63347]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJHRM_19_2_330-345_2008_Shibata.pdf', 36689]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:LQ_20_855-875_2009_Judge_Piccolo_Kosalka.pdf', 37081]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EASS_8_2_101-121_2002_Ayala_Shavelson_Yin.pdf', 15329]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:INT_30_505-514_2001_Borsboom_Mellenbergh.pdf', 32953]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:BRMIC_35_1_1–10_2003_Van Den Noortgate_Onghena.pdf', 15525]
(4)(+0000024): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Management International Review_3_27-43_1999_Dowling.pdf', 32297]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCA_14_1_56-76_2006_Betz_Rottinghaus.pdf', 35319]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_77_5_1087-1100_1999_Cimbolic Gunthert_Cohen_Armeli.pdf', 32282]
(4)(+0000027): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Intelligence_35_1_69-81_2007_Johnson_te Nijenhuis_Bouchard Jr.pdf', 19870]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:9781452261652_2005_Gerstein_Fouad_Roysircar-Sodowsky.pdf', 5529]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_88_1_160-169_2003_Cropanzano_Rupp_Byrne.pdf', 33897]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_67_3_531-566_2014_Beck_Beatty_Sackett.pdf', 2478]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_48_1_150-170_1985_Folkman_Lazarus.pdf', 25765]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCRP_32_4_478-490_2001_Matsumoto_Grissom_Dinnel.pdf', 33173]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_30_3_330-346_1987_Morrow_McElroy.pdf', 26313]
(4)(+0000027): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ASC_17_4_341-361_2004_Lepore_Fernandez-Berrocal_Raggan.pdf', 34596]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_49_1_1-49_1996_Kristof.pdf', 19285]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:INT_32_133-143_2004_Gignac_Stough_Loukomitis.pdf', 34455]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JBP_29_1_131-143_2014_Effelsberg_Solga_Gurt.pdf', 14996]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCOP_6_1_35-45_1959_Holland.pdf', 15893]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Psychology & Health_25_1_111-129_2010_Payne_Jones_Harris.pdf', 37683]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Personality and Individual Differences_83_111-116_2015_Kvasova.docx', 50813]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJHRM_16_4_567-583_2005_Anderson.pdf', 34848]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:SEM_7_4_608-628_2000_Billiet_McClendon.pdf', 32574]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJHRM_19_9_1588-1606_2008_Peltokorpi.pdf', 36641]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PYSC_48_3_369-377_2006_Konig_Melchers_Kleinmann.pdf', 35509]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_63_816-824_1992_Paulhus_Bruce.pdf', 28200]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_48_887-910_1995_Quinones_Ford_Teachout.pdf', 30021]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:369-391_2001_Scherer.pdf', 22959]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Psychological Bulletin_103_3_391-410_1988_Marsh_Balla_McDonald.pdf', 54771]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_57_1_22-41_2000_Lindley_Borgen.pdf', 32747]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PREP_109_2_603-625_2011_Miller_Nicols.pdf', 38044]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:INT_37_466-478_2009_Johnson_Deary_Iacono.pdf', 37077]
(4)(+0000022): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:SAGE_53-74_2004_Kossek_Lobel_Brown.pdf', 23224]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PREV_27_2_89-103_1998_Suutari_Brewster.pdf', 32196]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:LQ_23_4_686-701_2012_Richards_Hackett.pdf', 38346]
(4)(+0000026): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_20_1_40-52_1982_Pryor.pdf', 15220]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:2014_Raiche_Raiche.pdf', 2899]
(4)(+0000038): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_73_3_497-506_1988_Sulsky_Balzer.pdf', 26600]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EPM_56_5-25_1996_Herold_Parsons_Rensvold.pdf', 30566]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:2010_Lievens_Chan.pdf', 23513]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EJP_4_2_119-129_1990_McCrae.pdf', 27306]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMR_12_2_250-264_1987_Zerbe_Paulhus.pdf', 26387]
(4)(+0000027): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JMP_18_3_259-274_2003_Glanz.pdf', 33950]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:CRIM_34_4_575-608_1996_Gendreau_Little_Goggin.pdf', 19571]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PB_51_4_327-359_1954_Flanagan.pdf', 24023]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:The Journal of Environmental Education_18_2_1-8_1987_Hines_Hungerford_Tomera.pdf', 51050]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Developmental Psychology_25_5_725-739_1989_Bandura.pdf', 26654]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Personality Disorders_22_4_365-388_2008_Ruiz_Pincus_Schinka.pdf', 54454]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ARP_52_27-58_2001_Ajzen.pdf', 32916]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:APM_7_2_189-199_1983_Drasgow_Parsons.pdf', 68]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_56_5_805-814_1989_Bandura_Wood.pdf', 26658]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Business Research_58_2_160-167_2005_Maertz Jr_Bauer_Mosley Jr.pdf', 5396]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMR_7_3_345-352_1982_Thomas_Tymon.pdf', 25351]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:blogs-echochambers-28315137.html', 61142]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PAID_31_8_1381-1405_2001_Furnham.pdf', 33048]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PAID_44_1402-1412_2008_Kluemper.pdf', 36529]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Wiley_1991_Payne.pdf', 22319]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Applied Psychology_61_4_404-409_1976_Dunham.pdf', 46698]
(4)(+0000019): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PB_133_1_25-45_2007_Miller_Chen_Zhou.pdf', 36079]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JBAP_26_1_1-9_2011_Tonidandel_LeBreton.pdf', 14892]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:TD_58_4_46-57_2004_Dubois_Rothwell.pdf', 34399]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PREV_38_4_366-379_2009_Selmer_Fenner.pdf', 37271]
(4)(+0000013): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJSA_11_4_277-288_2003_Johnson_Kristof-Brown_van Vianen.pdf', 34021]
(4)(+0000024): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Personnel Psychology_64_1_7–52_2011_DeRue_Nahrgang_Wellman.pdf', 54757]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:International Journal of Management Reviews_11_3_275-296_2009_Harvey_Moeller.pdf', 37041]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Lawrence Erlbaum_2001_Jensen.pdf', 22891]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPA_84_3_239-251_2005_Vogt_Colvin.pdf', 35283]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PSY 8703_2013F_Syllabus_Ones_Campbell.docx', 15425]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PID_60, Supplement_S17_2014_Fajkowska_DeYoung.pdf', 692]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:The Academy of Management Perspectives_20_4_95-101_2006_Graen.pdf', 35435]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JIBS_24_1_61-80_1993_Naumann.pdf', 28867]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_40_3_455-488_1987_Ryan_Sackett.pdf', 16067]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ZPP_6_2_71-84_2007_Ones_Viswesvaran.pdf', 36101]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ProQuest Information & Learning_2006_Hiller.pdf', 38921]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:APIR_51_1_107-125_2002_Fernandez-Ballesteros_Diez-Nicolas_Caprara.pdf', 33492]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:SA Journal of Industrial Psychology_36_1_11-11_2010_Visser_Viviers.pdf', 65349]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AP_55_7_709-720_2000_Hong_Morris_Chiu.pdf', 32683]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Personality and Individual Differences_51_5_552-561_2011_Ellis.pdf', 61083]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMR_32_4_1145-1154_2007_van Maanen_Sorensen_Mitchell.pdf', 36250]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Applied Psychology_52_5_394-398_1968_S_L.pdf', 46689]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:978-1-59385-869-8_2009_de Ayala.pdf', 36692]
(4)(+0000027): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AP_45_6_735-750_1990_Cantor.pdf', 27101]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ARP_43_627-670_1992_Schmidt_Ones_Hunter.pdf', 28261]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:SEM_6_1_84-98_1999_Tomas_Oliver.pdf', 32501]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AME_14_1_96-106_2000_Sanchez_Spector_Cooper.pdf', 32819]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_95_1_54-78_2010_Joseph_Newman.pdf', 37575]
(4)(+0000028): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EMO_5_4_508-512_2005_Tong_Bishop_Enkelmann.pdf', 35256]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ASQ_50_3_367-403_2005_Amabile_Barsade_Mueller.pdf', 15676]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:John Wiley & Sons_269-284_1991_Kasl_Rapp_Cooper.pdf', 22297]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_62_4_436-445_1977_Gottfredson.pdf', 24654]
(4)(+0000023): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_87_1_131-142_2002_Lee_Allen.pdf', 33598]
(4)(+0000045): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJHRM_10_3_488-500_1999_Harris_Brewster.pdf', 32343]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_85_3_339-351_2014_Lee_Felps_Baruch.pdf', 2474]
(4)(+0000015): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:TMK_5_1_43-57_2009_Fujii_Bamberg_Friman.pdf', 20548]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:International Journal of Social Psychology_138_1_33-40_1998_Fibert_Ressler.pdf', 32003]
(4)(+0000026): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_71_3_423-439_1986_Schmidt_Hunter_Outerbridge.pdf', 26100]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_99_6_1300-1308_2014_Okulicz-Kozaryn.pdf', 51089]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Developmental Psychology_20_6_1100-1110_1984_Savin-Williams_Demo.pdf', 25661]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JRP_42_4_886-894_2008_Vaughn_Baumann_Klemann.pdf', 36782]
(4)(+0000024): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_65_1_112-133_2004_King.pdf', 6560]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AP_38_11_1161-1173_1983_Taylor.pdf', 25512]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ProQuest Information & Learning_2006_Bowling.pdf', 38916]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ARP_65_41-70_2014_Manuck_McCaffery.pdf', 38561]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Minnesota_Summa_2012_Gau.pdf', 48326]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMJ_30_4_721-743_1987_Lee_Mowday.pdf', 63307]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMJ_50_6_1323-1333_2007_Bartunek.pdf', 35777]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_58_4_859-891_2005_Erdogan_Bauer.pdf', 15398]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Vocational Behavior_59_2_226-234_2001_Russell.pdf', 4941]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Applied Psychology_78_4_538-551_1993_Meyer_Allen_Smith.pdf', 46890]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PAID_47_878-884_2009_Linley_Maltby_Wood.pdf', 37152]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_56_4_873-894_2003_Wanek_Sackett_Ones.pdf', 34239]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOOP_75_1_87-107_2002_Maurer_Mitchell_Barbeite.pdf', 33624]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:articles_arnold_bakker_173.pdf', 20949]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:MANU_2012_Wiernik_Measurement bias class paper.pdf', 38734]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:John Wiley_1991_Cox_Ferguson.pdf', 22267]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_64_1_89-136_2011_Christian_Garza_Slaughter.pdf', 20862]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ORM_3_4_348-365_2000_Robie_Schmit_Ryan.pdf', 32807]
(4)(+0000052): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_87_2_369-376_2002_Roth_van Iddekinge_Huffcut.pdf', 33680]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJHRM_12_2_70-287_2001_Eschbach_Parker_Stoeberl.pdf', 33031]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IOP_7_1_130-137_2014_McCord_Joseph_Grijalva.pdf', 38563]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Hogrefe_561-566_2007_Melchers_Kleinmann_Schuler.pdf', 23418]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Organization Science_5_1_51-71_1994_Staw_Sutton_Pelled.pdf', 29489]
(4)(+0000038): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_80_5_607-620_1995_Schmit_Ryan_Stierwalt.pdf', 30071]
(4)(+0000013): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HR_47_1_119-132_1994_Furnham_Kirkcaldy_Lynn.pdf', 29176]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HP_16_1_49-79_2003_Ployhart_Wiechmann_Schmitt.pdf', 34104]
(4)(+0000015): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AME_7_3_37-48_1993_Kanungo_Conger.pdf', 28714]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:978-0-387-95147-8_415-432_2001_Mellenbergh.pdf', 3185]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPA_13_1_49-65_1995_Kaufman_Chen_Kaufman.pdf', 19952]
(4)(+0000038): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AJSO_98_1_1_1992_Sewell Jr.pdf', 28270]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_46_3_551-567_1993_Viswesvaran_Barrick_Ones.pdf', 28975]
(4)(+0000049): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Cogn Ther Res_25_5_551-558_2001_Dugas_Gosselin_Ladouceur.pdf', 33018]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PAID_42_6_1011-1021_2007_Sparfeldt.pdf', 19023]
(4)(+0000038): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMR_20_1_65-91_1995_Donaldson_Preston.pdf', 29749]
(4)(+0000045): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOCM_16_5_584-590_2003_Collins.pdf', 33889]
(4)(+0000052): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Training Journal_8-10_2004_Garrow.pdf', 34451]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EWOP_13_3_367-389_2004_Ilies_Judge.pdf', 34514]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:J Soc Psychol_136_2_165-172_1996_Ali_Azim.pdf', 30229]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ProQuest Information & Learning_2009_Crawford.pdf', 38955]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJHRM_8_4_434-456_1997_Aycan.pdf', 31029]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HP_25_5_355-376_2012_Beus_Whitman.pdf', 38183]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JP_67_1_185-208_1999_Greenier_Kernis_McNamara.pdf', 32337]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCRP_29_5_630-655_1998_Bhawuk.pdf', 31949]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_43_3_298-309_1993_Hansen_Sackett.pdf', 20941]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ARP_50_537-567_1999_Krosnik.pdf', 32378]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_54_3_471–482_1999_Hoeglund_Hansen.pdf', 15789]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JP_69_6_803-818_2001_LeVine.pdf', 33138]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMR_24_2_249-265_1999_Morgeson_Hofmann.pdf', 32403]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Psychological Bulletin_99_1_133-138_1986_Murphy.pdf', 2847]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMJ_58_2_331-333_2013_Colquitt.pdf', 38427]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Georgia Tech_Doctoral_2012_Hayes.pdf', 5351]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_57_3_639-683_2004_Hausknecht_Day_Thomas.pdf', 16890]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PS_15_6_373-378_2004_Frey_Detterman.pdf', 34441]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOOP_76_283-301_2003_Schnake_Dumler.pdf', 34156]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:SCI_269_5220_41-45_1995_Hedges_Nowell.pdf', 64024]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:International Journal of Selection and Assessment_19_3_320-330_2011_Bowling_Burns_Stewart.pdf', 51670]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JP_75_6_1229-1254_2007_Heller_Watson_Komar.pdf', 35965]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Illinois_Doctoral_2002_Stark.pdf', 3275]
(4)(+0000028): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:155798753X_45-61_2001_Borman_Penner.pdf', 22781]
(4)(+0000028): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJSA_15_1_110-117_2007_Connolly_Kavanagh_Viswesvaran.pdf', 35850]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_31_3_319-332_1987_Assouline_Meir.pdf', 19249]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_14_449-464_1990_Searle_Ward.pdf', 27360]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Career Assessment_16_1_6-21_2008_Lent_Brown.pdf', 36559]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:a02v05n2.pdf', 63299]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:INT_31_4_339-342_2003_Brody.pdf', 17317]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_94_2_465_2009_Greguras_Diefendorff.pdf', 19841]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Health and Social Behavior_10_4_308-323_1969_Elder.pdf', 21184]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HRM_36_1_175-179_1997_Ulrich.pdf', 31850]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_46_1_89-108_1995_Tokar_Swanson.pdf', 18418]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HRM_48_1_5-25_2009_Cerdin_Le Pargneux.pdf', 36912]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_34_1_58-65_2010_Herman_Stevens_Bird.pdf', 37550]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_74_2_253-258_1989_Alexander_Carson_Alliger.pdf', 23797]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJHRM_19_6_1018-1034_2008_Brown.pdf', 36345]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_25_375-395_2004_Chen_Gully_Eden.pdf', 34363]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Johnson et al. - 2008 - Getting to the core of core self-evaluation a rev.pdf', 20512]
(4)(+0000049): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:MBR_48_3_301-339_2013_Mitchell_Maxwell.pdf', 15214]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:RGP_9_2_111-131_2005_Lyubomirsky_Sheldon_Schkade.pdf', 16170]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:BJMSP_63_3_509-525_2010_Loken_Rulison.pdf', 3978]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_58_1_103-139_2005_Roberts_Chernyshenko_Stark.pdf', 35181]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJSA_21_1_74–84_2013_Salgado_Moscoso_Berges.pdf', 38471]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_52_1_137-148_1999_McManus_Kelly.pdf', 32397]
(4)(+0000018): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Career Dev Int_1_5_38-44_1996_Allison Webb.pdf', 54481]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:A_7_4_389-402_2000_Yang_Bagby_Ryder.pdf', 32901]
(4)(+0000019): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HRMR_8_1_99-123_1998_Harvey_Buckley.pdf', 32045]
(4)(+0000047): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:CDQ_53_3_223-233_2005_Fouad_Byars-Winston.pdf', 18473]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOB_12_1_21-38_1991_Elizur_Borg_Hunt.pdf', 18890]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJHRM_24_9_1816-1831_2013_De Vos_Dries.pdf', 2482]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Behavioral Decision Making_11_4_251-261_1998_Field_Andrews.pdf', 32005]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:978-1-59385-647-2_27-45_2009_Wilt_Revelle.pdf', 49389]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:1-55798-556-1_213-226_1999_Borman_Christean_Schneider.pdf', 15352]
(4)(+0000027): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:TRANS_10_2_105-126_1981_Clarke_Dix_Jones.pdf', 18073]
(4)(+0000013): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:1-55798-556-1_147-174_1999_Arad_Hanson_Schneider.pdf', 15370]
(4)(+0000026): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Ageing and Intelligence.ppt', 14065]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOOP_83_4_915-934_2010_Bowling_Eschleman_Wang.pdf', 37450]
(4)(+0000048): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Applied Psychology_94_5_1103-1127_2009_Christian_Bradley_Craig.pdf', 54452]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMP_21_3_16-18_2007_Osterman.pdf', 36103]
(4)(+0000047): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_56_2_197-204_2000_Prediger.pdf', 15909]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:A Dispositional Approach to Work-School Conflict and Enrichment_26_397-411_2011_McNall_Michel', 38031]
(4)(+0000019): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JIBS_38_764-786_2007_Singh.pdf', 36204]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCA_3_1_57-74_1995_Tokar_Vaux_Swanson.pdf', 18424]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:INT_45_18-25_2014_de Bruin_Kok_Leppink.pdf', 17181]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOOP_81_3_435-458_2008_Sonnentag_Niessen.pdf', 36711]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:The Journal of General Psychology_136_3_261-270_2009_Trafimow_Rice.pdf', 48390]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:MBR_40_2_261-279_2005_Maydeu-Olivares.pdf', 3169]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:9780199928309_2012_Yu_Cable.pdf', 23654]
(4)(+0000013): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJHRM_13_1_55-75_2002_Suutari_Tahvanainen.pdf', 33745]
(4)(+0000028): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JRP_42_6_1613-1618_2008_Srivastava_Angelo_Vallereux.pdf', 36717]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Spector et al. - 2001 - Do national levels of individualism and internal l.pdf', 54548]
(4)(+0000026): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMPROC_2004_1_F1-F6_2004_Shipper_Hoffman_Rotondo.pdf', 34767]
(4)(+0000027): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_23_815-835_2002_Heller_Judge_Watson.pdf', 33534]
(4)(+0000054): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IOP_4_1_122-125_2011_Foti_Thompson_Allgood.pdf', 51727]
(4)(+0000041): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMJ_41_5_526-539_1998_Ganzach.pdf', 20899]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PAID_24_6_789-796_1998_Ferguson_Patterson.pdf', 32001]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:SIOP_Symposium_2016_Nye.pdf', 61923]
(4)(+0000014): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HP_13_2_139-158_2000_Lance_Bennett.pdf', 32727]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ORM_15_3_463-487_2012_Stark_Chernyshenko_Drasgow.pdf', 3269]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JECP_23_5_573-587_2002_Bamberg.pdf', 20369]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Intelligence and Everyday Life.ppt', 14078]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Accounting Research_23_2_817-828_1985_Waller.pdf', 16805]
(4)(+0000013): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:155798753X_63-92_2001_Ones_Viswesvaran.pdf', 22920]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EWOP_12_3_257-287_2003_Roe_van den Berg.pdf', 34127]
(4)(+0000013): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:APM_29_1_65-81_2005_Lucke.pdf', 35108]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ProQuest Information & Learning_2001_Vanderwielen.pdf', 38889]
(4)(+0000014): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PAID_49_7_717-722_2011_van Doom_Lang_Weijters.pdf', 38121]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Johnson and Chang - 2008 - Relationships Between Organizational Commitment an.pdf', 20523]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:APIR_50_2_269-281_2001_Spector_Cooper_Sparks.pdf', 33294]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Organizational Research Methods_9_2_202-220_2006_Lance_Butts_Michels.pdf', 54385]
(4)(+0000014): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_99_1_38-47_2014_Kuncel_Sackett.pdf', 15618]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IOP_5_2_149-153_2012_Ackerman_Beier.pdf', 19893]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_67_1_99-152_2014_Oh_Guay_Kim.pdf', 175]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_92_6_1118-1134_2007_Guimond_Branscombe_Brunot.pdf', 35941]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PR_96_3_506-520_1989_Triandis.pdf', 26934]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJSA_19_2_109-118_2011_O'Brien_LaHuis.pdf', 3196]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Salthouse 2004.pdf', 14061]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_65_3_495-530_2012_Sonnentag_Grant.pdf', 38374]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IOP_1_3_272-290_2008_Hough_Oswald.pdf', 36489]
(4)(+0000025): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_96_460-472_2009_Lee_Ashton_Pozzebon.pdf', 37144]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMJ_57_1_7-37_2014_Sonenshein_DeCelles_Dutton.pdf', 14953]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Intenational Journal of Psychology_6_4_305-312_1971_Guthrie_Bennett.pdf', 24299]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMR_10_3_435_1985_Ronen_Shenkar.pdf', 18215]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMLE_10_4_606-622_2011_Murphy.pdf', 38052]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Academic Press_15-63_1981_Levenson.pdf', 22075]
(4)(+0000028): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EASS_8_2_139-162_2002_Lau_Roeser.pdf', 15321]
(4)(+0000038): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCRP_36_2_227-246_2005_Rossier_Dahourou_McCrae.pdf', 35190]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PMET_7_4_422-445_2002_Shrout_Bolger.pdf', 33715]
(4)(+0000027): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_66_1_91-126_2013_Bobko_Roth.pdf', 15168]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:MANU_2013_Birkland_Connelly_Ones_Davies.docx', 38736]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOM_38_2_719-739_2012_Roth_Purvis_Bobko.pdf', 38353]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_43_1_71-84_1990_Reilly_Henry_Smither.pdf', 27337]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HRM_48_4_591-613_2009_Makela_Brewster.pdf', 37168]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCOP_49_2_148-163_2002_Tracey.pdf', 15726]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PB_130_4_574-600_2004_Heller_Watson_Ilies.pdf', 34494]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Group & Organization Studies_14_2_134-149_1989_Tennis.pdf', 26929]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:DIAG_52_1_26-32_2006_Hinz_Schumacher_Albani.pdf', 35468]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_84_2_260-270_1999_Ostroff_Harrison.pdf', 32418]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:NY Observer_2002_Gurley.html', 16214]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JWB_37_1_11-15_2002_Gupta_Hanges_Dorfman.pdf', 33520]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Penn State_Doctoral_2004_Newman.pdf', 38912]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PINQ_12_2_49-66_2001_Caspi_Roberts.pdf', 32980]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_88_1_139-157_2005_Markon_Krueger_Watson.pdf', 35116]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCCP_32_4_407-433_2001_Cheung_Leung_Zhang.pdf', 65305]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCOP_51_3_299_2004_Armstrong_Smith_Donnay.pdf', 34283]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Applied Psychology_85_2_305-313_2000_Donovan_Drasgow_Probst.pdf', 52239]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EJP_2_1_39-55_1988_Krampen.pdf', 26534]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_92_2_528-537_2007_Mathieu_Ahearne_Taylor.pdf', 36058]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:The Germanic Europe cluster where employees have a voice_37_55-68_2002_Szabo_Brodbeck_Den Hartog.pdf', 33752]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PMET_18_3_301-319_2013_Newton_Shaw.pdf', 14810]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_93_1_70-83_2008_Solinger_van Olffen_Roe.pdf', 36704]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:OBHP_16_2_250–279_1976_Hackman_Oldham.pdf', 15126]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:APM_29_6_457-471_2005_Habing_Finch_Roberts.pdf', 3089]
(4)(+0000018): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JP_69_6_908-924_2001_Triandis.pdf', 33330]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJCCM_6_3_275-294_2006_Shay_Baack.pdf', 35665]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Human Performance_23_4_343-360_2010_Perry_Hunter_Witt.pdf', 51718]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IOP_1_1_72-73_2008_Vosburgh.pdf', 19648]
(4)(+0000014): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JEM_43_2_145-168_2006_DeMars.pdf', 69]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Citeseer_2002_Schonfelder_Axhausen_Antille.pdf', 21743]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HRMR_12_173-194_2002_Weiss.pdf', 33799]
(4)(+0000021): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Palgrave MacMillan_2006_Hippler.pdf', 23344]
(4)(+0000014): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:MV5BMTI0NTY5MzQzNF5BMl5BanBnXkFtZTcwMTA3OTQ1MQ@@._V1_SX300.jpg', 61119]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Citations 00151 Series Scientific American Presents Exploring Intelligence_9_4_18-23_1998_Gardner.pdf', 17284]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:BRM_39_2_175-191_2007_Faul_Erdfelder_Lang.pdf', 35895]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HP_6_1_1-21_1993_Borman_Brush.pdf', 28468]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:SCI_211_4481_453–458_1981_Tversky_Kahneman.pdf', 17339]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_33_4_277-290_2009_Osman-Gani_Rockstuhl.pdf', 37210]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCA_21_2_265-277_2013_Zhou_Sun_Guan.pdf', 15244]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOM_26_2_281-299_2000_Sturman.pdf', 32851]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ProQuest Information & Learning_2007_Coder.pdf', 38929]
(4)(+0000041): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:World Book Company_1928_Hull_Back Matter.pdf', 343]
(4)(+0000028): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PMET_9_2_147-163_2004_Maxwell.pdf', 34636]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_64_3_441-454_2004_Kidd.pdf', 34562]
(4)(+0000026): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Scandinavian Journal of Economics_109_4_807-836_2007_Moscarini_Thomsson.pdf', 21201]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:9780199928309_2012_Colquitt.pdf', 23565]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCOP_37_2_185-194_1990_Long.pdf', 27278]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:UN CEO sustainability study_2010_Lacy_Cooper_Hayward_UN CEO sustainability study.pdf', 38817]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Review of General Psychology_9_2_169-180_2005_Hogan_Kaiser.pdf', 35021]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_33_5_632-646_1976_Neufeld.pdf', 24560]
(4)(+0000026): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_71_1_83-93_1996_Brewer_Gardner.pdf', 30384]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_55_2_461-490_2002_Carlson_Connerley_Mecham.pdf', 33434]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_28_3_311-328_2002_Morling_Kitayama_Miyamoto.pdf', 33640]
(4)(+0000028): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCA_7_3_239-247_1999_Hansen_Neuman.pdf', 20926]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PS_25_2_369-376_2014_Hafenbrack_Kinias_Barsade.pdf', 16583]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Educational and Psychological Measurement_57_1_164-168_1997_Tracey.pdf', 59560]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:European Journal of Psychiatry_19_4_209-214_2005_De Jonge_Slaets.pdf', 34943]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:West European Politics_31_1-2_130-146_2008_Inglehart.pdf', 36493]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:0-19-511464-7_137-162_2000_Scherer.pdf', 22749]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:The 21st Century Workplace_9_2005_US Government Printing Office.pdf', 20929]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PMK_74_4_589-602_2009_Waller_Jones.pdf', 37377]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PR_106_3_529-550_1999_Ashby_Isen_Turken.pdf', 32240]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:9780199928309_2012_DeShon.pdf', 23581]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AP_75-76_1997_Naglieri.pdf', 31667]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_14_4_507-527_1990_Walton.pdf', 27414]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:POLAN_13_4_301-326_2005_Bowers.pdf', 15550]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ACAD MANAGE J_24_4_780-794_1981_Ferratt_Dunham_Pierce.pdf', 46679]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JABS_39_2_186_2003_Whelan-Berry_Gordon_Hinings.pdf', 34250]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_82_5_665-674_1997_Solomonson_Lance.pdf', 31806]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:International Journal of Behavioral Medicine_17_2_125-133_2010_de Jonge_van Vegchel_Shimazu.pdf', 37488]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_80_3_661-673_2012_Savickas_Porfeli.pdf', 4341]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JBE_16_15_1605-1623_1997_McDonald_Kan.pdf', 31645]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ISMO_35_4_37-47_2005_Gannon_Locke_Gupta.pdf', 35423]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JP_61_4_521-551_1993_John_Robins.pdf', 28692]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Training & Development Journal_40_3_71_1986_Pace_Peterson_Porter.pdf', 26091]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_13_2_210–221_1978_Gottfredson.pdf', 24766]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EPM_71_3_460-502_2011_Brown_Maydeu-Olivares.pdf', 15124]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Human Communication Research_23_2_155-192_1996_Salazar.pdf', 30790]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Management Studies_35_3_303-329_1998_Verbeke_Volgering_Hessels.pdf', 51398]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_83_4_577-585_1998_Etzion_Eden_Lapidot.pdf', 31993]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PSPB_19_2_206-212_1993_Eshel.pdf', 28591]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:9780199732579_2012_Brannick_Cadle_Levine.pdf', 15335]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_52_6_1219-1229_1987_Buss_Gomes_Higgins.pdf', 26190]
(4)(+0000028): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ProQuest Information & Learning_2007_Swody.pdf', 38937]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_76_1_122-126_1991_Harris.pdf', 27687]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_55_1_1-81_2002_Posthuma_Morgeson_Campion.pdf', 33667]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HP_11_23_167-187_1998_Judge_Erez_Bono.pdf', 32067]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_100_6_1043-1055_2011_Weinstein_Hodgins_Ostvik-White.pdf', 38135]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JASP_42_3_717-734_2012_Li_Leung.pdf', 38287]
(4)(+0000019): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PB_132_1_1-25_2006_Roberts_Walton_Viechtbauer.pdf', 18261]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ZAO_52_1_33-46_2008_Solga_Schui_Blickle.pdf', 36701]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_26_1_57-58_2005_Spector.pdf', 35224]
(4)(+0000027): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JP_75_3_479-504_2007_Saucier_Bel-Bahar_Fernandez.pdf', 36164]
(4)(+0000028): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJHRM_12_8_1219-1233_2001_Selmer.pdf', 33271]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_25_2_259-278_2004_Pearce_Ensley.pdf', 34680]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_47_164-177_1995_Gelfand_Fitzgerald_Drasgow.pdf', 29788]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMA Testing_2001_American Management Association_AMA Testing.pdf', 16717]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Social Psychological and Personality Science_1_1_99-106_2010_Twenge_Foster.pdf', 51222]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_28_61-79_2004_Waxin.pdf', 34827]
(4)(+0000026): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PSY 8703_2012F_Person-organization fit_Jenson.docx', 17635]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Res High Educ_20_3_281-293_1984_Cohen.pdf', 4922]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:J Bus Psychol_30_1_15-35_2013_Ohly_Schmitt.pdf', 49706]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_93_5_959-981_2008_Putka_Le_McCloy.pdf', 36660]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JP_64_737-774_1996_Watson_Hubbard.pdf', 30955]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_60_2_307-217_1991_Paulhus_Reid.pdf', 27804]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_56_125-154_2003_Arthur_Day_McNelly.pdf', 33823]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOOP_70_139-161_1997_Frese_Fay_Hilburger.pdf', 31362]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_54_429-452_1999_Fogarty_Machin_Albion.pdf', 32310]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ZDDP_23_2_235-245_2002_Schyns.pdf', 33705]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOM_31_1_2005_Logan_Ganster.pdf', 35104]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PB_136_6_1068-1091_2010_Charles.pdf', 37469]
(4)(+0000028): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Social Science Research_41_5_1037-1052_2012_Sonnenberg_Riediger_Wrzus.pdf', 18527]
(4)(+0000028): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:WS_8_2_110-129_1994_Parkes.pdf', 29404]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_51_3_411-434_1997_Schneer_Reitman.pdf', 31770]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:9780470887202_117-154_2012_Klein_D'Mello_Wiernik.pdf', 23607]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:INT_31_399-413_2003_Sternberg.pdf', 34186]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_27_421-443_2003_Hammer_Bennett_Wiseman.pdf', 33980]
(4)(+0000028): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:MP_24_3_270-288_2012_Andres_Moelker_Soeters.pdf', 14927]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOOP_83_1_39-54_2010_van den Tooren_de Jonge.pdf', 37796]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_43_1_19-29_1993_Bizot_Goldman.pdf', 19524]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:SA Journal of Industrial Psychology_39_1_2013_Hill_Nel_Van de Vijver.pdf', 65311]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Human Relations_47_5_487-509_1994_Aryee_Chay_Tan.pdf', 63333]
(4)(+0000021): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOHP_14_3_257-271_2009_Tucker_Sinclair_Mohr.pdf', 37344]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HREL_61_12_1713-1742_2008_Chou_Wang_Wang.pdf', 18930]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ARP_55_803-832_2004_Birnbaum.pdf', 34312]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJEVG_14_2_181-198_2014_Beinicke_Passler_Hell.pdf', 19124]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Human Organization_50_3_283-286_1991_Nash.pdf', 27793]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EJP_23_2_71-84_2009_Sutin_Costa_Miech.pdf', 15150]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_84_1_59-73_2014_Wille_Tracey_Feys.pdf', 14839]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_73_4_747-757_1997_Swann_Gill.pdf', 31835]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PB_118_2_172-177_1995_Bem.pdf', 29603]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Medical Care_44_11_S69-S77_2006_Meredith_Teresi.pdf', 20900]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:UMN_Doctoral_2008_Birkland.pdf', 38939]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Assessing Newcomers' Changing Commitments to the Organization During the First 6 Months of Work_78_557-568_1993_Vandenberg_Self', 19831]
(4)(+0000024): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ECOP_4_4_286-295_2012_Huggins_Jones.pdf', 21131]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:CDPS_13_3_127-129_2004_Robinson.pdf', 34709]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:978-0-306-47355-5_175-196_2002_Gulgoz.pdf', 23016]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Lawrence Erlbaum_2006_Donnellan_Trzesniewski_Robins.pdf', 23317]
(4)(+0000026): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PAID_45_7_630-635_2008_Leeson_Ciarrochi_Heaven.pdf', 36557]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_93_1_95-107_2008_Lim_Cortina_Magley.pdf', 36568]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:APM_2008_Waller.pdf', 54495]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMR_12_3_427-485_1987_Gist.pdf', 26238]
(4)(+0000027): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PB_130_3_392-414_2004_Crocker_Park.pdf', 34387]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Applied Psychology_98_2_237-267_2013_Hong_Liao_Hu.pdf', 51424]
(4)(+0000026): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_79_5_730-743_1994_Chao_Olearykelly_Wolf.pdf', 29096]
(4)(+0000028): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:GWJEEL_2_61_2011_Carrico_Vandenbergh_Stern.pdf', 18505]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Personality and Social Psychology_52_1_81-90_1987_McCrae_Costa.pdf', 19593]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PS_48_3_268-287_2006_Ramsay_Schmitt_Oswald.pdf', 35614]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:abstract.html', 69534]
(4)(+0000041): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_86_3_425-445_2001_Colquitt_Conlon_Wesson.pdf', 47961]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_65_2_179-202_2004_Sullivan_Hansen.pdf', 34778]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_86_2_215-227_2001_Facteau_Craig.pdf', 33033]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Individual Differences_30_2_100-106_2009_Ng_Diener.pdf', 37194]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_88_1_152-159_2003_Snape_Redman.pdf', 34178]
(4)(+0000028): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMP_21_3_24-28_2007_Hauser.pdf', 35961]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:LAID_20_3_242-245_Silvia_Sanders.pdf', 38683]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:BEQ_2_2_137-160_1992_Weber.pdf', 28370]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJSA_11_2-3_230-236_2003_Harris_Van Hoye_Lievens.pdf', 33982]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EPM_63_5_765-790_2003_Noortgate_Onghena.pdf', 14849]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMR_26_4_530-547_2001_Mitchell_James.pdf', 33181]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_91_4_936-945_2006_Fritz_Sonnentag.pdf', 35417]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HP_12_34_275-294_1999_Ones_Viswesvaran.pdf', 32414]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:DISPRO_21_3_341-351_1996_Whitney_Budd.pdf', 50660]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PNAS_106_44_18452-18456_2009_Dietz_Gardner_Gilligan.pdf', 18508]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PS_21_7_984-991_2010_Kuppens_Allen_Sheeber.pdf', 37602]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_66_4_442-450_1981_Rush_Phillips_Lord.pdf', 25167]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Kaufman - 2013 - Opening up Openness to Experience A Four-Factor M.pdf', 49293]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_92_3_616-627_2007_Dilchert_Ones_Davis.pdf', 35876]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Montag.pdf', 21348]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Occup Med (Lond)_50_8_558-559_2000_Murrison.pdf', 32786]
(4)(+0000028): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:METH_1_3_86-92_2005_Maas_Hox.pdf', 15519]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PAID_11_6_615-630_1990_Williams.pdf', 27448]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:The Science Journal_41_471-476_2004_Harrison_Gowan_Neill.pdf', 34482]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Economic Journal_118_529_F222-F243_2008_Clark_Diener_Georgellis.pdf', 36370]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Environment and Behavior_34_3_335-362_2002_Gatersleben_Steg_Vlek.pdf', 51052]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:INT_45_104-106_2014_Ackerman.pdf', 17215]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_64_1_182-197_2004_Dik_Hansen.pdf', 20872]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Career Development_36_3_262-288_2010_Otto_Dette-Hagenmeyer_Dalbert.pdf', 2253]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PPS_6_2_134-146_2011_Valla_Ceci.pdf', 15736]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCA_10_2_209-232_2002_Prediger.pdf', 18667]
(4)(+0000027): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Social Psychology_39_3_182-188_2008_Nestler_Blank_von Collani.pdf', 36610]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:11336_2013_9380_MOESM1_ESM.pdf', 38639]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:METH_7_3_111-120_2011_Paccagnella.pdf', 15558]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOP_56_3_203–214_1983_Zagar_Arbit_Falconer.pdf', 25525]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Biometrics_64_4_1256–1262_2008_Heo_Leon.pdf', 15578]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJHRM_20_5_992-1008_2009_Makela_Suutari.pdf', 37170]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Shinrigaku Kenkyu_73_3_227-233_2002_Shojima_Toyoda.pdf', 67929]
(4)(+0000026): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:SEM_4_2_87-107_1997_Finch_West_MacKinnon.pdf', 31302]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_28_2_123-134_1986_Subich_Cooper_Barrett.pdf', 26128]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PAID_48_8_895-899_2010_Gregory_Nettelbeck_Wilson.pdf', 37536]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Campbell_Campbell_2011_Manual for the Campbell Picture Postcard Deck.pdf', 51116]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:SPPC_3_5_812-826_2009_Markon.pdf', 16004]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PB_121_3_417-436_1997_Aspinwall_Taylor.pdf', 31018]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOM_37_2_581-609_2011_Molloy_Ployhart_Wright.pdf', 45856]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Citations 00004 UID Toronto_Doctoral_2010_Almost.pdf', 38976]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:OBHP_26_1_193-211_1980_Abdel-Halim.pdf', 20178]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMJ_47_5_711-722_2004_Lee_Mitchell_Sablynski.pdf', 13921]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Intelligence_23_2_105-132_1996_Deary_Egan_Gibson.pdf', 51325]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_56_1_124-131_1989_Cousins.pdf', 26745]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Vocational Behavior_81_2_280-288_2012_Hess_Jepsen_Dries.pdf', 14008]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Proceedings of the Royal Society, Biological Sciences_273_2749-2755_2006_Lafferty.pdf', 35518]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:DIAG_27_1_78-80_1981_Krampen.pdf', 25134]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMR_35_3_434-454_2010_Farh_Bartol_Shapiro.pdf', 37506]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:INT_31_4_319-329_2003_Brody.pdf', 17327]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Zimmermann+&+Wright+accepted.pdf', 61817]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EWOP_5_1_53-66_1996_Anderson_West.pdf', 30231]
(4)(+0000004): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Applied Social Psychology_42_8_2019-2040_2012_Ziegler_Hagen_Diehl.pdf', 48350]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JEDP_18_4_227-238_1927_Strong.pdf', 15768]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_45_2_125-176_1994_Fouad.pdf', 29162]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJSA_17_3_290-299_2009_Garcia_del Carmen Triana_Peters.pdf', 37019]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JASP_41_5_1237-1257_2011_Vincent_Parrott_Peterson.pdf', 38127]
(4)(+0000022): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JIBS_39_1_8-26_2008_Ralston_Holt_Terpstra.pdf', 19306]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Am J Commun Psychol_13_6_693-713_1985_Spector.pdf', 46593]
(4)(+0000047): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOM_25_2_189-205_1999_Shaw_Duffy_Jenkins.pdf', 32468]
(4)(+0000049): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_43_2_335-354_1990_McHenry_Hough_Toquam.pdf', 27309]
(4)(+0000023): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Adolescence_34_5_853-871_2011_Porfeli_Lee_Vondracek.pdf', 38068]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EPM_60_2_224-235_2000_Viswesvaran_Ones.pdf', 32885]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PS_24_6_920-928_2013_White_Alcock_Wheeler_Depledge.pdf', 15239]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:CEMO_19_1_27-52_2005_Scollon_Diener_Oishi.pdf', 35209]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ZKPPP_46_4_344-364_1998_Riediger_Linden_Wilms.pdf', 32139]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Academic Press_711-735_1997_Kihlstrom_Hastie_Hogan.pdf', 22640]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Personnel Psychology_53_3_563-593_2000_Lepine_Colquitt_Erez.pdf', 51709]
(4)(+0000088): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJHRM_8_414-433_1997_Forster.pdf', 31339]
(4)(+0000013): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ARP_65_487-514_2014_Kim_Sasaki.pdf', 38552]
(4)(+0000026): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_29_697-712_2005_Berry.pdf', 34864]
(4)(+0000026): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:NRC_Report_2011_Kuncel_Critical thinking.pdf', 17343]
(4)(+0000047): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_102_2_408-426_2012_Chang_Connelly_Geeza.pdf', 38196]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:A_20_4_387-404_2013_Linde_Stringer_Simms.pdf', 38457]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOM_0149206311436080_2012_Lee_Antonakis.pdf', 19749]
(4)(+0000048): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:CRIM_40_1_43-72_2002_Agnew_Brezina_Wright.pdf', 19572]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCRP_37_5_542-556_2006_Gelade_Dobson_Gilbert.pdf', 35426]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Wilmot_2015_Dissertation proposal.pdf', 61938]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:978-1-119-99343-8_2015_Cheung.pdf', 69245]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Urban Stud_39_3_507-527_2002_Dieleman_Dijst_Burghouwt.pdf', 18520]
(4)(+0000030): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_100_2_360-375_2015_Kouchaki_Desai.pdf', 51093]
(4)(+0000015): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJT_8_4_334-345_2008_Hedricks_Robie_Harnisher.pdf', 18179]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PREV_32_1-2_9-21_2003_Selmer_Leung.pdf', 34164]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMJ_49_5_1031-1057_2006_Kreiner_Hollensbe_Sheep.pdf', 16460]
(4)(+0000068): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_33_1_57-68_2009_Chang.pdf', 36918]
(4)(+0000015): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Personality Assessment_89_2_167-187_2007_Grucza_Goldberg.pdf', 13883]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:978-0-8039-5317-8_1995_Hoyle.pdf', 69469]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_54_1_142-157_1999_Tang_Fouad_Smith.pdf', 32495]
(4)(+0000045): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PB_126_1_109-137_2000_Lieberman.pdf', 32745]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AP_50_3_145-158_1995_Eagly.pdf', 29758]
(4)(+0000047): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PAID_37_5_887-903_2004_Furnham_Thomas.pdf', 34447]
(4)(+0000047): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Ind Organ Psychol_7_3_356-364_2014_Cucina_Hayes_Walmsley.pdf', 5009]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EJP_17_5-18_2003_Bono_Judge.pdf', 33858]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IOP_1_1_67-69_2008_Frese.pdf', 19652]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Family Psychology_17_4_460-471_2003_Belsky_Jaffee_Caspi.pdf', 33846]
(4)(+0000045): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_94_2_491-500_2009_Ambrose_Schminke.pdf', 19856]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJSA_9_3_207-214_2001_Sadler-Smith.pdf', 33254]
(4)(+0000048): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_97_2_343-359_2012_Greenbaum_Mawritz_Eissa.pdf', 38246]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Brit J Manage_12_1_85-95_2001_Linehan_Walsh.pdf', 33152]
(4)(+0000116): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JP_76_6_1355-1386_2008_Fleeson_Noftle.pdf', 36428]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:0387951474_2001_Boomsma_Duijn_Snijders.pdf', 3188]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Carrierologie_10_75–118_2005_Tetreau.pdf', 19140]
(4)(+0000049): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMR_8_3_464-474_1983_Jones.pdf', 25419]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_76_3_392-397_1991_Dreher_Bretz.pdf', 27618]
(4)(+0000041): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Vocational Behavior_59_2_192-202_2001_Gottfredson.pdf', 4933]
(4)(+0000029): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_63_3_347-367_2003_Bajor_Baltes.pdf', 33832]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:0-8058-5867-9_235-257_2007_McDaniel_Whetzel.pdf', 15935]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:LQ_3_4_307-333_1992_Ball_Trevino_Sims.pdf', 27908]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSY_122_3_291-303_1988_Fraser_Lord.pdf', 26477]
(4)(+0000005): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_86_5_930-942_2001_Brett_Atwater.pdf', 32961]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_91_1138-1151_2006_DeYoung.pdf', 35375]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Concordia University_1994_Rehany.pdf', 38861]
(4)(+0000067): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_20_5_737_1999_Spector.pdf', 32476]
(4)(+0000052): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JP_69_4_617-640_2001_Robins_Fraley_Roberts.pdf', 33239]
(4)(+0000078): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PMK_74_1_145-154_2009_Revelle_Zinbarg.pdf', 37236]
(4)(+0000045): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JEPA_13_2_57-78_2007_Ackerman_Wolman.pdf', 35752]
(4)(+0000050): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_56_3_405-423_2000_Tinsley.pdf', 15915]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:International Journal of Manpower_28_2_122-134_2007_Lee_Liu.pdf', 36026]
(4)(+0000016): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:CABN_5_2_169-181_2005_Eisenberger_Lieberman_Satpute.pdf', 34960]
(4)(+0000013): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AP_63_1_65-66_2008_Swann_Chang-Schneider_McClarty.pdf', 36736]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Psychological Assessment_27_3_827-837_2015_Fetvadjiev_Meiring_van de Vijver.pdf', 65316]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:LQ_13_1_69-93_2002_Castro.pdf', 15554]
(4)(+0000051): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:johnson2012.pdf', 20709]
(4)(+0000041): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:LAID_20_5_494-500_2010_Wicherts_Vorst.pdf', 15840]
(4)(+0000062): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:European Journal of Pharmacology_585_1_137-146_2008_van Dijk_Buwalda.pdf', 36773]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJSA_21_2_183-199_2013_Shaffer_Postlethwaite.pdf', 38473]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JENVP_38_124-131_2014_Paille_Mejia-Morelos.pdf', 38575]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:29_3_388-403_2004_Locke_Latham.pdf', 34604]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_98_5_702-720_2010_Norenzayan_Lee.pdf', 37659]
(4)(+0000059): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCOR_37_5_902-919_2011_Mead_Baumeister_Stillman.pdf', 16124]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HP_22_3_246-272_2009_Crede_Chernyshenko_Bagraim.pdf', 18544]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:J Organiz Behav_33_2_151-152_2012_Spector.pdf', 49336]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_66_4_805-824_2013_Morgeson_Aguinis_Waldman.pdf', 38462]
(4)(+0000059): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Sage_159-174_2007_Judge_Hurst.pdf', 23410]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_69_5_890-902_1995_Bolger_Zuckerman.pdf', 29624]
(4)(+0000053): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Guilford Press_795-814_2008_Lucas_Diener.pdf', 23469]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:FRPSY_2_178_2011_Weisberg_DeYoung_Hirsh.pdf', 19608]
(4)(+0000038): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Am J Phys Anthropol_150_4_655-665_2013_Morse_Daegling_McGraw.pdf', 23918]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_31_3_248-267_1987_Caplan.pdf', 26197]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HRMJ_16_2_193-213_2006_Wolf_Jenkins.pdf', 35742]
(4)(+0000017): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCA_18_1_34-45_0000_Hartung_Fouad_Leong.pdf', 19270]
(4)(+0000045): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ASQ_27_4_591-622_1982_Beyer_Trice.pdf', 25195]
(4)(+0000015): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PSPB_26_6_741-751_2000_Carver_Sutton_Scheier.pdf', 32608]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Personality_68_6_1203-1231_2000_Hoyle_Fejfar_Miller.pdf', 54423]
(4)(+0000017): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOM_33_4_611-636_2007_Gaur_Delios_Singh.pdf', 35918]
(4)(+0000047): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_90_6_1241-1255_2005_Dalal.pdf', 16057]
(4)(+0000071): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ZDDP_25_4_179-197_2004_Betsch.pdf', 34305]
(4)(+0000020): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IOP_2_2_159–162_2009_Day.pdf', 36954]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:usa-economy-construction-idUSL2N0KV1CE20140121.html', 47949]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PMED_38_1627-1637_2008_Michon_ten Have_Kroon.pdf', 36591]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_41_2_101-161_1992_Swanson.pdf', 28332]
(4)(+0000057): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Paper_2010_Bell_Morgan_Kromrey.pdf', 15540]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ZPFS_2_36-41_1998_Schoning.pdf', 32164]
(4)(+0000053): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HP_8_3_133-164_1995_Cascio_Outtz_Zedeck.pdf', 29688]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:CD_81_3_778–796_2010_Weisgram_Bigler_Liben.pdf', 18325]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Paper_2013_Dowdeswell_Bartram_WCP.pdf', 23843]
(4)(+0000049): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:1573-4463_1559-1695_1999_Blundell_Macurdy.pdf', 16917]
(4)(+0000048): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HRM_43_4_319-336_2004_London_Mone_Scott.pdf', 34606]
(4)(+0000038): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EMIP_29_3_39–47_2010_Wicherts_Dolan.pdf', 18008]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:GITP International_2003_Hoekstra_van Sluijs.pdf', 21769]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMR_6_4_665-674_1981_Pearce.pdf', 25149]
(4)(+0000052): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_86_1_80-92_2001_Judge_Bono.pdf', 33101]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PASS_22_3_471-491_2010_Marsh_Ludtke_MuthA©n.pdf', 37625]
(4)(+0000045): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:CS_15_3_391-420_2000_Browne_Draper.pdf', 15560]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_48_1_1-2_1996_Tinsley.pdf', 30925]
(4)(+0000052): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCRP_26_1_92-116_1995_Schwartz_Sagiv.pdf', 30080]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HR_51_7_897-926_1998_Ashforth_Saks_Lee.pdf', 31931]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Psychological Reports_87_1_37-47_2000_Cleland_Rothschild_Haslam.pdf', 46350]
(4)(+0000016): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Career Assessment_1_1_1-12_1993_Holland_Johnston_Asama.pdf', 68465]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ARP_65_333-371_2014_Cohen_Sherman.pdf', 38501]
(4)(+0000053): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HP_26_2_93–113_2013_Scott_Judge.pdf', 15453]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_85_2_273-283_2000_Mathieu_Heffner_Goodwin.pdf', 32762]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOOP_81_3_567-587_2008_Yang_Che_Spector.pdf', 36819]
(4)(+0000052): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PS_2013_Kan_Wicherts_Dolan.PDF', 14911]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:24alphas72itemssurvey.html', 19385]
(4)(+0000052): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:SEX_38_1-2_151-162_1998_Furnham_Gasson.pdf', 32020]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PSY 8702_2015S_Syllabus_Campbell_Schmidt.pdf', 48740]
(4)(+0000047): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_65_6_1224-1236_1993_Cozzarelli.pdf', 28565]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_47_2_317–348_1994_Cable_Judge.pdf', 20065]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:978-0-306-47355-5_303-322_2002_Allik_McCrae.pdf', 22984]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_97_4_842-853_2012_Sonnentag_Mojza_Demerouti.pdf', 38376]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_88_5_836-851_2003_Schneider_Hanges_Smith.pdf', 34158]
(4)(+0000041): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJSA_21_2_233-238_2013_Guay_Oh_Choi_Mitchell_Mount_Shin.pdf', 38444]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Personality and Social Psychology_57_6_1091-1102_1989_Burke_Brief_George.pdf', 46591]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:WS_24_2_159-178_2010_Steinmetz_Schmidt.pdf', 37760]
(4)(+0000048): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:INT_31_343-397_2003_Gottfredson.pdf', 33963]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:9780470013403_83–120_2004_Semmer.pdf', 23229]
(4)(+0000038): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:0-8058-4114-8_2003_Murphy.pdf', 21794]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Scandinavian Journal of Work Environment & Health_30_4_2004_Luime_Kuiper_Koes.pdf', 34614]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:CDPS_18_1_16-20_2009_MacKinnon_Fairchild.pdf', 37162]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Citations 00002 UID Vanderbilt_Doctoral_2005_Webb.pdf', 14837]
(4)(+0000056): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:948_Lecture3_CTT.pdf', 49429]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Chosen Ones_Unpublished proof_2014_Kostal_Sampling error derivations for meta-analysis.pdf', 2390]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMJ_50_6_1385-1399_2007_Hitt_Beamish_Jackson.pdf', 35973]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HRMR_6_1_47-74_1996_Bell_Harrison.pdf', 30310]
(4)(+0000054): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:British Journal of Mathematical and Statistical Psychology_50_2_253-284_1997_Hubert_Arabie_Meulman.pdf', 54694]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_75_3_239-250_2009_Savickas_Nota_Rossier.pdf', 37255]
(4)(+0000048): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Psychology Press_251-271_Betsch_Iannello_GlA¶ckner.pdf', 23685]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_90_5_885-892_2005_Boswell_Boudreau_Tichy.pdf', 34886]
(4)(+0000052): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IOP_4_3_297–301_2011_Hazucha_Ramesh_Goff.pdf', 16010]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_74_1_102–107_2009_De Cooman_Gieter_Pepermans.pdf', 20006]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:J Bus Psychol_30_1_193-205_2014_Bowling_Burns.pdf', 49072]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOM_38_3_890-914_2012_Fugate_Prussia_Kinicki.pdf', 38242]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Lawrence Erlbaum_2001_Strelau_Zawadzki_Piotrowska.pdf', 22973]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Applied Psychology_83_4_545-556_1998_Sackett_Gruys_Ellingson.pdf', 51697]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJHRM_17_5_831-841_2006_Stevens_Oddou_Furuya.pdf', 35683]
(4)(+0000048): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PAID_29_313-320_2000_Petrides_Furnham.pdf', 32792]
(4)(+0000017): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Educational & Psychological Measurement_62_2_197_2002_Bird.pdf', 33410]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IOP_4_3_327–329_2011_Tippins.pdf', 38114]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_59_281-305_2006_Schmidt_Oh_Le.pdf', 35648]
(4)(+0000016): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AP_45_2_134-143_1990_Goldstein_Gilliam.pdf', 27168]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PB_120_2_189-208_1996_Brockner_Wiesenfeld.pdf', 30394]
(4)(+0000015): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:047116240X_1977_Cochran.pdf', 13916]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:9781849807272_10-46_2012_De Lange.pdf', 14931]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PAID_24_5_585-593_1998_Carretta_Doub.pdf', 31961]
(4)(+0000014): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_77_4_437-452_1992_Lance_Teachout_Donnelly.pdf', 28135]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EJP_24_8_623-638_2010_Timmermans_Van Mechelen_Kuppens.pdf', 37782]
(4)(+0000051): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:0762300140_63-92_1997_Ones_Viswesvaran.pdf', 22652]
(4)(+0000017): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCA_21_2_163-174_2013_Li_Yao_Chen.pdf', 19650]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:RHED_52_1_47-62_2011_Gilbreath_Kim_Nichols.pdf', 19697]
(4)(+0000015): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JRP_40_5_750–778_2006_Yang_Read_Miller.pdf', 20154]
(4)(+0000049): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Personal communication_2015_Wiernik.pdf', 48157]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Occupational and Organizational Psychology_75_1_77-86_2002_Nagy.pdf', 46597]
(4)(+0000051): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JMP_13_1-2_77-89_1998_Rosti_Shipper.pdf', 32147]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Area_28_4_459-470_1996_Beaverstock.pdf', 4920]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOOP_65_101-114_1992_Wiersma.pdf', 28376]
(4)(+0000050): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JBAP_15_4_605-620_2001_Baydoun_Rose_Emperado.pdf', 32939]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_95_4_728-743_2010_Meade.pdf', 69347]
(4)(+0000041): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:9780199928309_2012_Chao.pdf', 23563]
(4)(+0000056): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_76_6_759-569_1991_Tannenbaum_Mathieu.pdf', 27844]
(4)(+0000047): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:9781609184995_2012_Card.pdf', 2380]
(4)(+0000049): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_79_1_81-90_2011_Brown_Lent_Telander.pdf', 18995]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_70_5_1091-1102_1996_Suh_Diener_Fujita.pdf', 30898]
(4)(+0000067): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Kristensen.SOM.pdf', 14076]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_24_1_89-106_2003_Higgins_Judge_Ferris.pdf', 34000]
(4)(+0000038): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJSA_12_4_327-342_2004_Klehe.pdf', 34570]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_100_3_507-526_2011_Leung_Cohen.pdf', 38010]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPA_96_1_76-86_2014_Woo_Chernyshenko_Stark.pdf', 53668]
(4)(+0000018): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Vocational Behavior_85_3_385-393_2014_Nagele_Neuenschwander.pdf', 48688]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EP_13_1_37-52_2008_Roe.pdf', 36667]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HRMR_16_340-355_2006_Hedge_Borman_Bourne.pdf', 35457]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ANBC_343_1_54-65_2005_Gottschalk_Dunn.pdf', 3324]
(4)(+0000052): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCOP_57_2_226-238_2010_Lubinski.pdf', 19001]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JASP_52_2_179-185_1956_Holtzman_Bitterman.pdf', 24058]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMR_8_3_486-500_1983_Morrow.pdf', 25456]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_72_3_457-462_1987_Henry_Hulin.pdf', 26257]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:MPPAW_2013_Kuncel_Assessment centers and critical thinking.pdf', 38771]
(4)(+0000066): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Nature_388_6641_468-471_1997_Devlin_Daniels_Roeder.pdf', 31177]
(4)(+0000047): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOOP_80_2_175-183_2007_Anderson.pdf', 35761]
(4)(+0000068): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Social Behavior & Personality_11_1_115-126_1996_Blackman_Funder.pdf', 30347]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Texas_Doctoral_1984_Dodd_preview.pdf', 573]
(4)(+0000059): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JMP_18_3_244-258_2003_Selmer_Leung.pdf', 34160]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_66_1_124-197_2005_Eby_Casper_Lockwood.pdf', 34958]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_90_4_659-676_2005_Epitropaki_Martin.pdf', 34964]
(4)(+0000045): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PYSC_48_3_357-368_2006_Foldes_Ones_Sinangil.pdf', 35411]
(4)(+0000045): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ACAD MANAG LEARN EDU_9_1_119-131_2010_Bergman_Westerman_Daly.pdf', 51258]
(4)(+0000051): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Riketta and Dick - 2005 - Foci of attachment in organizations A meta-analyt.pdf', 20718]
(4)(+0000048): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCOP_38_1_30-38_1991_Multon_Brown_Lent.pdf', 27790]
(4)(+0000069): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:J Organiz Behav_26_2_113-136_2005_Heslin.pdf', 5513]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AP_62_1_6-16_2007_Zaccaro.pdf', 36294]
(4)(+0000041): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ZPP_2_4_157-168_2003_Klein_Konig_Kleinmann.pdf', 34040]
(4)(+0000049): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_54_59-70_1999_Fritzsche_Powell_Hoffman.pdf', 32316]
(4)(+0000048): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EMO_14_1_64-73_2014_Libbrecht_Lievens_Carette.pdf', 16508]
(4)(+0000054): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IER_39_3_553-589_1998_Keane_Moffitt.pdf', 17037]
(4)(+0000049): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AP_67_6_446-462_2012_Cooper_Koenka.pdf', 15186]
(4)(+0000048): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMJ_38_2_429-542_1995_Peterson_Smith.pdf', 30006]
(4)(+0000014): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:2004_Bartlett.pdf', 138]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_54_3_453-470_1999_Allen_McManus_Russell.pdf', 32235]
(4)(+0000015): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Personality and Individual Differences_42_5_841-850_2007_Hayduk_Cummings_Boadu.pdf', 54395]
(4)(+0000017): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PAID_39_497-509_2005_Nyborg.pdf', 35162]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMJ_40_4_930-946_1997_Peterson_Smith.pdf', 31681]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Vocational Behavior_79_1_217-229_2011_Klehe_Zikic_Van Vianen.pdf', 69743]
(4)(+0000016): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:METH_6_3_128-138_2010_Atzmuller_Steiner.pdf', 37423]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JHomo_57_10_1355-1369_2010_Schneider_Dimito.pdf', 54682]
(4)(+0000048): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ARP_65_301-331_2014_Rabinowitz_Li_Levin.pdf', 38581]
(4)(+0000049): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:2-1-carrico.pdf', 18506]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:QR_10_2_175-198_2010_Jenkins_Bloor_Fischer.pdf', 37567]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:F8ZJHWI3.pdf', 15178]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_43_1_127-131_1993_Lawson.pdf', 19511]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IOP_2_2_130–143_2009_Hollenbeck.pdf', 16020]
(4)(+0000038): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:APM_24_1_3-32_2000_Roberts_Donoghue_Laughlin.pdf', 3085]
(4)(+0000045): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_34_3_279-288_1989_Lent_Larkin_Brown.pdf', 26835]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HR_54_10_1267-1302_2001_Jackson.pdf', 33092]
(4)(+0000047): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Perspectives on Psychological Science_5_1_97-102_2010_Roberts_Edmonds_Grijalva.pdf', 51215]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ASQ_15_2_150-163_1970_Rizzo_House_Lirtzman.pdf', 24242]
(4)(+0000047): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JIBS_27_3_443-466_1996_Rao_Hashimoto.pdf', 30753]
(4)(+0000054): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JDEC_87_2_255-269_2008_Mattoo_Neagu_Ozden.pdf', 17701]
(4)(+0000018): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:British Journal of Psychiatry_166_813-820_1995_Roy_Neale_Kendler.pdf', 30054]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HRM_43_1_83-104_2004_Bakker_Demerouti_Verbeke.pdf', 34289]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_24_763-776_2000_Leong_Ward.pdf', 32743]
(4)(+0000014): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJEPA_1_2_182-211_2013_Bartram.pdf', 15166]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOHP_6_3_196-210_2001_Sonnentag.pdf', 33290]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOM_20_2_479–501_1994_Stephens.pdf', 19849]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCA_21_2_175–189_2013_Leuty_Hansen.pdf', 15206]
(4)(+0000032): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_88_2_348-355_2003_Mueller-Hanson_Heggestad_Thornton.pdf', 34075]
(4)(+0000022): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JESP_46_6_922-933_2010_Rus_van Knippenberg_Wisse.pdf', 37717]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_40_2_220-228_1992_Fouad_Dancer.pdf', 28024]
(4)(+0000049): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:APM_27_6_395-414_2003_Bolt_Lall.pdf', 70]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_57_4_707-714_1989_Kernis_Brockner_Frankel.pdf', 26803]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCA_18_1_16-33_2010_Larson_Wu_Bailey.pdf', 47988]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:OBHDP_36_1_16-78_1985_Jackson_Schuler.pdf', 25785]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_74_1_224-237_1998_Gross.pdf', 32030]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOM_33_3_350-377_2007_Feldman_Ng.pdf', 35897]
(4)(+0000056): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_89_1_36-51_2004_Judge_Piccolo_Ilies.pdf', 34540]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JABS_23_4_483-500_1987_Bartunek_Moch.pdf', 26175]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Educational Psychology_53_3_132-143_1962_Holland_Astin.pdf', 14677]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_Oren_Caduri_Tziner.pdf', 38663]
(4)(+0000045): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:GOM_28_3_341-365_2003_Chan.pdf', 33874]
(4)(+0000013): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJP_26_4_451_1991_Zheng_Berry.pdf', 27880]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_86_4_741-753_2001_Jansen_Stoop.pdf', 33094]
(4)(+0000045): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMJ_33_4_859-869_1990_Nelson_Sutton.pdf', 27322]
(4)(+0000054): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:MOTE_29_4_357-388_2005_Aspinwall_Sechrist_Jones.pdf', 34850]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_64_3_373-388_2004_Young_Collin.pdf', 2541]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JP_71_3_319-346_2003_Eid_Riemann_Angleitner.pdf', 33914]
(4)(+0000047): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJHRM_11_6_1061-1081_2000_Scullion_Starkey.pdf', 32829]
(4)(+0000054): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_59_1216-1229_1990_Goldberg.pdf', 27162]
(4)(+0000057): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJSA_12_12_172-186_2004_Viswesvaran_Ones.pdf', 34816]
(4)(+0000021): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EJPA_17_3_212-221_2001_Kaiser_Keller.pdf', 20678]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_16_413-436_1992_Bhawuk_Brislin.pdf', 27927]
(4)(+0000041): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:oipman.pdf', 2193]
(4)(+0000018): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_59_3_454-470_2001_Lauver_Kristof-Brown.pdf', 20234]
(4)(+0000080): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IOP_6_1_17–20_2013_Olson_Shultz.pdf', 15118]
(4)(+0000016): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_2_4_353-376_1972_Campbell_Holland.pdf', 15878]
(4)(+0000059): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJHRM_8_4_402-413_1997_Welch_Welch.pdf', 31885]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJSA_15_3_354-358_2007_Viswesvaran_Deller_Ones.pdf', 36268]
(4)(+0000057): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMR_29_4_562-569_2004_Rousseau_Shperling.pdf', 34719]
(4)(+0000081): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:metacorr.pdf', 30641]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HBR_125-134_1998_Ulrich.pdf', 32216]
(4)(+0000053): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJHRM_6_2_457-474_1995_Harzing.pdf', 29825]
(4)(+0000053): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Texas A&M University_2004_Toh.pdf', 49271]
(4)(+0000047): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PSPR_15_4_319-331_2011_Sheppes_Gross.pdf', 38096]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:mmc1.xls', 642]
(4)(+0000056): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_69_1_64-89_2006_Tracey_Robbins.pdf', 35706]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMLE_4_1_75-91_2005_Ghoshal.pdf', 34990]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:44_23-52_1993_Karoly.pdf', 28723]
(4)(+0000090): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_83_6_869-891_1998_Schaubroeck_Ganster_Jones.pdf', 32160]
(4)(+0000022): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOM_35_2_199-218_2009_Pisani.pdf', 37219]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JMS_44_2_222-242_2007_Bhagat_Steverson_Segovis.pdf', 35793]
(4)(+0000060): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOOP_76_2_269-278_2003_Hayes_Allinson_Hudson.pdf', 33987]
(4)(+0000013): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:9780385333504_7-14_2006_Vonnegut.pdf', 17069]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Organization Studies_26_3_325-350_2005_Wong.pdf', 35296]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ARP_63_1_369-396_2012_Wanberg.pdf', 6828]
(4)(+0000055): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ECOP_4_4_336-344_2012_Blythe_Harre.pdf', 15100]
(4)(+0000045): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_84_5_754-775_1999_Richman_Kiesler_Weisband.pdf', 13905]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCOP_49_3_290-301_2002_Nauta_Kahn_Angell.pdf', 15801]
(4)(+0000041): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Applied Psychology_84_3_416-427_1999_Seibert_Michael_Kraimer.pdf', 63257]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JECED_20_3_235-238_1989_Gohmann_Spector.pdf', 5359]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_94_1_168-182_2008_Schmitt_Realo_Voracek.pdf', 17869]
(4)(+0000054): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Perspectives on Psychological Science_7_3_284-306_2012_Hunt.pdf', 19875]
(4)(+0000047): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:APHR_46_1_68-84_2008_Bhanugopan_Fish.pdf', 36326]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_Online First_2014_Le_Robbins_Westrick.pdf', 15835]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_88_3_476-489_2003_Lievens_Harris_van Keer.pdf', 34056]
(4)(+0000061): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_54_265-270_1970_Dodd_Wollowick_McNamara.pdf', 24229]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Research in Higher Education_38_3_379-396_1997_McCabe_Trevino.pdf', 48332]
(4)(+0000061): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_81_4_411-420_1996_Adams_King_King.pdf', 30218]
(4)(+0000078): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_24_2_133-141_1984_Iachan.pdf', 15791]
(4)(+0000052): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ONET.pdf', 15341]
(4)(+0000056): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JP_75_6_1071-1082_2007_Roberts.pdf', 36135]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:APIR_53_1_113-135_2004_Van-Dijk_Kluger.pdf', 34812]
(4)(+0000063): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:International Migration_30_69-85_1992_Berry.pdf', 27923]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_106_3_435-440_2014_Meltzer_McNulty_Jackson.pdf', 38565]
(4)(+0000052): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JP_73_6_1569-1605_2005_Kernis.pdf', 35058]
(4)(+0000054): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JHSB_27_2_133-149_1986_Kuo_Tsai.pdf', 26030]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PSY 8701_2014S_Syllabus_Sackett_Kuncel.doc', 15941]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOOP_83_1_207-235_2010_Ng_Feldman.pdf', 4688]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:The Journal of Social Psychology_106_1_137-138_1978_Hogan.pdf', 24782]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PAGE_17_1_125-139_2002_Lang_Carstensen.pdf', 33592]
(4)(+0000052): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PREV_30_6_657-676_2001_Arthur_Woehr_Graziano.pdf', 32928]
(4)(+0000013): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:University of Houston_Doctoral_2012_Sweet.pdf', 39032]
(4)(+0000053): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Career Dev Int_11_7_580-593_2006_Howard S Tu_Monica L Forret_Sherry E Sullivan.pdf', 2810]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJSA_16_4_356-365_2008_Furnham_Jensen_Crump.pdf', 36445]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:MANU_2007_Connelly_Ones.doc', 38729]
(4)(+0000051): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_69_3_379-389_1984_Elizur.pdf', 18705]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HP_21_1_28-48_2008_Dierdorff_Surface.pdf', 36405]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_97_1_33-45_2012_Johnson_Ilies_Boles.pdf', 38257]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Review of Educational Research_58_1_47-77_1988_Hembree.pdf', 26489]
(4)(+0000045): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_28_2_85-96_1986_Fouad_Hansen_Arias-Galicia.pdf', 21017]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EMOR_2_2_157-158_2010_Kuppens.pdf', 37608]
(4)(+0000057): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_31_3_231-247_1987_Moos.pdf', 20015]
(4)(+0000050): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PMET_18_1_15-35_2013_Markon.pdf', 15212]
(4)(+0000048): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HRM_39_4_367-379_2000_Bolino_Feldman.pdf', 32582]
(4)(+0000055): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ASQ_57_2_181-216_2012_Bernstein.pdf', 16479]
(4)(+0000089): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJCCM_2_3_297-320_2002_Nicholls_Rothstein_Bourne.pdf', 33652]
(4)(+0000062): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JP_81_1_49–60_2013_Borkenau_Hrebickova_Kuppens.pdf', 17851]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMR_33_4_885-904_2008_Ailon.pdf', 36298]
(4)(+0000050): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HRM_41_4_455-475_2002_Jackson.pdf', 33556]
(4)(+0000052): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_91_6_1152-1165_2006_Scollon_Diener.pdf', 35654]
(4)(+0000049): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJIR_17_3_253-266_1996_Konovsky_Organ.pdf', 30629]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Research in Personality_40_6_876-890_2006_Nettle.pdf', 632]
(4)(+0000038): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ARP_65_635-660_2014_Trevino_den Nieuwenboer_Kish-Gephart.pdf', 38596]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:155798753X_223-251_2001_Furnham.pdf', 22813]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:British Journal of Management_4_119-134_1993_Nicholson_Imaizumi.pdf', 28871]
(4)(+0000041): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HR_52_999-1028_1999_Bussing_Bissels_Fuchs.pdf', 32267]
(4)(+0000055): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Social and Personal Relationships_15_3_323-345_1998_Ognibene_Collins.pdf', 32117]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:UID Konstanz_Doctoral_2010_Spychala.pdf', 38998]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PINQ_11_4_227-268_2000_Deci_Ryan.pdf', 32634]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PINQ_7_1_90-98_1996_Heatherton_Baumeister.pdf', 30562]
(4)(+0000058): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ARCP_1_1_31-65_2005_Tomarken_Waller.pdf', 35254]
(4)(+0000049): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_75_3_329-345_2009_Fuller_Marler.pdf', 12365]
(4)(+0000048): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Self and Identity_4_361-372_2005_Robinson_Meier.pdf', 35187]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_84_5_721-736_1999_Gelfand_Realo.pdf', 32327]
(4)(+0000049): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCA_16_1_60-74_2008_Eggerth.pdf', 19562]
(4)(+0000062): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMJ_54_5_913-934_2011_Christian_Ellis.pdf', 15447]
(4)(+0000050): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JECONP_21_4_91-114_2007_Lazear_Shaw.pdf', 17049]
(4)(+0000054): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:INT_45_6-17_2014_Ackerman.pdf', 17185]
(4)(+0000063): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Review of General Psychology_9_2_156-168_2005_Roberts_Walton_Bogg.pdf', 35183]
(4)(+0000047): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AP_41_6_715-716_1986_Lazarus_Folkman.pdf', 26043]
(4)(+0000070): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HP_14_1_97-124_2001_Fay_Frese.pdf', 33037]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:9780199928309_2012_Hanges_Wang.pdf', 23593]
(4)(+0000057): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EPPI_4_1_16_2007_Oakes_Forsyth_Schmitz.pdf', 18488]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Environmental Psychology_40_359-371_2014_Kormos_Gifford.pdf', 50854]
(4)(+0000052): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_88_3_562-576_2005_Donnellan_Larsen-Rife_Conger.pdf', 34955]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Annual Review of Psychology_22_1_565-602_1971_Campbell.pdf', 51286]
(4)(+0000051): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:WS_22_2_81-95_2008_Tucker_Sinclair_Mohr.pdf', 36754]
(4)(+0000068): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ZAO_52_81-90_2008_Zacher_Felfe_Glander.pdf', 36824]
(4)(+0000016): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Psychological Methods_7_2_228-244_2002_Lance_Noble_Scullen.pdf', 69463]
(4)(+0000016): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JMS_98_8_1187-1215_2001_Liberman Yaconi.pdf', 33140]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ORGD_33_3_318-328_2004_McAllaster.pdf', 34642]
(4)(+0000019): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ZSP_33_4_197-207_2002_Konradt_Hertel_Behr.pdf', 33584]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_85_1_65-74_2000_Cavanaugh_Boswell_Roehling.pdf', 32612]
(4)(+0000045): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Educational and Behavioral Statistics_32_1_39-60_2007_Viechtbauer.pdf', 36264]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_75_3_346-359_2009_Armstrong_Anthoney.pdf', 19111]
(4)(+0000047): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:The Journal of Finance_47_5_1977-1984_1992_Grinblatt_Titman.pdf', 13891]
(4)(+0000045): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Marywood_Doctoral_2009_Stillman.pdf', 38972]
(4)(+0000017): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:CCM_17_1_10-29_2010_Bhagat_Krishnan_Nelson.pdf', 37441]
(4)(+0000033): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ORM_9_2_233-244_2006_James_Mulaik_Brett.pdf', 35480]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Management_21_6_1129-1139_1995_Wright_Kacmar_McMahan.pdf', 51703]
(4)(+0000096): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IOP_4_3_311–316_2011_Klehe.pdf', 37980]
(4)(+0000015): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Small Business Management_38_4_28-41_2000_Rauch_Frese_Sonnentag.pdf', 32799]
(4)(+0000050): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_82_5_812-820_1997_Eisenberger_Cummings_Armeli.pdf', 31251]
(4)(+0000038): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ZEPP_19_3_195-227_1987_Krampen.pdf', 26290]
(4)(+0000047): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Collective Efficacy Versus Self-Efficacy in Coping Responses to Stressors and Control A Cross-Cultural Study_85_512-525_2000_Schaubroeck_Lam_Jia Lin', 32821]
(4)(+0000017): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:INT_45_120-121_2014_Simonton.pdf', 17260]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ARP_55_657-687_2004_Runco.pdf', 34721]
(4)(+0000017): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JENVP_19_1_1-19_1999_Kaiser_Wolfing_Fuhrer.pdf', 20734]
(4)(+0000041): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMJ_30_2_336-353_1987_Pinder_Schroeder.pdf', 26330]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Counseling Psychology_39_1_7-19_1992_Dawis.pdf', 27976]
(4)(+0000052): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JENVP_22_4_399-411_2002_Bamberg.pdf', 20364]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Columbia_Doctoral_2015_Lyons.pdf', 38839]
(4)(+0000053): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ASC_9_279-300_1996_Masel_Terry_Gribble.pdf', 30678]
(4)(+0000016): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOM_22_1_23-44_1996_Ferris_Frink_Bhawuk.pdf', 30488]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JP_59_3_355-386_1991_Bolger_Schilling.pdf', 27528]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Social Science Research_38_3_505-520_2009_Wallander.pdf', 37375]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PREV_34_1_37-50_2005_Holopainen_Bjorkman.pdf', 35024]
(4)(+0000038): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PS_25_2_511-518_2014_Stafford_Dewar.pdf', 14938]
(4)(+0000045): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EJP_18_2_127-141_2004_Kolk_Born_Van der Flier.pdf', 34574]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PREP_66_1_195-244_1990_Meehl.pdf', 62259]
(4)(+0000047): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PMK_55_1_107-122_1990_Meredith_Tisak.pdf', 27312]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:CDQ_51_1_87–96_2002_Degges-White_Shoffner.pdf', 19559]
(4)(+0000048): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:11336_2013_9380_MOESM2_ESM.pdf', 38640]
(4)(+0000012): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Methods of Psychological Research Online_8_2_23-74_2003_Schermelleh-Engel_Moosbrugger_Muller.pdf', 34150]
(4)(+0000041): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HRDI_10_4_365-381_2007_Bhanugopan_Fish.pdf', 35795]
(4)(+0000014): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JEDP_88_1_174-188_1996_Rolfhus_Ackerman.pdf', 30774]
(4)(+0000014): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:The Journal of Social Psychology_138_1_83-87_1998_Smith_Gordon.pdf', 32178]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:POQ_71_3_325-348_2007_Holbrook_Krosnick_Moore.pdf', 50667]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPA_92_2_168-174_2010_Pozzebon_Visser_Ashton.pdf', 37693]
(4)(+0000041): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:CBIO_26_6_953-955_2012_Allendorf_Allendorf.pdf', 15159]
(4)(+0000013): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_94_1_254-262_2009_Wallace_Arnold_Edwards.pdf', 37373]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JP_57_1_17-40_1989_McCrae_Costa.pdf', 26840]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMA_2_1_167-230_2008_Edwards.pdf', 19877]
(4)(+0000050): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_60_6_919-926_1991_Endler_Parker_Bagby.pdf', 27627]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Intelligence_35_6_542-562_2007_Johnson_Bouchard Jr_McGue.pdf', 19866]
(4)(+0000051): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Journal of Personality Assessment_81_2_93-103_2003_Reise_Henson.pdf', 52241]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_62_3_447-456_1992_Paunonen_Jackson_Trzebinski.pdf', 28204]
(4)(+0000056): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_93_4_789-805_2008_Lyness_Judiesch.pdf', 36575]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JDRED_37_3_277-294_2007_Malouff_Thorsteinsson_Rooke.pdf', 54455]
(4)(+0000049): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMJ_47_4_610-620_2004_Spicer_Dunfee_Bailey.pdf', 34775]
(4)(+0000035): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:0309045398_75–126_1991_Gottfredson.pdf', 16028]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPA_50_2_171-181_1986_Worthington_Schlottmann.pdf', 26164]
(4)(+0000041): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_75_2_212-223_2009_Duffy_Lent.pdf', 36982]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOM_30_6_881-905_2004_Levy_Williams.pdf', 34598]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPA_85_1_65-73_2005_Hahn.pdf', 35002]
(4)(+0000045): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_92_3_595-615_2007_Bell.pdf', 15419]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IOP_1_3_359-360_2008_Martin.pdf', 36579]
(4)(+0000047): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JP_60_2_441-476_1992_Watson_Clark.pdf', 28356]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EMO_14_2_358-374_2014_MacCann_Joseph_Newman.pdf', 19713]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:J Bus Ethics_80_3_565-581_2007_Tsai_Huang.pdf', 48356]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJHRM_14_7_1102-1116_2003_Caligiuri_Phillips.pdf', 33870]
(4)(+0000052): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_66_3_687–721_2013_Dierdorff_Morgeson.pdf', 18642]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_12_2_184-196_1978_Cartwright.pdf', 24749]
(4)(+0000050): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCRP_29_1_171-188_1998_McCrae_Costa_del Pilar.pdf', 32102]
(4)(+0000036): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Johns Hopkins_Report_109_1971_Edwards.pdf', 34530]
(4)(+0000054): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:SEM_11_3_320-341_2004_Marsh_Hau_Wen.pdf', 34625]
(4)(+0000055): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JSI_56_3_407–424_2000_Stern.pdf', 32847]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:LAID_14_49-66_2003_Furnham_Chamorro-Premuzic_McDougall.pdf', 33943]
(4)(+0000047): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JCRP_32_1_76-92_2001_Scherer_Banse_Wallbott.pdf', 33261]
(4)(+0000041): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:0805853189_235-263_2006_van Rooy_Dilchert_Viswesvaran.pdf', 23385]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AP_52_6_613-629_1997_Steele.pdf', 31831]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:INT_32_297-314_2004_Paulhus_Harms.pdf', 34677]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HRMJ_7_1_57-66_1997_Stiles_Gratton_Truss.pdf', 31833]
(4)(+0000037): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJSA_9_12_31-39_2001_Ones_Viswesvaran.pdf', 46585]
(4)(+0000007): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_43_1_13-35_1990_Rynes_Gerhart.pdf', 54473]
(4)(+0000050): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:APIR_53_3_453-477_2004_Aycan.pdf', 34285]
(4)(+0000048): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_1_2_123-128_1971_Betz.pdf', 24270]
(4)(+0000048): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_63_2_385-405_2010_Ramaswami_Dreher_Bretz.pdf', 37701]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:International Business Review_18_1_60-75_2009_Cheng_Lin.pdf', 36927]
(4)(+0000051): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_93_3_478-490_2007_English_Chen.pdf', 35891]
(4)(+0000047): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PM_18_4_454-474_2013_Garrido_Abad_Ponsoda.pdf', 124]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JEDP_94_3_545-561_2002_Ainley_Hidi_Berndorff.pdf', 51315]
(4)(+0000013): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IOP_2_4_453-464_2009_Murphy.pdf', 15931]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:abstract.html', 54503]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HP_17_3_267-269_2004_Borman.pdf', 34333]
(4)(+0000056): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HRM_28_4_511-539_1989_Black_Mendenhall.pdf', 26676]
(4)(+0000008): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_86_1_29-41_2001_Bettencourt_Gwinner_Meuter.pdf', 32943]
(4)(+0000050): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:BMJ_347_2013_Gajendragadkar_Moualed_Nicolson.pdf', 38437]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Applied Psychology_59_1_40-69_2010_Kanfer_Wolf_Kantrowitz.pdf', 51693]
(4)(+0000054): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMJ_50_4_745-747_2007_Rynes.pdf', 36150]
(4)(+0000023): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:International Journal of Human-Computer Studies_62_6_737-758_2005_Johnson.pdf', 35041]
(4)(+0000031): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_68_1_96-115_2006_Klein_Fan_Preacher.pdf', 35507]
(4)(+0000048): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:COUP_26_3_499-513_1998_Hansen.pdf', 20969]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_59_3_394-405_2001_Diegelman_Subich.pdf', 33012]
(4)(+0000039): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Multivariate Behavioral Research_44_5_668-687_2009_Davison_Kim_Close.pdf', 51730]
(4)(+0000054): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Default.html', 15299]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ENB_33_4_590-607_2001_Hartig_Kaiser_Bowler.pdf', 20568]
(4)(+0000054): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOM_28_5_585-590_2002_Ketchen.pdf', 33574]
(4)(+0000011): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JABS_32_350-355_1996_Bailey_Eastman.pdf', 30275]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:9781591470359_171-201_2003_Bem.pdf', 23123]
(4)(+0000043): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOM_30_1_1-6_2004_Feldman.pdf', 34417]
(4)(+0000056): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOM_14_2_299-320_1988_Bluedorn_Denhardt.pdf', 26439]
(4)(+0000006): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PAID_22_5_741-750_1997_Durrheim_Foster.pdf', 31226]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:9780495105275_2010_Lohr.pdf', 17578]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_69_3_410-423_2006_Wanberg_Kammeyer-Mueller_Marchese.pdf', 35727]
(4)(+0000056): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:HP_18_4_373-387_2005_Hough_Oswald.pdf', 15402]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_84_1_107-122_1999_Judge_Thoresen_Pucik.pdf', 32363]
(4)(+0000049): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JOM_25_3_457-484_1999_Sullivan.pdf', 32490]
(4)(+0000045): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Can J Adm Sci_17_1_38-51_2000_Delios_Ensign.pdf', 32638]
(4)(+0000049): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JAP_98_1_194-198_2013_Peterson_Kim.pdf', 14870]
(4)(+0000045): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PR_103_2_263-283_1996_Kruglanski_Webster.pdf', 30634]
(4)(+0000056): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_56_671-697_2003_Freese_Beimel_Schoenborn.pdf', 33937]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:workplace-surveillance-sees-good-and-bad.html', 38752]
(4)(+0000040): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJHRM_20_10_2013-2029_2009_van Woerkom_de Reuver.pdf', 37362]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PP_49_971-985_1996_Arthur_Doverspike_Barrett.pdf', 30245]
(4)(+0000053): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Human Resource Development Quarterly_21_4_373-379_2010_Collins.pdf', 37480]
(4)(+0000044): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EJP_26_3_303-317_2012_Mottus_Allik_Realo.pdf', 17855]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:9780203878385_3–64_2010_Gully_Chen.PDF', 15467]
(4)(+0000042): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:POQ_52_4_526-538_1988_Krosnick_Alwin.pdf', 50698]
(4)(+0000046): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JPSP_64_3_421-430_1993_Brown_Mankowski.pdf', 28495]
(4)(+0000053): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:AMJ_51_5_847-872_2008_Margolis_Molinsky.pdf', 16462]
(4)(+0000047): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ORM_9_2_133-160_2006_Cycyota_Harrison.pdf', 35359]
(4)(+0000056): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Creativity and Genius 5136 2014.ppt', 14079]
(4)(+0000010): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PAID_6_6_781-782_1985_Ahmed.pdf', 25696]
(4)(+0000041): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Stress Medicine_12_2_93-103_1996_Wearing_Hart.pdf', 30961]
(4)(+0000045): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PPS_7_6_543-554_2012_Bakker_van Dijk_Wicherts.pdf', 62212]
(4)(+0000056): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:EBSME_4_3_193-206_2011_Williams_Bhanugopan_Fish.pdf', 38141]
(4)(+0000009): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:JVB_37_1_32-45_1990_Rounds.pdf', 19609]
(4)(+0000045): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:Crede Dissertation.pdf', 20452]
(4)(+0000091): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:PAGE_18_4_639-657_2003_Hertzog_Nesselroade.pdf', 33998]
(4)(+0000024): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:adecuadaOrientacion.html', 17971]
(4)(+0000034): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:ARP_65_1-16_2014_Sternberg.pdf', 38594]
(4)(+0000051): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:APIR_49_1_29-31_2000_Gelfand.pdf', 32660]
(1)(+0000021): Rolled back DB transaction COjBTH4V
(1)(+0000005): Transaction timeout, most likely caused by unresolved pending work.
(4)(+0000007): PRAGMA foreign_keys = true
(4)(+0000023): UPDATE itemAttachments SET path=? WHERE itemID=? ['storage:IJHRM_18_10_1736-1747_2007_van Vuuren_Veldkamp_de Jong.pdf', 16075]
(1)(+0000045): Error: Transaction timeout, most likely caused by unresolved pending work. Error: Transaction timeout, most likely caused by unresolved pending work. ConnectionData.prototype<.executeTransaction/promise</timeoutPromise</<@resource://gre/modules/Sqlite.jsm:649:33 setTimeout_timer@resource://gre/modules/Timer.jsm:30:5 From previous event: Zotero.Schema</this.updateSchema<@chrome://zotero/content/xpcom/schema.js:128:24 From previous event: _initFull<@chrome://zotero/content/xpcom/zotero.js:573:25 From previous event: this.init<@chrome://zotero/content/xpcom/zotero.js:395:11 From previous event: ZoteroService@file:///C:/Program%20Files%20(x86)/Zotero%20Standalone/components/zotero-service.js:343:4 XPCOMUtils__getFactory/factory.createInstance@resource://gre/modules/XPCOMUtils.jsm:326:19 @chrome://zotero/content/include.js:1:14
(1)(+0000005): Error: Transaction timeout, most likely caused by unresolved pending work. Error: Transaction timeout, most likely caused by unresolved pending work. ConnectionData.prototype<.executeTransaction/promise</timeoutPromise</<@resource://gre/modules/Sqlite.jsm:649:33 setTimeout_timer@resource://gre/modules/Timer.jsm:30:5 From previous event: Zotero.Schema</this.updateSchema<@chrome://zotero/content/xpcom/schema.js:128:24 From previous event: _initFull<@chrome://zotero/content/xpcom/zotero.js:573:25 From previous event: this.init<@chrome://zotero/content/xpcom/zotero.js:395:11 From previous event: ZoteroService@file:///C:/Program%20Files%20(x86)/Zotero%20Standalone/components/zotero-service.js:343:4 XPCOMUtils__getFactory/factory.createInstance@resource://gre/modules/XPCOMUtils.jsm:326:19 @chrome://zotero/content/include.js:1:14
(3)(+0031151): HTTP POST "version => 5.0-beta.110+008bcf…" (537211 chars) to https://repo.zotero.org/repo/report?debug=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment