Re: Solving the SQL composition problem

From: Karsten Hilbert <Karsten(dot)Hilbert(at)gmx(dot)net>
To: psycopg(at)postgresql(dot)org
Subject: Re: Solving the SQL composition problem
Date: 2017-01-01 19:03:57
Message-ID: 20170101190357.qlypxyl2muc6rznc@hermes.hilbert.loc
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: psycopg

On Sun, Jan 01, 2017 at 09:11:24AM +0100, Daniele Varrazzo wrote:

> one recurring problem using psycopg is with the generation of dynamic
> SQL strings, e.g. where the table or the field names change. Usually
> the conversation goes:

[...]

The concept immediately appeals to me and I would surely
apply it in GNUmed.

One word of caution: pretty-please don't let psycopg2 slide
into being some sort of mini/pseudo ORM.

Thanks !

Karsten
--
GPG key ID E4071346 @ eu.pool.sks-keyservers.net
E167 67FD A291 2BEA 73BD 4537 78B9 A9F9 E407 1346

In response to

Browse psycopg by date

  From Date Subject
Next Message mike bayer 2017-01-01 19:12:06 Re: speed concerns with executemany()
Previous Message Adrian Klaver 2017-01-01 18:40:34 Re: Solving the SQL composition problem