As ROM is providing way to adjust default dataset here: https://rom-rb.org/3.0/learn/sql/relations/
I'm trying to change default dataset(remove default ordering) in latest hanami application and it seems that changing dataset isn't available here: https://github.com/hanami/model/blob/1.3.x/lib/hanami/repository.rb
So can you guys help me to find a way to change this default dataset as ROM document suggests and I believe this will also help to configure other ROM changes as well when we use ROM through Hanami.
Main goal is to remove default ordering that ROM provides on primary key.
As ROM is providing way to adjust default dataset here: https://rom-rb.org/3.0/learn/sql/relations/
I'm trying to change default dataset(remove default ordering) in latest hanami application and it seems that changing
datasetisn't available here: https://github.com/hanami/model/blob/1.3.x/lib/hanami/repository.rbSo can you guys help me to find a way to change this default dataset as ROM document suggests and I believe this will also help to configure other ROM changes as well when we use ROM through Hanami.
Main goal is to remove default ordering that ROM provides on primary key.