mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:57:35 +00:00
LibSQL: Partially implement the UPDATE command
This implements enough to update rows filtered by a WHERE clause.
This commit is contained in:
parent
1574f2c3f6
commit
53f8d62ea4
7 changed files with 203 additions and 12 deletions
|
@ -47,6 +47,7 @@ public:
|
|||
|
||||
[[nodiscard]] SQLType type() const;
|
||||
[[nodiscard]] StringView type_name() const;
|
||||
[[nodiscard]] bool is_type_compatible_with(SQLType) const;
|
||||
[[nodiscard]] bool is_null() const;
|
||||
|
||||
[[nodiscard]] DeprecatedString to_deprecated_string() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue