Add a new option IgnoreTimeout.
authorHiroshi Inoue <h-inoue@dream.email.ne.jp>
Wed, 20 May 2020 10:57:20 +0000 (19:57 +0900)
committerHiroshi Inoue <h-inoue@dream.email.ne.jp>
Fri, 22 May 2020 11:00:39 +0000 (20:00 +0900)
commitacdedf66f4f5dfe39996854985eb211133736b64
tree16ec6edfbcc4e8a12b13ef167208dbf787406a1e
parent1393e7c2280ec25736c9cc83a79aeb84462ff6df
Add a new option IgnoreTimeout.
Some tools issue issue SQLSetStmtAttr(.., SQL_ATTR_QUERY_TIMEOUT,,) internally and sometimes it's difficult for users to change the timeout value. You can disable the timeout by turning on this option.
dlg_specific.c
dlg_specific.h
dlg_wingui.c
docs/config-opt.html
docs/config.html
pgapi30.c
pgapifunc.h
psqlodbc.h
psqlodbc.rc
resource.h
statement.c