-
It would be nice to have a mechanism that maintains materialized views produced by an ORDER BY clause in actual sorted order.
-
## Issue Creation Checklist
- [x] I understand that my issue will be automatically closed if I don't fill in the requested information
- [x] I have read the [contribution guidelines](https://g…
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
SQL_MODE is not used properly in views, like ONLY_FULL_GROUP_BY is not in effect.
See test case, where no war…
-
### Steps to reproduce the behavior (Required)
`> show materialized views;`
### Expected behavior (Required)
List of all materialized views
### Real behavior (Required)
```
ERROR 1064 (H…
-
Hello. When I am connected to MSSQL I cannot edit the view code.
Also the views do not appear as hints when writing SQL code in the editor.
- [ ] Edit SQL Code for views
- [x] View hints when edi…
-
### Access Control for Table-Valued Functions (MS SQL), Table Functions (Oracle), and Set-Returning Functions (PostgreSQL)
In all three DBMS platforms (MS SQL, Oracle, and PostgreSQL), you can genera…
-
Hi
Is there a way to create UNIQUE index on some table's field?
When i try to create unique index with `execute` mehod i've receive `SqliteException(1): while preparing statement, views may not …
-
Hi all,
Im using SMO to generate a database and related objects on an Azure Sql server (fully hosted not a VM or Sql Managed Instance). I can generate objects such as tables, indexes, stored procedur…
-
**Describe the bug**
I met some errors while trying to install QGEP on Debian 12:
```sh
root@localhost:/data/datamodel/scripts# ./db_setup.sh > /data/qgep_build_output.txt
psql:/data/datamodel/01_…
-
# Use case
I have a Postgres database in my infrastructure. It's defined like this:
```tf
resource "digitalocean_database_cluster" "postgres" {
name = "bee-db-cluster-postgres"
engi…