User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.68 Safari/537.36
Build Identifier:
While it is great to have a natural logarithm function in MonetDB, sometimes other bases are required. For example, MySQL and SQL Server support a second parameter to LOG(), which defines the base.
Reproducible: Always
Steps to Reproduce:
SELECT LOG(42,2);
Actual Results:
SELECT: no such binary operator 'log(tinyint,tinyint)'
Created attachment 348
Proposed patch for the enhancement
Hi,
this patch adds the functionality described in this issue. Hopefully you'll find it useful. I have only tried this on Linux, but I don't expect it to create problems on other platforms.
Best regards,
Panos.
Attached file: log_base.patch (text/plain, 5077 bytes)
Description: Proposed patch for the enhancement
I think I made a mistake with the previous patch (I used hg log -r ), and it did not keep the original commit message. This one was created using hg export, so hopefully it should be OK.
Date: 2014-01-07 17:01:49 +0100
From: @hannesmuehleisen
To: SQL devs <>
Version: -- development
CC: @kutsurak
Last updated: 2019-04-30 12:36:04 +0200
Comment 19441
Date: 2014-01-07 17:01:49 +0100
From: @hannesmuehleisen
User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.68 Safari/537.36
Build Identifier:
While it is great to have a natural logarithm function in MonetDB, sometimes other bases are required. For example, MySQL and SQL Server support a second parameter to LOG(), which defines the base.
Reproducible: Always
Steps to Reproduce:
Actual Results:
SELECT: no such binary operator 'log(tinyint,tinyint)'
Expected Results:
5.392317
Comment 21238
Date: 2015-08-31 15:51:24 +0200
From: @kutsurak
Created attachment 348
Proposed patch for the enhancement
Hi,
this patch adds the functionality described in this issue. Hopefully you'll find it useful. I have only tried this on Linux, but I don't expect it to create problems on other platforms.
Best regards,
Panos.
Comment 21239
Date: 2015-08-31 16:06:28 +0200
From: @kutsurak
Created attachment 349
Corrected patch
I think I made a mistake with the previous patch (I used hg log -r ), and it did not keep the original commit message. This one was created using hg export, so hopefully it should be OK.
Sorry about this, I am new with Mercurial :)
Best regards,
Panos.
Comment 26837
Date: 2019-01-22 15:07:27 +0100
From: MonetDB Mercurial Repository <>
Changeset a116ae0c1407 made by Sjoerd Mullender sjoerd@acm.org in the MonetDB repo, refers to this bug.
For complete details, see https//devmonetdborg/hg/MonetDB?cmd=changeset;node=a116ae0c1407
Changeset description:
The text was updated successfully, but these errors were encountered: