[Vala] SQLite 3 bindings



Hi,
First of all, say that Vala is a really good work.
Now, here is my request: I need to use the SQLite bindings, and found
that the sqlite3.vala file is not complete. Indeed, it lacks all methods
to access the column content except column_int.
I think is it just as easy as adding

public double column_double (int i_col);
public long column_int64 (int i_col);
public string column_text (int i_col);

but I don't know Vala enough to be confident about this.
So could you please update that bindings file so SQLite could be used
with Vala?
Thanks in advance



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]