Commit 3a2bc61
Testing Copy-DbaDbTableData - Select the id column with the case it was created with
The two Query-mode tests select "Id" from dbo.dbatoolsci_example4, whose column is "id". On a case insensitive instance that is the same column; on a case sensitive one the server answers "Invalid column name 'Id'" and the test fails with "Expected 1, but got $null". Found by the first setCS run whose COPY lane sits on the case sensitive SQL05 instances.
(do Copy-DbaDbTableData)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 58bd859 commit 3a2bc61
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
0 commit comments