Thanks Sumit,

One-off small patches posted here are fine. For bigger changes please use 
the HSQL Utilities patch tracker on our SourceForge site.

Fred

----- Original Message ----- 
From: "Sumit Bando" <[EMAIL PROTECTED]>
To: <hsqldb-developers@lists.sourceforge.net>
Sent: 30 March 2005 07:09
Subject: [Hsqldb-developers] Thanks for the Transfer util, and patches


Let me first congratulate the development team for an outstanding
product.

I moved our medium sized enterprise application to HSQL from Oracle in
a few hours for use in our developer environments, and I am not a
database jock.

I am equally impressed by the usefulness of the Transfer utility, which
made the porting job painless.

I did run into some issues with the Transfer util, which I will post in
a few parts. If there is a better way for me to report these, please
enlighten me.

Regards,

Sumit Bando

-----------------------------------------
Index: TransferDb.java
===================================================================
RCS file:
/cvsroot/hsqldb/hsqldb-dev/src/org/hsqldb/util/TransferDb.java,v
retrieving revision 1.11
diff -r1.11 TransferDb.java
218c218
<                         tmpTypes[i] = r.getColumnType(j);
---
>                         tmpTypes[j] = r.getColumnType(j);






__________________________________
Do you Yahoo!?
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
hsqldb-developers mailing list
hsqldb-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hsqldb-developers 



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
hsqldb-developers mailing list
hsqldb-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hsqldb-developers

Reply via email to