-
Hi there, more of a feature request than an issue, but I would love the ability to change the colour of the toolbar at the bottom of a canvas.
As you can see in the image, as the background colour…
-
1. `psql -h localhost -p 5432 -U postgres -W -d adrd1 -f /omop_ddl/OMOPCDM_postgresql_5.4_ddl.sql`
2.
```
ALTER TABLE person
ALTER COLUMN care_site_id TYPE float;
ALTER TABLE person
ALTER COLUMN prov…
-
Hello !
I was looking through your paper and your code again and I was wondering where is the actual altered decoder ?
Is it already implemented by default or do I need to do some modifications in t…
-
Jira Link: [DB-1178](https://yugabyte.atlassian.net/browse/DB-1178)
This is a master issue that keeps track of `ALTER TABLE` variants.
The checkmark means that the statement is already supported.
…
-
### Grammar or Syntax Description
- The `CONVERT TO CHARACTER SET` clause in ALTER TABLE statements is not correctly parsed by JSQLParser.
- The parser treats the operation as `UNSPECIFIC` instead …
-
**Describe the problem**
When running `ALTER BACKUP SCHEDULE` and changing the collection URI or recurrence, the schedules are automatically resumed.
**To Reproduce**
1. Create a backup sched…
-
When trying to alter the description of logical tables and cubes, nothing happens. Other objects are working fine, e.g. attributes, metrics, Grids etc. No errors are thrown, in fact below shows an e…
-
First of all, this is a great project & thanks for your work!
We have an existing AS2 system and I was investigating the possibility of just moving our keys and certs and then updating our DNS and…
-
tl;dr: It would be nice if the `--alter` command line arg did some basic validation and threw an error if your SQL starts with `ALTER TABLE` as that can have unexpected results.
DB: Mariadb 10.6.10…
-
**Describe the problem**
There is an issue when altering the primary key (PK) to replace the rowid column with a user-defined column. During this schema change, a transient version of the PK is cre…