Skip to content

Commit

Permalink
add char, varchar2 and sort list in G-8310
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippSalvisberg committed Sep 26, 2023
1 parent f115966 commit 08da4b9
Showing 1 changed file with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,16 @@ This technique raises an error (`value_error`) which may not be handled in the c

To limit the number of false positives, only the following data types used in parameters should be considered:

- `char`
- `dec`
- `decimal`
- `interval day to second`
- `interval year to month`
- `nchar`
- `number`
- `nvarchar2`
- `interval year to month`
- `interval day to second`
- `numeric`
- `decimal`
- `dec`
- `nvarchar2`
- `varchar2`
- `%type`

## Example (bad)
Expand Down

0 comments on commit 08da4b9

Please sign in to comment.