mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-11 22:14:02 +01:00
@@ -92,6 +92,9 @@ func TestQueryColumnSQLSelect(t *testing.T) {
|
||||
}, {
|
||||
Input: schema.ColumnDstMAC,
|
||||
Expected: `MACNumToString(DstMAC)`,
|
||||
}, {
|
||||
Input: schema.ColumnInIfBoundary,
|
||||
Expected: `toString(InIfBoundary)`,
|
||||
}, {
|
||||
Input: schema.ColumnMPLSLabels,
|
||||
Expected: `arrayStringConcat(MPLSLabels, ' ')`,
|
||||
|
||||
Reference in New Issue
Block a user