-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AD-637] Workaround error SQLPrimaryKeys ( return stub/empty) (#42)
### Summary [AD-637] Workaround error SQLPrimaryKeys ( return stub/empty) ### Description Return SQL_NO_DATA in all cases. ### Related Issue https://bitquill.atlassian.net/browse/AD-637 * [AD-637] [ODBC] Workaround error SQLPrimaryKeys ( return stub/empty) * [AD-637] * Attempt change to make MacOS test not crash. * [AD-637] * Attempt change to make MacOS test not crash. * [AD-637] * Attempt change to make MacOS test not crash. * [AD-637] * Revert test back to baseline. * [AD-637] * Attempt change to make MacOS test not crash.
- Loading branch information
Bruce Irschick
authored
Mar 17, 2022
1 parent
3205ee6
commit e6429aa
Showing
4 changed files
with
103 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"_id":{ | ||
"$oid":"62196dcc4d91892191475139" | ||
}, | ||
"fieldDecimal128":{ | ||
"$numberDecimal":"Infinity" | ||
}, | ||
"fieldDouble":1.7976931348623157E308, | ||
"fieldString":"新年快乐", | ||
"fieldObjectId":{ | ||
"$oid":"62196dcc4d9189219147513a" | ||
}, | ||
"fieldBoolean":true, | ||
"fieldDate":{ | ||
"$date":"2020-01-01T00:00:00Z" | ||
}, | ||
"fieldInt":2147483647, | ||
"fieldLong":9223372036854775807, | ||
"fieldMaxKey":{ | ||
"$maxKey":1 | ||
}, | ||
"fieldMinKey":{ | ||
"$minKey":1 | ||
}, | ||
"fieldNull":null, | ||
"fieldBinary":{ | ||
"$binary":{ | ||
"base64":"AAEC", | ||
"subType":"00" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.