MCPcopy Create free account
hub / github.com/erans/pgsqlite / test_null_value_handling

Function test_null_value_handling

src/protocol/value_handler.rs:459–465  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

457
458 #[test]
459 fn test_null_value_handling() {
460 let handler = ValueHandler::new();
461 let null_value = SqliteValue::Null;
462
463 let result = handler.convert_value(&null_value, 25, false).unwrap();
464 assert!(result.is_none());
465 }
466
467 #[test]
468 fn test_row_conversion() {

Callers

nothing calls this directly

Calls 1

convert_valueMethod · 0.45

Tested by

no test coverage detected