-
When my PPLNS pool finds a block no payments are made. Even miners balance isn't updated. In logs I see following error:
```2017-12-22 13:04 +01:00: You have triggered an unhandledRejection, you may …
-
1. 이슈 : 특정 A 테이블에서 업데이트가 발생한 경우, B 테이블의 데이터를 조회하여 A 테이블 컬럼 변경 작업이 필요한 상황.
이미 여러 곳에서 업데이트 작업이 되어 있었음. 이에 공통 함수를 만들고 각각 넣어주는 방법이 있었지만, 누락 가능성이 존재하여 다른 방안을 찾게 됨.
2. 해결 방안 : (미사용)
~~1 ) En…
-
Hi,
I'm making a refactoring to node.js project from callbacks to async await es7 feature, so in that refactoring stage I was migrating from mysql to mysql2 driver. I'm using mysq2/promise so every…
-
We run the `proc-cleanup-async-queues.py` script to delete successfully processed or not applicable identifiers from the binder, crossref, datacite and search queues and from the RefIdentifier table. …
-
I use the sanic framework and tortoise-orm==0.19.1. It uses the asyncmy package by default. As a result, when the client cancels the request, the connection is disordered. The current request sql is t…
-
The connection pool performs block operations to acquire and test connections using the connection factory [1] [2] [3] [4]. This characteristic makes the pool really sensible to database issues, like …
-
When running an initial migration to execute a series of `CREATE TABLE` statements for MySQL, I noticed that I was missing a semicolon. The migration reported as a success even though the `.sql` migra…
-
[ script:es_extended] SCRIPT ERROR: citizen:/scripting/lua/scheduler.lua:1155: No such export mysql_fetch_scalar in resource mysql-async
[script:esplugin_mysq] SCRIPT ERROR: citizen:/scripting/lua/s…
-
Hi, I am getting the following error when I first start my server
[ script:mysql-async] [MariaDB:10.4.28-MariaDB] [ERROR] [xperience] An error happens for query "SELECT * FROM user_experience WHERE …
-
### Describe the bug
I created an SQL query and set a variable, hoping that when the value of the variable changes, the query results will change in a timely manner. The value of the variable comes f…