SQLite.swift icon indicating copy to clipboard operation
SQLite.swift copied to clipboard

Fix: Add `CustomStringConvertible` for Setter

Open dyikai opened this issue 1 year ago • 0 comments

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 lint to check if there are any format errors (install swiftlint first)
  • Run swift test to see if the tests pass.
  • Write new tests for new functionality.
  • Update documentation comments where applicable.

dyikai avatar Sep 26 '24 09:09 dyikai