SQLite.swift
SQLite.swift copied to clipboard
Fix: Add `CustomStringConvertible` for Setter
Setter has a extension of Expressible, but the asSQL() is internal, so I implement the CustomStringConvertible like the Expressions.
Thanks for taking the time to submit a pull request.
Before submitting, please do the following:
- Run
make lintto check if there are any format errors (install swiftlint first) - Run
swift testto see if the tests pass. - Write new tests for new functionality.
- Update documentation comments where applicable.