literal strings coming out at <other>
I'm running squirrel 3.0.2 against a Postgres DB and trying to select a string constant as follows:
select 'hi' as mycolumn from tableX
I'm getting the following results:
mycolumn
<Other>
<Other>
<Other>
<Other>
<Other>
<Other>
I've tried searching but so far come up with nothing. I'm new to Squirrel, so is there some setting to correct this? I've done some searching so far and come up with nothing yet.
Thanks!