RE: [sql] diff between JDBCMetaData and MetaDataReader?

2002-10-28 Thread Craig R. McClanahan
On Mon, 28 Oct 2002 [EMAIL PROTECTED] wrote: > Thanks for the new JdbcModelReader! +1! > > Eric > Craig -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: [sql] diff between JDBCMetaData and MetaDataReader?

2002-10-28 Thread James Strachan
From: <[EMAIL PROTECTED]> > I think in the Axion testcase I specifically added something about the lack > of support? I know that there will be lots of various things like PK > support that won't be supported. I will be adding some more tests at some > point soon, should I only work with hsql> I

RE: [sql] diff between JDBCMetaData and MetaDataReader?

2002-10-28 Thread EPugh
Data and MetaDataReader? RE: [sql] diff between JDBCMetaData and MetaDataReader?Hi Eric I've added your test cases (after renaming MetadataReader -> JdbcModelReader) to CVS. They now appear to work fine against CVS HEAD. I'll commit the Axion test case once it works against the Axion db (it sho

Re: [sql] diff between JDBCMetaData and MetaDataReader?

2002-10-28 Thread James Strachan
RE: [sql] diff between JDBCMetaData and MetaDataReader?Hi Eric I've added your test cases (after renaming MetadataReader -> JdbcModelReader) to CVS. They now appear to work fine against CVS HEAD. I'll commit the Axion test case once it works against the Axion db (it should hope

Re: [sql] diff between JDBCMetaData and MetaDataReader?

2002-10-28 Thread James Strachan
From: <[EMAIL PROTECTED]> > I guess really all I want to know is when is the code for reading metadata > from the database going to be committed? I need to create an XML formatted > representation of the schema. And the JDBCTransformTask has all the > components that I need, just I need a differe

RE: [sql] diff between JDBCMetaData and MetaDataReader?

2002-10-24 Thread EPugh
ppily code against the new API, and change my testcases to work with it... Eric -Original Message- From: Steven Caswell [mailto:steven@;caswell.name] Sent: Wednesday, October 23, 2002 5:06 PM To: 'Jakarta Commons Developers List' Subject: RE: [sql] diff between JDBCMetaData and Me

RE: [sql] diff between JDBCMetaData and MetaDataReader?

2002-10-23 Thread Steven Caswell
PROTECTED] [mailto:EPugh@;upstate.com] Sent: Wednesday, October 23, 2002 11:02 AM To: [EMAIL PROTECTED] Subject: RE: [sql] diff between JDBCMetaData and MetaDataReader? Argh x 2 then... I am going to stop doing work and wait until someone can give me a clear direction on what the future of the SQL

RE: [sql] diff between JDBCMetaData and MetaDataReader?

2002-10-23 Thread EPugh
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 compre