GRDB.swift v0.26.0 Release Notes

  • 🚀 Released October 31, 2015

    💥 Breaking Changes

    • The fetch(:primaryKeys:), fetchAll(:primaryKeys:) and fetchOne(:primaryKey:) methods have been renamed fetch(:keys:), fetchAll(:keys:) and fetchOne(:key:).