You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
# sqlite3-ruby Changelog
2
2
3
+
## next / unreleased
4
+
5
+
### Fixed
6
+
7
+
- Raise an exception if `Database#execute`, `#execute_batch`, or `#query` are passed multiple bind parameters that are not in an Array. In v2.0.0 these methods would silently swallow additional arguments. [#527]@flavorjones
8
+
9
+
3
10
## 2.0.0 / 2024-04-17
4
11
5
12
This is a major release which contains some breaking changes, primarily the removal of
0 commit comments