In the ToSql impls for &T and Option<T>, override encode_format to delegate to the impl for T. This ensures that if T overrides this method, it also overrides it for &T and Option<T>.
In the ToSql impls for &T and Option<T>, override encode_format to delegate to the impl for T. This ensures that if T overrides this method, it also overrides it for &T and Option<T>.