stephencelis / SQLite.swift

A type-safe, Swift-language layer over SQLite3.
MIT License
9.57k stars 1.55k forks source link

Orverloads methods do not work as expectation #1092

Open haithngn opened 2 years ago

haithngn commented 2 years ago

I tried to use some overloads method in the extension of Connection class, they have the same parameter and different return types. Screen Shot 2021-10-24 at 12 07 09 AM

But, when I complete the expression they just return to type Statement only like this Screen Shot 2021-10-24 at 12 05 29 AM

could you please give me some advide, tks