Alex Antipin

Results 6 comments of Alex Antipin

@KirubelT I just followed instructions

@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.