Squirrel sql client session timeout

前端 未结 5 1706
醉梦人生
醉梦人生 2021-01-01 17:25

It is not related to whatever version it is, just working to find out how to change (of course increase) session timeout value of Squirrel Sql Client. Because I really get b

5条回答
  •  悲&欢浪女
    2021-01-01 18:02

    If you're connecting to an Apache Derby db, use the following keep-alive test SQL:

    VALUES 1
    

提交回复
热议问题