Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the Plays some characters are in #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Open Source Shakespeare.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1150,7 +1150,7 @@ INSERT INTO `Characters` (`CharID`, `CharName`, `Abbrev`, `Works`, `Description`
('BishopCarlisle', 'Bishop of Carlisle', 'BISHOP OF CARLISLE', 'richard2', ''),
('BishopLincoln', 'Bishop Lincoln', 'LINCOLN', 'henry8', ''),
('Blanch', 'Blanch', 'BLANCH', 'kingjohn', 'of Spain, niece to King John'),
('blunt', 'Blunt', 'BLUNT', 'henry4p1,henry4p2', ''),
('blunt', 'Blunt', 'BLUNT', 'henry4p1', ''),
('Blunt-r3', 'Blunt', 'Blunt', 'richard3', ''),
('Boatswain', 'Boatswain', 'Boatswain', 'tempest', ''),
('Bolingbroke-h62', 'Bolingbroke', 'BOLINGBROKE', 'henry6p2', 'a conjurer'),
Expand Down Expand Up @@ -1347,7 +1347,7 @@ INSERT INTO `Characters` (`CharID`, `CharName`, `Abbrev`, `Works`, `Description`
('EdmondRutland', 'Edmond, Earl of Rutland', 'RUTLAND', 'henry6p3', ''),
('edmund', 'Edmund', 'Edm', 'kinglear', 'bastard son to Glouchester'),
('EdmundLangley', 'Edmund of Langley', 'DUKE OF YORK', 'richard2', 'duke of York, uncle to the king'),
('EdmundMortimer', 'Edmund Mortimer', 'MORTIMER', 'henry6p1,henry6p3', 'Earl of March'),
('EdmundMortimer', 'Edmund Mortimer', 'MORTIMER', 'henry6p1', 'Earl of March'),
('EdwardPlantagenet', 'King Edward IV (Plantagenet)', 'EDWARD', 'henry6p2,henry6p3,richard3', ''),
('Egeus', 'Egeus', 'EGEUS', 'midsummer', 'father to Hermia'),
('Eglamour', 'Eglamour', 'EGLAMOUR', 'twogents', 'agent for Silvia in her escape'),
Expand All @@ -1369,7 +1369,7 @@ INSERT INTO `Characters` (`CharID`, `CharName`, `Abbrev`, `Works`, `Description`
('Exton', 'Sir Pierce of Exton', 'EXTON', 'richard2', ''),
('FABIAN-12', 'Fabian', 'FABIAN', '12night', 'servant to Olivia'),
('Fairy', 'Fairy', 'Fairy', 'midsummer', ''),
('falstaff', 'Falstaff', 'FALSTAFF', 'henry4p1,henry4p2,henry5,merrywives', 'Sir John Falstaff'),
('falstaff', 'Falstaff', 'FALSTAFF', 'henry4p1,henry4p2,merrywives', 'Sir John Falstaff'),
('fang', 'Fang', 'FANG', 'henry4p2', 'a Sheriff''s officer'),
('Father', 'Father', 'Father', 'henry6p3', 'who has killed his son'),
('Faulconbridge', 'Faulconbridge', 'ROBERT', 'kingjohn', 'son of Sir Robert Faulconbridge'),
Expand Down Expand Up @@ -2097,7 +2097,7 @@ INSERT INTO `Characters` (`CharID`, `CharName`, `Abbrev`, `Works`, `Description`
('SirWilliamCatesby', 'Sir William Catesby', 'CATESBY', 'richard3', ''),
('SirWilliamGlansdale', 'Sir William Glansdale', 'GLANSDALE', 'henry6p1', ''),
('SirWilliamLucy', 'Sir William Lucy', 'LUCY', 'henry6p1', ''),
('SirWilliamStanley', 'Sir William Stanley', 'STANLEY', 'henry6p3,richard3', 'called also Earl of Derby'),
('SirWilliamStanley', 'Sir William Stanley', 'STANLEY', 'richard3', 'called also Earl of Derby'),
('siward', 'Siward', 'SIWARD', 'macbeth', 'Earl of Northumberland, general of English forces'),
('SixthCitizen', 'Sixth Citizen', 'Sixth Citizen', 'coriolanus', ''),
('slender', 'Slender', 'SLENDER', 'merrywives', 'cousin to Shallow'),
Expand Down Expand Up @@ -2227,7 +2227,7 @@ INSERT INTO `Characters` (`CharID`, `CharName`, `Abbrev`, `Works`, `Description`
('warwick', 'Earl of Warwick', 'WARWICK', 'henry4p2,henry5,henry6p1,henry6p2,henry6p3', ''),
('Watch-h61', 'Watch', 'Watch', 'henry6p1', ''),
('watchman-ma', 'Watchman', 'Watchman', 'muchado', ''),
('westmoreland', 'Earl of Westmoreland', 'WESTMORELAND', 'henry4p1,henry4p2,henry5,henry6p3', ''),
('westmoreland', 'Earl of Westmoreland', 'WESTMORELAND', 'henry4p1,henry4p2,henry5', ''),
('widow', 'Widow', 'WIDOW', 'tamingshrew', ''),
('WidowFlorence', 'Widow', 'Widow', 'allswell', 'an old widow of Florence'),
('WifeSimpcox', 'Simpcox''s Wife', 'Wife', 'henry6p2', ''),
Expand Down