diff --git a/CHANGELOG.md b/CHANGELOG.md index 749783be3..6a9460467 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - The autocomplete popup now filters in place as you type instead of closing and reopening on every keystroke. (#1608) - Syntax highlighting no longer disappears after formatting a query. (#1612) - The GitHub Copilot provider no longer shows a Max output tokens field it ignores, and picking a Copilot model no longer leaves a stray model ID field behind. +- Oracle connections that use native network encryption no longer crash when a query hits a server error such as a missing table or a permission error; the real ORA error is shown and the connection keeps working. (#483) - Clicking a table that's already open switches to its existing tab instead of opening a duplicate. (#1613) - MongoDB now connects over an SSH or Cloudflare tunnel instead of bypassing it and failing with a connection refused error. (#1621) diff --git a/TablePro.xcodeproj/project.pbxproj b/TablePro.xcodeproj/project.pbxproj index bfed51461..0f0694bcb 100644 --- a/TablePro.xcodeproj/project.pbxproj +++ b/TablePro.xcodeproj/project.pbxproj @@ -4768,7 +4768,7 @@ repositoryURL = "https://github.com/TableProApp/oracle-nio"; requirement = { kind = revision; - revision = 04a4e5967bf4d96cadf66081ea5a22133fe403ea; + revision = 18a4872b16f6fb6919833f7897e75b0ea4d19428; }; }; /* End XCRemoteSwiftPackageReference section */ diff --git a/TablePro.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/TablePro.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 82e54457b..0758f4d43 100644 --- a/TablePro.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/TablePro.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -24,7 +24,7 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/TableProApp/oracle-nio", "state" : { - "revision" : "04a4e5967bf4d96cadf66081ea5a22133fe403ea" + "revision" : "18a4872b16f6fb6919833f7897e75b0ea4d19428" } }, {