Ignore:
Timestamp:
Aug 2, 2000, 3:01:36 AM (25 years ago)
Author:
bird
Message:

Corrections and changes.

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 $
    22--
    33-- Team data.
     
    5353
    5454INSERT 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                       );
    7067
    7168
     
    1451423,
    146143'WAI',
    147 'Portable Executable Loader'
     144'Win32 API Implementation'
    148145,
    149146
     
    573570        WHERE name IN (
    574571                        'Sander van Leeuwen',
    575                         'John P Baker'
     572                        'John P. Baker'
    576573                       );
    577574INSERT INTO tgroupdll(tgroup, dll)
     
    651648-- MAPI32
    652649INSERT INTO tgroup(refcode, team,        name,  description, notes)
    653     VALUES        (      3, 3016, 'MAPI32'
     650    VALUES        (   3016,    3, 'MAPI32'
    654651,'Implementing \'high-level\' MAIL API so MAPI compilant applications can
    655652directly send mail using OS/2 messaging software and native mail packages.'
     
    673670
    674671INSERT INTO tgroup(refcode, team,        name,  description)
    675     VALUES        (   3999,    3, 'unassigned',
     672    VALUES        (   3999,    3, 'Unassigned',
    676673'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 to
    678 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
     675decide (or to be told) which group to join and what to do.</i>'
    679676);
    680677
Note: See TracChangeset for help on using the changeset viewer.