help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] Re: dbd-postgres: Make it possible to make safe queries


From: Holger Hans Peter Freyther
Subject: [Help-smalltalk] Re: dbd-postgres: Make it possible to make safe queries
Date: Sat, 09 Apr 2011 00:24:55 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.15) Gecko/20110307 Fedora/3.1.9-0.39.b3pre.fc14 Lightning/1.0b2 Thunderbird/3.1.9

On 04/08/2011 03:24 PM, Paolo Bonzini wrote:
> Thanks!
> 
> I am only squashing this in:
>

Hi Paolo,

the PQConnection is a CObject and does not inherit from Connection this means
the call to fieldConverter will fail. Now we could add a circular dependency
between PQConnection and the PQ subclass for Connection, create another
fieldSelector inside the PQConnection or do the type conversion in the
Statement. What do you think?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]