help-smalltalk
[Top][All Lists]
Advanced

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

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


From: Holger Hans Peter Freyther
Subject: [Help-smalltalk] dbd-postgres: Make it possible to make safe queries
Date: Fri, 08 Apr 2011 14:26:25 +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

Hi Paolo,

these patches depend on the CObject patch you were creating earlier. My
problem is that I want to do queries with parameters that are not controlled
by me. I started to implement a Statement class (but without them being
prepared statements).

So the code is a bit better than before but still inferior to the SQLite
support. This code lacks prepared statements, lacks better binding support.

The last patch attempts to fix a type conversion of a NULL value.

regards
        holger

Attachment: 0001-dbi-Refactor-and-move-methods-to-DBI.Statement.patch
Description: Text Data

Attachment: 0002-dbd-postgres-Prepare-to-have-prepared-statements-in-.patch
Description: Text Data

Attachment: 0003-dbd-postgres-Allow-to-execute-queries-with-parameter.patch
Description: Text Data

Attachment: 0004-dbd-postgres-Do-not-attempt-to-the-NULL-value.patch
Description: Text Data


reply via email to

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