Changes for page Rooms
Last modified by Ricardo Julio Rodríguez Fernández on 2024/03/13 12:06
From version 11.1
edited by Ricardo Julio Rodríguez Fernández
on 2024/03/11 20:14
on 2024/03/11 20:14
Change comment:
There is no comment for this version
To version 18.1
edited by Ricardo Julio Rodríguez Fernández
on 2024/03/11 20:25
on 2024/03/11 20:25
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,7 +1,10 @@ 1 1 {{groovy}} 2 2 import groovy.sql.Sql 3 3 def sql = new Sql(services.igfaebbdddummyas.getConnection()) 4 -rowNum = 0 5 -sql.eachRow('SELECT * FROM json') 4 +sql.eachRow(' 5 + SELECT * FROM json 6 + '){ 7 + println "${it.all_data}" 8 + } 6 6 sql.close() 7 7 {{/groovy}}