-
I would like to see the extension have the same capability as Data Studio in being able to generate DDL. It should be able to regenerate DDL from a database, tablespace and schema level. Objects gener…
-
This issue may be impossible to solve but maybe someone has the same problem.
Our situation:
- We usually create siard from full database (representation 1). This is the main snapshot from whole d…
-
**Is your feature request related to a problem? Please describe.**
I have some parquet files that I query using DBeaver. The database just contains views a la `create or replace view mytable as selec…
-
### 🔖 Feature description
Possibility of being able to view how many times the announcement was viewed
If possible, able to see a percentage of active users who haven't/have read the announcement, a…
-
Create a database, e.g. `TEST1`, and create the following stored-procedure:
```
CREATE PROCEDURE GetServerName AS BEGIN SELECT @@SERVERNAME END
```
> Note: no schema identifier was provided above.
…
-
```
What steps will reproduce the problem?
1. Create database x, containing a view
2. Rename database to y
3. Database y contains all tables, database x still exists and contains view
What is the exp…
-
### Bug description
After installing Statamic in an existing Laravel project, all non-Statamic tests take more than a second per test longer.
I've been playing with some config settings, such as s…
-
## Summary
When trying to complete [Secure Ansible SSH Keys and Secrets in Ansible Playbooks](https://www.conjur.org/get-started/interactive/secure-ansible-automation/) the "Install Conjur" step fa…
-
### We would like to learn about your use case. For example, if this feature is needed to adopt Narwhals in an open source project, could you please enter the link to it below?
https://panel.hol…
-
### Include your code
```C#
public class View
{
public Guid view_id { get; set; }
[MaxLength(50)]
public string name { get; set; } = null!;
public DateTime created_at { get; set; } …