stephencelis / SQLite.swift

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

attempt to fix issues with join statement #873

Closed asidden closed 5 years ago

asidden commented 5 years ago

there is an error thrown, when query is built with join and select is set to specific columns from joined table (see https://github.com/stephencelis/SQLite.swift/issues/777 and others)

applied a possible fix + added a test to a test-suit

asidden commented 5 years ago

closing this pr, as it is not up-to date with the latest master see updated pr at https://github.com/stephencelis/SQLite.swift/pull/916