Changeset 3915 for trunk/tools/database/Teams.sql
- Timestamp:
- Aug 2, 2000, 3:01:36 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/database/Teams.sql
r3905 r3915 1 -- $Id: Teams.sql,v 1. 4 2000-08-01 01:49:56 bird Exp $1 -- $Id: Teams.sql,v 1.5 2000-08-02 01:01:36 bird Exp $ 2 2 -- 3 3 -- Team data. … … 53 53 54 54 INSERT INTO tgroupmember(tgroup, author) 55 SELECT 1000, refcode FROM author WHERE name = 'Sander van Leeuwen'; 56 INSERT INTO tgroupmember(tgroup, author) 57 SELECT 1000, refcode FROM author WHERE name = 'Achim Hasenmueller'; 58 INSERT INTO tgroupmember(tgroup, author) 59 SELECT 1000, refcode FROM author WHERE name = 'Peter Fitzsimmons'; 60 INSERT INTO tgroupmember(tgroup, author) 61 SELECT 1000, refcode FROM author WHERE name = 'Vince Vielhaber'; 62 INSERT INTO tgroupmember(tgroup, author) 63 SELECT 1000, refcode FROM author WHERE name = 'Patrick Haller'; 64 INSERT INTO tgroupmember(tgroup, author) 65 SELECT 1000, refcode FROM author WHERE name = 'Christian Langanke'; 66 INSERT INTO tgroupmember(tgroup, author) 67 SELECT 1000, refcode FROM author WHERE name = 'Adrian Gschwend'; 68 INSERT INTO tgroupmember(tgroup, author) 69 SELECT 1000, refcode FROM author WHERE name = 'knut st. osmundsen'; 55 SELECT 1000, refcode FROM author 56 WHERE name IN ( 57 'Sander van Leeuwen', 58 'Achim Hasenmueller', 59 'Peter Fitzsimmons', 60 'Vince Vielhaber', 61 'Patrick Haller', 62 'Christian Langanke', 63 'Adrian Gschwend', 64 'Nenad Milenkovic', 65 'knut st. osmundsen' 66 ); 70 67 71 68 … … 145 142 3, 146 143 'WAI', 147 ' Portable Executable Loader'144 'Win32 API Implementation' 148 145 , 149 146 … … 573 570 WHERE name IN ( 574 571 'Sander van Leeuwen', 575 'John P Baker'572 'John P. Baker' 576 573 ); 577 574 INSERT INTO tgroupdll(tgroup, dll) … … 651 648 -- MAPI32 652 649 INSERT INTO tgroup(refcode, team, name, description, notes) 653 VALUES ( 3, 3016, 'MAPI32'650 VALUES ( 3016, 3, 'MAPI32' 654 651 ,'Implementing \'high-level\' MAIL API so MAPI compilant applications can 655 652 directly send mail using OS/2 messaging software and native mail packages.' … … 673 670 674 671 INSERT INTO tgroup(refcode, team, name, description) 675 VALUES ( 3999, 3, ' unassigned',672 VALUES ( 3999, 3, 'Unassigned', 676 673 'To get out of this group and join one that works on something! :)\n 677 < /i>Note: Consisting mostly of lurkers that offered their help but have yet to678 decide (or to be told) which group to join and what to do. '674 <i>Note: Consisting mostly of lurkers that offered their help but have yet to 675 decide (or to be told) which group to join and what to do.</i>' 679 676 ); 680 677
Note:
See TracChangeset
for help on using the changeset viewer.