Ok. I'll fix in couple of days.
Alexander Bukharov
Timo Sirainen
От: dovecot-bounces+bukharov=bpc...@dovecot.org
19.01.2010 16:27
Срок ответа для:
Dovecot Mailing List
Кому
Alexander Bukharov
Копия
Dovecot Mailing List
Тема
Re: [Dovecot] Oracle SQL driver
On Wed, 2010-01-
Added free() for the used VARCHAR pointer.
driver-oracle.pc.gz
Description: Binary data
> There wouldn't be any uncommitted statements. The only such statements
are
> sent inside commit(), the others are SELECTs and such that don't modify
> anything.
Ok. I made things this way.
> Well, that also wastes memory :) I thought I remembered using VARCHAR
> pointers about 10 years ago. I t
> The transaction handling doesn't look correct to me. The sql_update()s
> just add the change to a linked list and commit() is then supposed to
> run them in one transaction and either everything should succeed or
> fail. Your commit appears to ignore errors and just commit everything
> that goes
And here is an example of dovecot-sql.conf
dovecot-sql.conf
Description: Binary data
Hi all.
Recently I was looking for an IMAP-server with Oracle support and
unfortunatelly I couldn't find one. It was a surprise for me but there is
no such functionality at all. So I've chosen an IMAP-server with most
flexible and convinient architecture that was Dovecot-1.2.9 and written a
dr