We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 605e81c commit c454963Copy full SHA for c454963
packages/cipherstash-proxy/src/postgresql/frontend.rs
@@ -861,7 +861,7 @@ where
861
///
862
/// Get the column configuration for the Identifier
863
/// Returns `EncryptError::UnknownColumn` if configuration cannot be found for the Identified column
864
- ///
+ /// if mapping enabled, and None if mapping is disabled. It'll log a warning either way.
865
fn get_column(&self, identifier: Identifier) -> Result<Option<Column>, Error> {
866
match self.encrypt.get_column_config(&identifier) {
867
Some(config) => {
0 commit comments