edge-sql icon indicating copy to clipboard operation
edge-sql copied to clipboard

Add parameter 'timeout' to specify command timeout

Open Miramac opened this issue 10 years ago • 2 comments

edge.func({ 
    source: '{the_sql_code}',
    timeout: 12 //command timeout in seconds, 0 means no limit
});

Miramac avatar Nov 18 '14 16:11 Miramac

I'd love for this pull request to get accepted. I'm looking for a timeout property.

z3ugma avatar Oct 31 '17 17:10 z3ugma

I have created a fork with support for commandTimeout: https://github.com/agracio/edge-ms-sql

agracio avatar Oct 31 '17 18:10 agracio

Moved to https://github.com/agracio/edge-sql with support for commandTimeout

agracio avatar Apr 23 '24 15:04 agracio