We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05fce4e commit b53434eCopy full SHA for b53434e
CHANGELOG.md
@@ -2,6 +2,7 @@
2
========================================
3
4
* UUID Fix ([#1112][])
5
+* Add prepareRowIterator method to an extension of Statement. ([#1119][])
6
* Adding primary key support to column with references ([#1121][])
7
8
0.13.2 (25-01-2022), [diff][diff-0.13.2]
@@ -150,4 +151,5 @@
150
151
[#1100]: https://github.com/stephencelis/SQLite.swift/pull/1100
152
[#1105]: https://github.com/stephencelis/SQLite.swift/pull/1105
153
[#1112]: https://github.com/stephencelis/SQLite.swift/pull/1112
154
+[#1119]: https://github.com/stephencelis/SQLite.swift/pull/1119
155
[#1121]: https://github.com/stephencelis/SQLite.swift/pull/1121
0 commit comments