Skip to content

Commit 20a4de7

Browse files
committed
Update CHANGELOG
1 parent 3743a59 commit 20a4de7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
* Drop support for Ruby < 3.2
44
* 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`
510

611
## 3.3.0
712

0 commit comments

Comments
 (0)