Skip to content

v0.5.0

Choose a tag to compare

@denissimon denissimon released this 14 Apr 19:44
· 34 commits to main since this release
  • Added configurable dateFormatter property, implemented the Date type functionality
  • Added SQLTable class for initial setting of table parameters
  • Refactored the SQLite class and SQLiteType protocol to automatically detect placeholder data types
  • Improved getRow(from:sql:params:) to determine if a column value is NULL and return nil
  • Added getResultColumns(_:sqlStatement:) that checks the structure of the result table and synchronizes it in SQLTableColums format
  • Added getChanges() and getTotalChanges()