| 716 | } |
| 717 | |
| 718 | UInt64 Connection::getServerRevision(const ConnectionTimeouts & timeouts) |
| 719 | { |
| 720 | if (!isConnected()) |
| 721 | connect(timeouts); |
| 722 | |
| 723 | return server_revision; |
| 724 | } |
| 725 | |
| 726 | const String & Connection::getServerTimezone(const ConnectionTimeouts & timeouts) |
| 727 | { |
no test coverage detected