On 04/09/2011 10:41 PM, Holger Hans Peter Freyther wrote:
> On 04/09/2011 09:29 PM, Holger Hans Peter Freyther wrote:
>>
>
> Hi Paolo,
this does not seem to be documented well. if I have a
<cCall ... args: #(#self #string)..>
how is the string converted? will it be deleted after the call? do we have
types that can specify the one or the other?
current test code (with my stub lib)
| o s|
PackageLoader fileInPackage: 'DBD-PostgreSQL'.
o := DBI.PostgreSQL.PQConnection address: 24.
s := 'SELECT * FROM version()'.
1 to: 10000000 do: [:each |
o exec: s.]
_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk