stephencelis / SQLite.swift

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

Fix/column alias #1080

Closed adamwulf closed 2 years ago

adamwulf commented 2 years ago

Fixes https://github.com/stephencelis/SQLite.swift/issues/225 by allowing columns to be aliased. Also allows QueryClauses to be accessed publicly, though only modified internally.

adamwulf commented 2 years ago

closed as duplicate of #1081