Skip to content

Commit 7f4790e

Browse files
committed
docs: move MSSQL_SUPPORT.md into sqlx-mssql crate and fix test coverage table
Relocate documentation to live alongside the driver code. Update the test coverage table to fix an incorrect path and add missing test file entries. Author: Pablo Carrera <pabloce@poscye.com>
1 parent 46478ea commit 7f4790e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1184,4 +1184,6 @@ Comprehensive test suite in `tests/mssql/`:
11841184
| Derives | `derives.rs` | `#[derive(FromRow)]`, custom field mappings |
11851185
| Query builder | `query_builder.rs` | Dynamic query construction, parameter handling |
11861186
| Error handling | `error.rs` | Database error inspection, error details |
1187-
| Compile-time macros | `tests/mssql-macros/` | Online and offline macro verification |
1187+
| Compile-time macros | `macros.rs` | Online and offline macro verification |
1188+
| Describe | `describe.rs` | `sp_describe` column metadata and type inference |
1189+
| Migrations | `migrate.rs` | Migration lifecycle: create, run, revert |

0 commit comments

Comments
 (0)