Commit 3b93591
committed
Handle failure to find procedure. Fixes #282
If no parameters are found, assume the schema name is incorrect and don't populate the cache. This will require the user to supply the stored procedure's parameters in the correct order (but that will be successful).
Additionally, skip parameter lookup if the schema name is unknown (since that will always fail).1 parent bc145ab commit 3b93591
File tree
2 files changed
+4
-1
lines changed- src/MySqlConnector
- Core
- MySql.Data.MySqlClient
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
307 | 307 | | |
308 | 308 | | |
309 | 309 | | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
310 | 313 | | |
311 | 314 | | |
312 | 315 | | |
| |||
0 commit comments