diff options
author | Nathan Gass | 2023-02-28 10:27:24 +0100 |
---|---|---|
committer | Nathan Gass | 2023-02-28 10:27:24 +0100 |
commit | 30e1fa9a9c655b75243ece71f37bfda9f1ae489b (patch) | |
tree | 566510a85309f8a78472362522fc8a6c0dab8180 /it_dbi_postgres.class | |
parent | 729cf0e2d9649c4565ae217786c198d7e80aa0ae (diff) | |
download | itools-30e1fa9a9c655b75243ece71f37bfda9f1ae489b.tar.gz itools-30e1fa9a9c655b75243ece71f37bfda9f1ae489b.tar.bz2 itools-30e1fa9a9c655b75243ece71f37bfda9f1ae489b.zip |
rename option to interruptible_queries
Diffstat (limited to 'it_dbi_postgres.class')
-rw-r--r-- | it_dbi_postgres.class | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/it_dbi_postgres.class b/it_dbi_postgres.class index ac9c4ae..6af08d7 100644 --- a/it_dbi_postgres.class +++ b/it_dbi_postgres.class @@ -111,7 +111,7 @@ function _connect_db($p) { function __query($query, $p) { - if ($p['timeout'] || $this->_p['cancelable_queries']) + if ($p['timeout'] || $this->_p['interruptible_queries']) { $starttime = microtime(true); pg_send_query($this->_link, $query); |