Commit Graph

8 Commits

Author SHA1 Message Date
Sergey f4eba18ff6
Fix some typos in variable names (#1016)
* Fix WelcomePlaceholder typo

* Fix DEFAULT_TABLE_NAME typo
2021-03-09 17:04:43 +01:00
Marvin W 9acb54df92
QLite: Adjust Real for latest vala version 2021-03-06 08:31:53 -06:00
Randy Barlow 48c2e7afa4 Do not mark abstract class contstuctors public
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>
2019-09-01 21:19:09 +02:00
bobufa babfc3bd36 qlite: add basic (outer) join functionality 2018-08-13 22:25:34 +02:00
Marvin W 765c2605cd
qlite: cleanup, fix nullity issues 2017-04-18 20:20:41 +02:00
Marvin W ef0483765a
Small bug fixes and compatibility with Vala 0.36 2017-03-23 16:48:26 +01:00
Marvin W 93fd134a92
Fix bugs and warnings in qlite 2017-03-10 17:33:27 +01:00
fiaxh 56bc45ce4d Initial commit 2017-03-02 15:37:32 +01:00