-
### Describe the Bug
I have a database with quite a few tables all with proper FK's to eachother. I've also added Data Models for these tables and configured the related fields accordingly.
Howeve…
-
### Is there an existing issue for the same bug?
- [X] I have checked the existing issues.
### Branch Name
zhangxu19830126
### Commit ID
2f495709d03654899bb9bf149cce6c523b9b738c
### Other Enviro…
-
**Describe the bug**
https://github.com/metabase/metabase/pull/48576/files - the following change to sync table fields is no longer supported from metabase v0.51.2 in cube and prevents metabase from …
-
Thanks for contributing to [pgloader](https://pgloader.io) by reporting an
issue! Reporting an issue is the only way we can solve problems, fix bugs,
and improve both the software and its user exper…
-
Request from user @ikzelf [on the forum](https://forum.cockroachlabs.com/t/which-db-user-to-use-for-monitoring-purposes/1862)
Currently, CRDB only allows root access to crdb_internal. Root cannot g…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Community Note
* Please vote on this issue by adding a :thumbsup: [reaction](https://blog.github.com…
-
After updating Whatsapp to v2.24.20.89 opening the msgstore.db database gave me the error:
"no such column: chat_view.raw_string_id"
If fixed this by dropping the view and creating a new table wit…
-
After comparing Magenta's current schema (oscarinit_2024.sql) with our oscarinit.sql, I found that the oscarinit_2024.sql file contains more tables that are not present in oscarinit.sql. These tables …
-
**Describe the bug**
多会话并发操作表数据,耦合多表update场景问题,会存在结果集与mysql不一致问题
**Environment**
正常环境
**Fast Reproduce Steps(Required)**
1)session1中建表
drop table if exists t,t1;
create table t(a int, b…
-
The Databricks SQL dialect offers the possibility to add a foreign key reference in the CREATE TABLE statement. I would like to use this with the datacontract.yml, but currently there is no possibilit…