Alex Antipin
Alex Antipin
Seems that is related to #260
@KirubelT I just followed instructions
I'd like to work on it. Could you assign that issue to me?
@mfvanek I decide to use new factory method with lambda for primary server evaluation using primaryHostDeterminer from closure. I found this is the most straightforward way to implement such feature....
Here is prototype of request that select indexes with boolean type in it. ```sql select -- pn.nspname, pi.indrelid::regclass::text as table_name, pi.indexrelid::regclass::text as index_name, col.attname as column_name, col.attnotnull as column_not_null --...
I'm going to implement this feature this week. Sorry for delay.