We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f115966 commit 08da4b9Copy full SHA for 08da4b9
docs/4-language-usage/8-patterns/3-validating-input-parameter-size/g-8310.md
@@ -9,14 +9,16 @@ This technique raises an error (`value_error`) which may not be handled in the c
9
10
To limit the number of false positives, only the following data types used in parameters should be considered:
11
12
+- `char`
13
+- `dec`
14
+- `decimal`
15
+- `interval day to second`
16
+- `interval year to month`
17
- `nchar`
18
- `number`
-- `nvarchar2`
-- `interval year to month`
-- `interval day to second`
19
- `numeric`
-- `decimal`
-- `dec`
20
+- `nvarchar2`
21
+- `varchar2`
22
- `%type`
23
24
## Example (bad)
0 commit comments