Hi,
I’m using the GitHub - grafana/xk6-sql: k6 extension to load test RDBMSs (PostgreSQL, MySQL, MS SQL and SQLite3) extension to connect to a MS SQL database, when I query a table, the columns that have an uuid stored are returned as an array of numbers, for example for:
“Id”:“31834ec8-d1b5-48ee-8f2d-36072101aa74”
is returned as:
“Id”:[200,78,131,49,181,209,238,72,143,45,54,7,33,1,170,116]