aboutsummaryrefslogtreecommitdiff
path: root/qlite/src/statement_builder.vala
Commit message (Collapse)AuthorAgeFilesLines
* Do not mark abstract class contstuctors publicRandy Barlow2019-09-011-1/+1
| | | | | | | | | | | | | Starting with Vala 0.45.1, it is an error to mark abstract class constructors public[0,1]. This commit removes three such declarations. fixes #609 [0] https://gitlab.gnome.org/GNOME/vala/raw/master/NEWS [1] https://gitlab.gnome.org/GNOME/vala/issues/766 Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
* Move DatabaseError handling into Qlitefiaxh2017-10-311-2/+2
|
* qlite: cleanup, fix nullity issuesMarvin W2017-04-181-12/+19
|
* Small bug fixes and compatibility with Vala 0.36Marvin W2017-03-231-8/+8
|
* Fix bugs and warnings in qliteMarvin W2017-03-101-2/+0
|
* Initial commitfiaxh2017-03-021-0/+53