We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CHANGELOG
1 parent 3743a59 commit 20a4de7Copy full SHA for 20a4de7
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
* Drop support for Ruby < 3.2
4
* Drop support for SQL Server < 2019
5
+* Removed lazy-loading of results for `execute`
6
+* Moved `#do`, `#insert` and `#execute` methods to the `TinyTds::Client` class
7
+ * `TinyTds::Result` is now a pure Ruby class
8
+* `#execute`: Replaced `opts` hash with keyword arguments
9
+* Removed `symbolize_keys` and `cache_rows` from `#default_query_options`
10
11
## 3.3.0
12
0 commit comments