Commit 192b262
fix: get correct table name if table name is quoted (#1234)
* fix: get correct table name if table name is quoted
* Remove double test
* Add new line to sql_table_name.json
* Stop accepting table name in single quotes
---------
Co-authored-by: Kayla Reopelle <[email protected]>
Co-authored-by: Ariel Valentin <[email protected]>1 parent 7ad08f9 commit 192b262
File tree
2 files changed
+6
-2
lines changed- instrumentation/pg
- lib/opentelemetry/instrumentation/pg/patches
- test/fixtures
2 files changed
+6
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
53 | 57 | | |
54 | | - | |
| 58 | + | |
0 commit comments