stephencelis / SQLite.swift

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

fix namespace check when joining tables #994

Closed balland closed 3 years ago

balland commented 4 years ago

The unit test is reproducing the issue. Even if the query is correct, a "table not found error" was returned.

This PR is based on https://github.com/stephencelis/SQLite.swift/pull/916

Fix https://github.com/stephencelis/SQLite.swift/issues/777

nathanfallet commented 3 years ago

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