-
#### System information:
- Operating system: Windows and MacOS
- DBeaver version: 21.2.0
- Additional extensions: None
#### Connection specification:
- Database name and version: Mariadb 10.6.…
-
When database is not versioned yet, but already exists it looks reasonable to generate upgrade/downgrade scripts which add/drop table for versioning:
MySQL/upgrade/0-1/001-auto.sql
```
CREATE TAB…
-
Input of definitions and list of values can be found:
https://github.com/pha4ge/Wastewater_Contextual_Data_Specification/tree/main/Template
The following table combines the info from above and add…
edsu7 updated
2 months ago
-
SQL:2011 standardised on bitemporal validity, which is an important topic in many areas where data needs to be historised in two ways:
- Technically (e.g. like Oracle's flashback query)
- Semantical…
-
Similar to #5 (thank you so much for fixing it!!), it looks like NuGet is also assumed to be SemVer: https://github.com/nexB/univers/blob/21864169341c4949bd40c931cd8450488de24d64/src/univers/versions.…
-
To avoid problems during schema update on the database, we should implement a DB versioning to run upgrade/downgrade scripts if required.
-
**Describe the bug**
The plugin does not work as expected managing updates of xml data in collection
**Expected behavior**
The plugin should manage revisions of xml data, recording differences an…
-
We run schema update jobs during our deployment process. The command looks like the following
```yaml
command: ["temporal-sql-tool", "--plugin", "postgres", "update-schema", "-d", "{{ $storeConfig.s…
-
Think about AIP versioning. perhaps not even in these scripts, but in a general sense.
Perhaps have a version number for the specification of a particular type of AIP, and a description of what each…
-
# Why?
Native protocol has a lot of advantages:
1. Serialization doesn't require escaping special characters
2. DBMS resources utilization much more efficient
3. Single TCP connection per client f…