Make ees and ers opts into structs (incomplete)

This commit is contained in:
ionutboangiu
2021-11-24 16:32:16 +02:00
committed by Dan Christian Bogos
parent ac171f050e
commit aa0ae292a2
9 changed files with 1164 additions and 10 deletions

View File

@@ -385,7 +385,7 @@
"postgresSSLMode": "disable",
"sqlMaxIdleConns": "10",
"sqlMaxOpenConns": "100",
"sqlMaxConnLifetime": "0",
"sqlConnMaxLifetime": "0",
},
"fields":[ // in case that the path is *exp.*row user must complete all the fields one to one with his sql schema in the correct order
{"tag": "CGRID", "path": "*exp.*row", "type": "*group", "value": "~*req.CGRID"},
@@ -405,7 +405,7 @@
"postgresSSLMode": "disable",
"sqlMaxIdleConns": "10",
"sqlMaxOpenConns": "100",
"sqlMaxConnLifetime": "0",
"sqlConnMaxLifetime": "0",
},
"fields":[ // the path constains *exp.columnName
{"tag": "CGRID", "path": "*exp.cgrid", "type": "*variable", "value": "~*req.CGRID"},