summaryrefslogtreecommitdiff
path: root/Userland/Utilities/asctl.cpp
diff options
context:
space:
mode:
authorJan de Visser <jan@de-visser.net>2021-10-21 18:06:24 -0400
committerAndreas Kling <kling@serenityos.org>2021-10-25 12:59:42 +0200
commit73fc02365233d7ac0e29728beb129354c8b67c41 (patch)
treef70497fb8f428776222e4b24069ee78c353738c0 /Userland/Utilities/asctl.cpp
parent3618ca242052d56ea20a05d94b6d46951567a8b5 (diff)
downloadserenity-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