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 #916

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

nathanfallet commented 3 years ago

Should be fixed by #811. Tell me if there is any problem with that.