I'm in the throws of hacking on DataSchema and notice that some parts of the Pirk code maintain case for the schema name, and others map it to lowercase.
Any objection to me making Pirk case-preserving and case-sensitive to the data schema name throughout, i.e. fakeDataSchema != fakedataschema? I see there is at least one JUnit test that checks the name is lower-cased, hence the question. Regards, Tim
