Closed asidden closed 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
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
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