``` SQLDB.countries.insert { it[SQ...
# exposed
p
Copy code
SQLDB.countries.insert {
                it[SQLDB.countries.language] = lang.value
                it[SQLDB.countries.list] = countryList
            }
But there is an error :