File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -33,13 +33,14 @@ This release drops support for Ruby 2.7. [#453] @flavorjones
33
33
- ` Database#columns ` returns a list of internal frozen strings. [ #155 , #474 , #486 ] @tenderlove
34
34
- Freeze results that come from the database. [ #480 ] @tenderlove
35
35
- The encoding of a Database is no longer cached. [ #485 ] @tenderlove
36
- - ` Database#transaction ` returns the result of the block when used with a block. @alexcwatt
36
+ - ` Database#transaction ` returns the result of the block when used with a block. [ # 508 ] @alexcwatt
37
37
38
38
39
39
### Removed
40
40
41
- - Remove ` SQLite3::VersionProxy ` which has been deprecated since v1.3.2. [ #453 ] @flavorjones
42
- - Remove ` SQLite3::Translator ` and all related type translation methods.
41
+ - Remove methods ` SQLite3::Database::FunctionProxy#count ` and ` #set_error ` . [ #164 , #509 , #510 ] @alexcwatt @flavorjones
42
+ - Remove class ` SQLite3::VersionProxy ` which has been deprecated since v1.3.2. [ #453 ] @flavorjones
43
+ - Remove class ` SQLite3::Translator ` and all related type translation methods.
43
44
If you need to do type translation on values returned from the statement object,
44
45
please wrap it with a delegate object. Here is an example of using a delegate
45
46
class to implement type translation:
You can’t perform that action at this time.
0 commit comments