It appears that Squirrel prefers to use the column labels in the resultset meta data rather than column names. In SAS you can define the column but a label is not created for the column unless you specify one.
A year ago I made changes to three lines of code in version 2.4. The code was somewhere in the fw/src area. If column label was null it would use column name.
Is there any chance a fix/enhancement like this could be pushed out with a future release of Squirrel?
If I find and fix it myself in the latest code who would I need to send the corrected java files to?
Would I be able to just check them back into CVS/subversion?
Thanks,
Jim
You can attach a patch file to this ticket. Most IDE's support creating a universal diff patch file from a modified file or files.
Rob