edge-sql
edge-sql copied to clipboard
Add parameter 'timeout' to specify command timeout
edge.func({
source: '{the_sql_code}',
timeout: 12 //command timeout in seconds, 0 means no limit
});
I'd love for this pull request to get accepted. I'm looking for a timeout property.
I have created a fork with support for commandTimeout: https://github.com/agracio/edge-ms-sql
Moved to https://github.com/agracio/edge-sql with support for commandTimeout