Closed asidden closed 3 years ago
there is an error thrown, when query is built with join and select is set to specific columns from joined table (see #777 and others)
applied a possible fix + added a test to a test-suit
this is the same pr as (https://github.com/stephencelis/SQLite.swift/pull/873), but rebased on the master version with swift5 support
Should be fixed by #811. Tell me if there is any problem with that.
there is an error thrown, when query is built with join and select is set to specific columns from joined table (see #777 and others)
applied a possible fix + added a test to a test-suit
this is the same pr as (https://github.com/stephencelis/SQLite.swift/pull/873), but rebased on the master version with swift5 support