Displaying 9 results from an estimated 9 matches for "do_query".
2015 Sep 23
1
v2.2.19 release candidate released
...anning on making the final release sometimes this week. The most interesting new features here are the imap-hibernate process, quota count backend and director/proxy improvements.
>
> Hi!
> I'm seeing:
> Sep 23 17:23:43 mail dovecot: dict: Panic: file driver-pgsql.c: line 463
> (do_query): assertion failed: (SQL_DB_IS_READY(&db->api))
> Sep 23 17:23:43 mail dovecot: dict: Fatal: master: service(dict): child
> 23430 killed with signal 6 (core dumped)
> Sep 23 17:23:43 mail dovecot: dict: Panic: file driver-pgsql.c: line 463
> (do_query): assertion failed: (SQL_DB_...
2018 Sep 18
2
HTTP DoveAdm API - Possible bug?
...the API with a userMask set to the fully qualified email
address, I get the expected fields back.
From a python shell, with an asterisk causes the following behaviour
(note that doveadm is a python module that wrappers the dovecot API into
Python's requests module).
>>> doveadm.do_query("http://[xxxx:xxxx:xxxx:xxxx::ffff]:24280",
"API_KEY_HERE", [ ["user", { "userMask": ["*"] }, "c01"] ])
'[["doveadmResponse",,"c01"]]'
If I run the same command with a valid mailbox in the userMask Field, I
g...
2018 Sep 19
0
HTTP DoveAdm API - Possible bug?
...to the fully qualified email
> address, I get the expected fields back.
>
> From a python shell, with an asterisk causes the following behaviour
> (note that doveadm is a python module that wrappers the dovecot API
> into Python's requests module).
>
> >>> doveadm.do_query("http://[xxxx:xxxx:xxxx:xxxx::ffff]:24280",
> "API_KEY_HERE", [ ["user", { "userMask": ["*"] }, "c01"] ])
> '[["doveadmResponse",,"c01"]]'
>
> If I run the same command with a valid mailbox in the us...
2015 Sep 23
0
v2.2.19 release candidate released
...are reported, I'm planning on making the final release sometimes this week. The most interesting new features here are the imap-hibernate process, quota count backend and director/proxy improvements.
Hi!
I'm seeing:
Sep 23 17:23:43 mail dovecot: dict: Panic: file driver-pgsql.c: line 463
(do_query): assertion failed: (SQL_DB_IS_READY(&db->api))
Sep 23 17:23:43 mail dovecot: dict: Fatal: master: service(dict): child
23430 killed with signal 6 (core dumped)
Sep 23 17:23:43 mail dovecot: dict: Panic: file driver-pgsql.c: line 463
(do_query): assertion failed: (SQL_DB_IS_READY(&db->...
2011 Mar 11
1
dict crashes with multiple map definitions
...to do the same for dict.
How can I do this? Anyway, perhaps someone already know's what's wrong
by looking at what I do in the sql dict configuration.
Mar 9 02:27:52 xxx dovecot: dict: pgsql: Connected to dovecot
Mar 9 02:27:52 xxx dovecot: dict: Panic: file driver-pgsql.c: line 529
(do_query): assertion failed: (db->sync_result == NULL)
Mar 9 02:27:52 xxx dovecot: dict: Raw backtrace: dict() [0x418a9a] ->
dict() [0x418b03] -> dict() [0x418206] -> dict() [0x414124] -> dict()
[0x414b07] -> dict() [0x40e0dc] -> dict() [0x40e20a] -> dict()
[0x40b77f] -> dict(...
2014 Sep 03
0
Assertion failed in sql_transaction_commit with pgsql driver
Hi!
Next code from driver_pgsql_transaction_commit cause assertion failed in do_query function - i_assert(SQL_DB_IS_READY(&db->api))
} else {
/* multiple queries, use a transaction */
ctx->refcount++;
sql_query(_ctx->db, "BEGIN", transaction_begin_callback, ctx); <- first sql_query changes db state to SQL_DB_STATE_...
2015 Sep 23
8
v2.2.19 release candidate released
http://dovecot.org/releases/2.2/rc/dovecot-2.2.19.rc1.tar.gz
http://dovecot.org/releases/2.2/rc/dovecot-2.2.19.rc1.tar.gz.sig
A lot of changes since v2.2.18, so here's a release candidate first. If no bugs are reported, I'm planning on making the final release sometimes this week. The most interesting new features here are the imap-hibernate process, quota count backend and director/proxy
2015 Sep 23
8
v2.2.19 release candidate released
http://dovecot.org/releases/2.2/rc/dovecot-2.2.19.rc1.tar.gz
http://dovecot.org/releases/2.2/rc/dovecot-2.2.19.rc1.tar.gz.sig
A lot of changes since v2.2.18, so here's a release candidate first. If no bugs are reported, I'm planning on making the final release sometimes this week. The most interesting new features here are the imap-hibernate process, quota count backend and director/proxy
2007 Nov 09
0
Wine release 0.9.49
...ove a duplicated function.
msi: Properly register and unregister components.
msi: Properly register features.
msi: Only unpublish the features if the entire product is being uninstalled.
msi: A feature's requested action does not depend on its installed state.
msi: do_query is supposed to fail, so don't release a handle that is never initialized.
msi: Implement MsiSourceListAddSourceExA.
msi: Don't create the product source key when adding a source.
msi: Add tests for MsiSourceListAddSourceEx.
msi: Return the error from OpenSourceKey....