aboutsummaryrefslogtreecommitdiff
path: root/qlite/src/column.vala
Commit message (Collapse)AuthorAgeFilesLines
* Fix some typos in variable names (#1016)Sergey2021-03-091-26/+26
| | | | | * Fix WelcomePlaceholder typo * Fix DEFAULT_TABLE_NAME typo
* QLite: Adjust Real for latest vala versionMarvin W2021-03-061-4/+6
|
* Do not mark abstract class contstuctors publicRandy Barlow2019-09-011-2/+2
| | | | | | | | | | | | | 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>
* qlite: add basic (outer) join functionalitybobufa2018-08-131-25/+32
|
* qlite: cleanup, fix nullity issuesMarvin W2017-04-181-4/+24
|
* Small bug fixes and compatibility with Vala 0.36Marvin W2017-03-231-7/+7
|
* Fix bugs and warnings in qliteMarvin W2017-03-101-28/+1
|
* Initial commitfiaxh2017-03-021-0/+188