diff options
author | Jan de Visser <jan@de-visser.net> | 2021-10-21 18:06:24 -0400 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-10-25 12:59:42 +0200 |
commit | 73fc02365233d7ac0e29728beb129354c8b67c41 (patch) | |
tree | f70497fb8f428776222e4b24069ee78c353738c0 /Userland/Utilities/asctl.cpp | |
parent | 3618ca242052d56ea20a05d94b6d46951567a8b5 (diff) | |
download | serenity-73fc02365233d7ac0e29728beb129354c8b67c41.zip |
LibSQL: Implement binary operators for Value objects
The behaviour of the various operators is supposed to mimic that of
the same operators in PostgreSQL; the '+' operator for example will
successfully add '98' (string) and 2 (integer), but not 'foo' and 2.
Also removed some redundant const& parameter declarations for
intrinsic types (ints and doubles etc). Passing those by const& doesn't
make a lot of sense.
Diffstat (limited to 'Userland/Utilities/asctl.cpp')
0 files changed, 0 insertions, 0 deletions