Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reveal the alarm.sleep procedure in SQL #6808

Closed
monetdb-team opened this issue Nov 30, 2020 · 0 comments
Closed

reveal the alarm.sleep procedure in SQL #6808

monetdb-team opened this issue Nov 30, 2020 · 0 comments
Labels
enhancement New feature or request SQL

Comments

@monetdb-team
Copy link

Date: 2020-01-22 10:24:09 +0100
From: @yzchang
To: SQL devs <>
Version: -- development
CC: @PedroTadim

Last updated: 2020-06-03 16:58:52 +0200

Comment 27515

Date: 2020-01-22 10:24:09 +0100
From: @yzchang

User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.4 Safari/605.1.15
Build Identifier:

It would be nice to have a sleep procedure in SQL (e.g. for testing). Maybe we can add the following definition in the default supported SQL procedures:

create procedure sys.sleep(secs int) external name alarm.sleep;

Reproducible: Always

Comment 27516

Date: 2020-01-23 11:42:00 +0100
From: MonetDB Mercurial Repository <>

Changeset 09bf17ab6c98 made by Pedro Ferreira pedro.ferreira@monetdbsolutions.com in the MonetDB repo, refers to this bug.

For complete details, see https//devmonetdborg/hg/MonetDB?cmd=changeset;node=09bf17ab6c98

Changeset description:

Added sleep as a procedure and function at the SQL layer. The ALARMsleep functions sleeps for milliseconds instead of seconds for greater precision. This fixes bug #6808
@monetdb-team monetdb-team added enhancement New feature or request SQL labels Nov 30, 2020
@sjoerdmullender sjoerdmullender added this to the Ancient Release milestone Feb 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request SQL
Projects
None yet
Development

No branches or pull requests

2 participants