fix(plugin-mssql): use active schema for object queries#1778
Draft
andiahmads wants to merge 1 commit into
Draft
Annotations
11 warnings and 10 notices
|
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/MSSQLDriverPlugin/FreeTDSConnection.swift#L167
call to main actor-isolated global function 'freetdsClearError(for:)' in a synchronous nonisolated context
|
|
Run unit tests:
Plugins/MSSQLDriverPlugin/FreeTDSConnection.swift#L158
main actor-isolated property 'dbsetName' can not be referenced from a nonisolated context
|
|
Run unit tests:
Plugins/MSSQLDriverPlugin/FreeTDSConnection.swift#L151
call to main actor-isolated static method 'build(user:password:applicationName:encryptionFlag:database:)' in a synchronous nonisolated context
|
|
Run unit tests:
Plugins/MSSQLDriverPlugin/FreeTDSConnection.swift#L136
main actor-isolated let 'freetdsInitOnce' can not be referenced from a nonisolated context
|
|
Run unit tests:
TableProMobile/TableProMobile/ViewModels/QueryEditorViewModel.swift#L60
main actor-isolated static property 'maxBufferedRows' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
|
|
Run unit tests:
TableProMobile/TableProMobile/ViewModels/QueryEditorViewModel.swift#L29
main actor-isolated static property 'maxBufferedRows' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
|
|
Run unit tests:
TableProMobile/TableProMobile/Drivers/PostgreSQLDriver.swift#L329
main actor-isolated static property 'disabled' can not be referenced from a nonisolated context
|
|
Run unit tests:
TableProMobile/TableProMobile/Drivers/DuckDBDriver.swift#L39
non-Sendable type 'duckdb_connection?' (aka 'Optional<UnsafeMutablePointer<_duckdb_connection>>') of property 'connectionHandle' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
|
|
Run unit tests:
TableProMobile/TableProMobile/Drivers/DuckDBDriver.swift#L38
result of 'try?' is unused
|
|
Run unit tests:
TableProMobile/TableProMobile/Drivers/DuckDBDriver.swift#L37
result of 'try?' is unused
|
|
Run unit tests
testSimpleQuery on 'Clone 1 of iPhone 17 Pro - TableProMobile (6405)' (0.024 seconds)
|
|
Run unit tests
testSelectTopOneCellLookup on 'Clone 1 of iPhone 17 Pro - TableProMobile (6405)' (0.001 seconds)
|
|
Run unit tests
testMultiColumnForeignKey on 'Clone 1 of iPhone 17 Pro - TableProMobile (6405)' (0.353 seconds)
|
|
Run unit tests
testFetchTablesReturnsResults on 'Clone 1 of iPhone 17 Pro - TableProMobile (6405)' (0.001 seconds)
|
|
Run unit tests
testFetchSchemasExcludesSystemSchemas on 'Clone 1 of iPhone 17 Pro - TableProMobile (6405)' (0.077 seconds)
|
|
Run unit tests
testFetchDatabasesIncludesMaster on 'Clone 1 of iPhone 17 Pro - TableProMobile (6405)' (0.001 seconds)
|
|
Run unit tests
testFetchColumnsReturnsTypeMetadata on 'Clone 1 of iPhone 17 Pro - TableProMobile (6405)' (0.008 seconds)
|
|
Run unit tests
testExplicitTransactionRollback on 'Clone 1 of iPhone 17 Pro - TableProMobile (6405)' (0.001 seconds)
|
|
Run unit tests
testConnectAndPing on 'Clone 1 of iPhone 17 Pro - TableProMobile (6405)' (0.001 seconds)
|
|
Run unit tests
testCancellationStopsQuery on 'Clone 1 of iPhone 17 Pro - TableProMobile (6405)' (0.008 seconds)
|
background
wait
wait-all
cancel
parallel
Loading