Skip to content

Commit c454963

Browse files
committed
chore: udpate comment on get_column behaviour
1 parent 605e81c commit c454963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cipherstash-proxy/src/postgresql/frontend.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,7 @@ where
861861
///
862862
/// Get the column configuration for the Identifier
863863
/// Returns `EncryptError::UnknownColumn` if configuration cannot be found for the Identified column
864-
///
864+
/// if mapping enabled, and None if mapping is disabled. It'll log a warning either way.
865865
fn get_column(&self, identifier: Identifier) -> Result<Option<Column>, Error> {
866866
match self.encrypt.get_column_config(&identifier) {
867867
Some(config) => {

0 commit comments

Comments
 (0)