Argh.. I realized why JDBCMetaData was being used by the Ant task, I had started making the changes to the JDBCTransformTask, and created my own local datamodel/JDBCMetaData.java class.. I am going to delete that guy and replace it with the io/MetaDataReader.java class...
I will send in a comprehensive patch when I get things done. Thanks though.. Eric Pugh -----Original Message----- From: [EMAIL PROTECTED] [mailto:EPugh@;upstate.com] Sent: Wednesday, October 23, 2002 8:16 AM To: [EMAIL PROTECTED] Subject: [sql] diff between JDBCMetaData and MetaDataReader? Hi all, I am trying to move forward with decoupling the metadata and the xml representation of that metadata for the SQL package. I have attached a patch that makes the code at least compile. However, I was getting ready to write a testcase, and noticed that for all intents and purposes, io/MetaDataReader.java and datamodel/JDBCMetaData.java seem the same! So which one is going to be sticking around? I notice the ant task uses the datamodel/JDBCMetaData.java class. Or am I missing something? Eric Pugh
