Commit f704cd8
committed
feat: ODBC statement preparation
This commit refines the ODBC command execution process by introducing a dedicated `prepare` method in the `ConnectionWorker`, allowing for better management of SQL statement preparation and metadata retrieval. It also simplifies the command processing logic and improves the handling of SQL execution results. Additionally, new tests have been added to validate the functionality of prepared statements and error handling for parameter counts.1 parent 597db7d commit f704cd8
File tree
3 files changed
+312
-175
lines changed- sqlx-core/src/odbc/connection
- tests/any
3 files changed
+312
-175
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | | - | |
| 66 | + | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
0 commit comments