Commit c488f10
Use Regexp.union to escape dots in JDBC driver jar name matching
Regexp.new(ojdbc_jars.join("|")) treats "." in jar names as a wildcard,
so the classpath check could match unintended strings and skip loading
the actual driver. Regexp.union properly escapes special characters.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 806a874 commit c488f10
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments