Skip to content

Commit 44008bb

Browse files
committed
- remove bindvalues as its defined in standard
(`db.operation.parameter.<key>`) in generic way.
1 parent 6af1c20 commit 44008bb

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

docs/attributes-registry/oracledb.md

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ This section defines attributes for Oracle Database.
99

1010
| Attribute | Type | Description | Examples | Stability |
1111
|---|---|---|---|---|
12-
| <a id="oracledb-bind-values" href="#oracledb-bind-values">`oracledb.bind.values`</a> | string[] | Array of bind values passed to parameterized queries. | `["true...", "42..."]` | ![Development](https://img.shields.io/badge/-development-blue) |
1312
| <a id="oracledb-implicit-release" href="#oracledb-implicit-release">`oracledb.implicit_release`</a> | boolean | Boolean flag Indicating if the internal connection is released back to pool or not after executing a query. | `true` | ![Development](https://img.shields.io/badge/-development-blue) |
1413
| <a id="oracledb-instance" href="#oracledb-instance">`oracledb.instance`</a> | string | The name of the Oracle Database instance. | `ORCL1` | ![Development](https://img.shields.io/badge/-development-blue) |
1514
| <a id="oracledb-pdb-name" href="#oracledb-pdb-name">`oracledb.pdb_name`</a> | string | The name of the pluggable database (PDB) the connection is using. | `PDB1` | ![Development](https://img.shields.io/badge/-development-blue) |

model/oracledb/registry.yaml

-7
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,6 @@ groups:
2828
stability: development
2929
brief: The name of the Oracle Database instance.
3030
examples: "ORCL1"
31-
- id: oracledb.bind.values
32-
type: string[]
33-
stability: development
34-
brief: >
35-
Array of bind values passed to parameterized queries.
36-
examples:
37-
- ['true...', '42...']
3831
- id: oracledb.pdb_name
3932
type: string
4033
stability: development

0 commit comments

Comments
 (0)