-
I get deadlock using AdoNetStorageProvider when Silo starts.
Code from RelationalStorage in ReadAsync method:
`var ret = ExecuteAsync(query, parameterProvider, ExecuteReaderAsync, selector, cancella…
-
Hi !
I was trying to use the structures.ipynb on a computer that does not have aiida instalation and realised that is not possible as it tries to load aiida profile. I am just trying to use the st…
-
你好,想问下Transform的配置,我这边想用groovy的方法方式进行数据清洗。但是我看手册里面并没有详细的说明,下方的参考也是四个函数。参考datax的那边又感到有些混乱,这边可以给个完整的示例吗?比如datax那边说 "code": "//groovy code//", 这里面groovy code 是替换成文档上面code=后面的代码吗?然后第一个code1示例那边,最后一行又加了dx…
-
Hi,
I am running postgres in a container.
I added pgsentinel as an extension toshared_preload_libraries (as my postgresql.conf is mapped as a volume):
shared_preload_libraries = 'pg_stat_statemen…
-
Hello,
Even if I konw that the preferred method to translate Oracle synonym is setting search_path,
I detect the following problem during conversion of Oracle synonyms into PosgreSQL views
###…
dlc75 updated
3 years ago
-
### Subject of the issue
docker container unable to authenticate to azure postgresql DB with provided variables.
Describe your issue here.
while docker container trying to connect to postgres db, …
-
# Add support for PostgreSQL's custom enumerated types
PostgreSQL has ability to declare custom enumeration that's only accepts a predetermined set of strings. I have a potential solution which I'll …
-
## GORM Playground Link
https://github.com/go-gorm/playground/pull/1
## Description
测试发现postgresql定义integer类型为主键自增时迁移不会创建自增序列,修改为bigint类型后可以实现自增,posgresql是原生支持serial即4字节整数的序数自增的
-
**Which chart**:
bitnami/postgres-ha:7.6.0
**Describe the bug**
TL;DR: pgpool crashing & restarting after restarting the (postgres) primary worker node
We have tried to simulate a worker node …
-
Continuing discussion from #146
It was pointed out that creating Docker containers for CiviWiki and/or its dependencies would make the following easier:
- setting up new development environment…