[squeak-dev] Re: Status of PostgresV3

Stephan Eggermont stephan at stack.nl
Wed Oct 1 15:40:39 UTC 2014


>(YourConnectionPool default executeQuery: ‘select 3 + 4’)
>    first “ a query may returns multiple result sets, now we select the first “
>    rows “ we request the rows of the result set “
>    first “ then the first row “
>    first “ and the first column, this returns the number 7 ”

I can get the results back and inspect them.

Pg3Row doesn't understand first.

If I use a rowsWithColumnNameDictionary,
I get an interesting column name:
  #'?column?'

Is that default postgres behavior, or a textconverter issue?

Stephan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20141001/722e8b40/attachment.htm


More information about the Squeak-dev mailing list