代码之美
代码之美
Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a simple script for reproducing the error. https://github.com/swoole/ext-postgresql Don't reply to issue Do...
English Only (except for bug reporting). [2022-08-09 17:32:12][INFO][180.169.74.22:34738]changed state to server_ready [2022-08-09 17:32:13][INFO][180.169.74.22:34738]new conv conv_id=54541f88, assigned fd=10 [2022-08-09 17:36:55][INFO]epoll interrupted by signal,continue [2022-08-09 17:36:55][INFO]run_command iptables -D INPUT -p tcp -m...
English Only (except for bug reporting). This program needs to run permanently on the server
English Only (except for bug reporting). The program will directly report an error if the dns returns an IP address that contains an ipv6 address
### What steps will reproduce the problem? ```php $this->alterColumn( '{{%productdata}}', 'productdata_id', $this->integer()->defaultExpression("nextval('epmms_productdata_productdata_id_seq')")->notNull() ); ``` ### What is the expected result? > alter column productdata_id in table {{%productdata}} to integer NOT...
### What steps will reproduce the problem? add Data change primaryKey deleteAll() ### What's expected? Expected the find()->all() is empty but,calling find()->all() the data is still ### What do you...
### What steps will reproduce the problem? Every updateCounters() operation requires data to be query (determine whether the data exists) and locks to be used, which is very inefficient ###...
### What steps will reproduce the problem? The save() method is non-atomic, various problems can occur in highly concurrent operations. and it's inefficient. ### What's expected? Use the Lua script...