fix(plugin-mongodb): emit only JSON-valid numeric literals#1813
Merged
datlechin merged 10 commits intoJul 9, 2026
Annotations
2 errors and 11 warnings
|
Run unit tests
Process completed with exit code 65.
|
|
Run unit tests
error: Filename "PasswordSourceResolverTests.swift" used twice: '/Users/runner/work/TablePro/TablePro/TableProTests/Core/Utilities/Connection/PasswordSourceResolverTests.swift' and '/Users/runner/work/TablePro/TablePro/TableProTests/Core/Utilities/PasswordSourceResolverTests.swift' (in target 'TableProTests' from project 'TablePro')
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Run unit tests:
Plugins/DuckDBDriverPlugin/DuckDBPlugin.swift#L269
result of call to 'executeQuery' is unused
|
|
Run unit tests:
Plugins/DuckDBDriverPlugin/DuckDBPlugin.swift#L268
result of call to 'executeQuery' is unused
|
|
Run unit tests:
Plugins/DuckDBDriverPlugin/DuckDBPlugin.swift#L265
result of call to 'executeQuery' is unused
|
|
Run unit tests:
Plugins/MSSQLDriverPlugin/MSSQLPluginDriver+Schema.swift#L109
instance method 'unlock' is unavailable from asynchronous contexts; Use async-safe scoped locking instead; this is an error in the Swift 6 language mode
|
|
Run unit tests:
Plugins/MSSQLDriverPlugin/MSSQLPluginDriver+Schema.swift#L107
instance method 'lock' is unavailable from asynchronous contexts; Use async-safe scoped locking instead; this is an error in the Swift 6 language mode
|
|
Run unit tests:
Plugins/MSSQLDriverPlugin/FreeTDSConnection.swift#L221
capture of 'handle' with non-Sendable type 'UnsafeMutablePointer<DBPROCESS>' (aka 'UnsafeMutablePointer<dbprocess>') in a '@sendable' closure
|
|
Run unit tests:
Plugins/MSSQLDriverPlugin/FreeTDSConnection.swift#L221
capture of 'handle' with non-Sendable type 'UnsafeMutablePointer<DBPROCESS>' (aka 'UnsafeMutablePointer<dbprocess>') in a '@sendable' closure
|
|
Run unit tests:
Plugins/MSSQLDriverPlugin/FreeTDSConnection.swift#L221
capture of 'handle' with non-Sendable type 'UnsafeMutablePointer<DBPROCESS>' (aka 'UnsafeMutablePointer<dbprocess>') in a '@sendable' closure
|
|
Run unit tests:
Plugins/MySQLDriverPlugin/MariaDBPluginConnection.swift#L70
initialization of immutable value 'length' was never used; consider replacing with assignment to '_' or removing it
|
|
Run unit tests:
Plugins/SQLExportPlugin/SQLExportPlugin.swift#L463
left side of nil coalescing operator '??' has non-optional type '[String]', so the right side is never used
|
background
wait
wait-all
cancel
parallel
Loading