-
```
Hi,
Trying to set query timeout to hard limit script execution time.
Quick patch just for testing
--- pypyodbc.py.orig 2014-03-07 16:08:39.208447167 +0200
+++ pypyodbc.py 2014-03-07 16:28:40…
-
## Bug Report
### Which version of ShardingSphere did you use?
5.1.2
### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
ShardingSphere-Proxy
### Expected behavior
…
-
Mycat所在服务器为CentOS 7.4 1708 64位
Mycat-server版本为1.6
亲测在Laravel中,原生sql的各项操作没问题。
Eloquent模型的操作会报错,检查mycat日志
如下
```
2017-12-07 20:22:55.299 INFO [$_NIOREACTOR-0-RW] (io.mycat.net.handler.Fronten…
-
Hi,
I am using s3fs to read/write s3 files with fastparquet library. [fastparquet ](https://fastparquet.readthedocs.io/en/latest/) provides python interface to read/write parquet format files. Pleas…
-
I use the example you give.
-
when insert some data its fine , and i try update one record its fine updated , but after refresh twice in browser , why data value back seem like before update ? i use localStorage db
-
when using echo=true, we should log begin/commit/rollback as they are important commands to debug transactions
-
Hi
Today we had an issue where the connections pools are connecting to master database instead of the ones that is specified by database: option in the connection setting.
Only restarting the ap…
-
I need to be able to specify more configuration for the sqlalchemy engine, specifically need to pass in the `autocommit=True` bits. I could implement this two ways, one that adds additional fields to…
-
I have two servers A and B. B was doing an insert then con.commit() and A was not seeing any inserts unless I killed and restarted A. Selects from the mysql console were seeing the inserts. B was us…