Ignore:
Timestamp:
2004-05-11T14:34:30+12:00 (20 years ago)
Author:
kjdon
Message:

capitalised a few remaining field names that were lower case

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/src/java/org/greenstone/gsdl3/gs3build/util/GS3SQLConnection.java

    r7192 r7306  
    261261      namespaces.addProperty("NamespaceID", 64);
    262262      namespaces.addProperty("NamespaceType", 64);
    263       namespaces.addProperty("fileType", 64);
    264       namespaces.addProperty("fileLoc");
    265       namespaces.addProperty("creator", 128);
     263      namespaces.addProperty("FileType", 64);
     264      namespaces.addProperty("FileLoc");
     265      namespaces.addProperty("Creator", 128);
    266266      statement.execute(namespaces.toString());
    267267     
     
    270270      // todo: some unique id for the namespaces item
    271271      metadata.addProperty("NamespaceRef", GS3SQLField.INTEGER_TYPE);
    272       metadata.addProperty("label", 256);
    273       metadata.addProperty("value");
     272      metadata.addProperty("Label", 256);
     273      metadata.addProperty("Value");
    274274      statement.execute(metadata.toString());
    275275   
Note: See TracChangeset for help on using the changeset viewer.