Андрей Хомяков
Андрей Хомяков
I've created foreign tables from remote MS SQL. I have a table with smalldatetime field: ``` SELECT COLUMN_NAME,DATA_TYPE from INFORMATION_SCHEMA.columns where table_name = 'Request' and column_name="RequestDate" order by ordinal_position; ```...
- Added TrustedApacheClient for retrofit (delegation pattern on ApacheClient using custom params for HttpClient) - Added method newTrustedInstance for EtcdClientFactory - Added new constructor for EtcdClientImpl with custom retrofit client...
It would be usefull to make "list all non-expired keys" method