Path: | doc/release_notes/4.41.0.txt |
Last Update: | Fri Oct 06 03:25:22 +0000 2017 |
with_extend : | Extends clone with given modules |
with_row_proc : | Modifies row_proc in clone |
with_quote_identifiers : | Modifies quote_identifiers setting in clone |
with_identifier_input_method : | Modifies identifier_input_method setting in clone |
with_identifier_output_method : | Modifies identifier_output_method setting in clone |
Similarly, on Microsoft SQL Server, a with_mssql_unicode_strings method has been added, which returns a clone with the mssql_unicode_strings setting modified.
album.to_json(:include=>{Sequel.as(:album, :s)=>{:only=>:name}}) # => '{"id":1,"name":"RF","artist_id":2,"s":{"name":"YJM"}}'