-
Ensure join table locations are deterministic
-
### Is this urgent?
No
### Host OS
_No response_
### CPU arch
x86_64
### VPN service provider
ProtonVPN
### What are you using to run the container
docker-compose
### What is the version of …
-
### Description
As you know, PostgreSQL does not allow executing select from database-A to some object in database-B, due to known limitation:
``` cross-database references are not implemented ```
…
ask9 updated
2 months ago
-
I wrote at https://github.com/zcash/zcash/issues/2413#issuecomment-305571100 :
> Note that we don't have tests that create a wallet with BDB 6.2.23 and try to use it with 6.2.32, or vice versa. (Our …
daira updated
5 years ago
-
If you have a very large number of databases, one of the validation checks experiences significant performance issues which can add minutes to the execution time.
Under the section "Check databas…
-
```
Based on a user mail:
Sequel Pro does not allow to create a cross-database foreign key via GUI and if
one exists it will display it wrong in Relation view (SP will show the database
name in the…
-
Wipe sometimes fails to wipe databases, because there are still dependencies. You'll get messages like:
```
Wiping MarkLogic setup for your project from ml9-ml1...
ERROR: ADMIN-DATABASEINUSE: (er…
grtjn updated
7 years ago
-
```
Based on a user mail:
Sequel Pro does not allow to create a cross-database foreign key via GUI and if
one exists it will display it wrong in Relation view (SP will show the database
name in the…
-
It seems that the sequelize doesn't support the join across databases in the same server.
db.UserReport.findAll({
include: [
{model: db.User, as: 'User'},
…
-
Redshift has [introduced cross-database queries](https://aws.amazon.com/about-aws/whats-new/2020/10/announcing-cross-database-queries-for-amazon-redshift-preview/), and we should support those from Me…