Questions tagged as 'vala'

1
answer

Does Vala have associative arrays?

I'm trying to find a way to create associative arrays, such as dictionaries in Python:    dictionary = {"key1": value1, "key2": value2} How can I implement it in Vala? or if there is no other solution that would be more practical. Than...
asked by 25.03.2018 / 01:34
1
answer

Obtain values of a query prepared in sqlite

Trying to run the program generates the following error:    Query.val: 41.24-41.34: error: The name 'name' does not exist in the context of 'Sqlite.Statement?' The line where the error is generated is at the moment of obtaining the values...
asked by 26.02.2018 / 00:57