Skip to content

Commit

Permalink
Merge pull request #4970 from ElektraInitiative/ci-spelling-formatting
Browse files Browse the repository at this point in the history
CI spelling/formatting problem
  • Loading branch information
hannes99 committed Jun 14, 2023
2 parents 9ef1ffd + 7c20e3a commit 2906701
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/news/_preparation_next_release.md
Expand Up @@ -114,9 +114,9 @@ The following text lists news about the [plugins](https://www.libelektra.org/plu
- <<TODO>>
- <<TODO>>

### <<Plugin>>
### jdbc

- <<TODO>>
- Fix formatting/spelling problem in README.md _(Hannes Laimer @hannes99)_
- <<TODO>>
- <<TODO>>

Expand Down
5 changes: 3 additions & 2 deletions src/plugins/backend_odbc/README.md
Expand Up @@ -41,8 +41,8 @@ The tables may also contain other columns, but they are not processed by this pl

If the column for the key-name is not defined as a primary key and multiple rows contain the same key-name,
they are treated as one key, where the value is taken from the first row and the metadata is combined.
If multiple metakeys with the same metakey-name exist for a key, the last meta-value is used.
This behaviour is part of the internal algorithm of the plugin and could change in the future.
If multiple metakeys with the same metakey-name exist for a key, the last metavalue is used.
This behavior is part of the internal algorithm of the plugin and could change in the future.
So if you want a predictable and expectable behavior, make sure that the described primary- and foreign-key constraints
are respected.

Expand All @@ -53,6 +53,7 @@ is defined as follows. The placeholder `<MP>` is the path in the KDB where the r
This is the path you specify when creating the mountpoint.

The key-names for an ODBC mountpoint-definition are:

```
system:/elektra/mountpoints/<mp>
system:/elektra/mountpoints/<mp>/plugins/backend
Expand Down

0 comments on commit 2906701

Please sign in to comment.