Returns the value of the `server_version_num` configuration parameter.
(&self)
| 809 | |
| 810 | /// Returns the value of the `server_version_num` configuration parameter. |
| 811 | pub fn server_version_num(&self) -> i32 { |
| 812 | *self.expect_value(&SERVER_VERSION_NUM) |
| 813 | } |
| 814 | |
| 815 | /// Returns the value of the `sql_safe_updates` configuration parameter. |
| 816 | pub fn sql_safe_updates(&self) -> bool { |
nothing calls this directly
no test coverage detected