Re: [psycopg] Solving the SQL composition problem

Поиск
Список
Период
Сортировка
От Karsten Hilbert
Тема Re: [psycopg] Solving the SQL composition problem
Дата
Msg-id 20170101190357.qlypxyl2muc6rznc@hermes.hilbert.loc
обсуждение исходный текст
Ответ на [psycopg] Solving the SQL composition problem  (Daniele Varrazzo <daniele.varrazzo@gmail.com>)
Список 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


В списке psycopg по дате отправления:

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: [psycopg] Solving the SQL composition problem
Следующее
От: mike bayer
Дата:
Сообщение: Re: [psycopg] speed concerns with executemany()