SQLiteMigrationManager.swift icon indicating copy to clipboard operation
SQLiteMigrationManager.swift copied to clipboard

fix: resolve naming conflict with Foundation's Expression type

Open CrazyFanFan opened this issue 1 year ago • 3 comments

This commit resolves a naming conflict caused by the introduction of a new Expression type in the Foundation framework. By creating a private typealias for Expression that explicitly refers to SQLite.Expression, we ensure that our usage remains clear and unambiguous throughout the project.

CrazyFanFan avatar Jun 11 '24 14:06 CrazyFanFan

Respectfully raising awareness about this very simple fix/issue. It blocks building with Xcode 16.0 Beta and would be great to have merged soon.

rafaelclaycon avatar Jun 19 '24 22:06 rafaelclaycon

@garriguv Any chance of getting this merged, please?

brzzdev avatar Jun 24 '24 13:06 brzzdev

@garriguv Please fix it as soon as possible.

xiushaomin avatar Jul 05 '24 01:07 xiushaomin

Up

rafaelclaycon avatar Jul 09 '24 18:07 rafaelclaycon

Thank you for the contribution

garriguv avatar Jul 11 '24 15:07 garriguv