Commit History

Author SHA1 Message Date
  Timothy Flynn 53f8d62ea4 LibSQL: Partially implement the UPDATE command 2 years ago
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago
  Timothy Flynn 4b70908dc4 LibSQL+SQLServer: Return a NonnullRefPtr from Database::get_table 2 years ago
  Timothy Flynn c0b54f18b5 LibSQL: Copy SQL::Value instances less frequently (which may be vectors) 2 years ago
  Timothy Flynn df2ddcafd4 LibSQL: Remove the now-unused ExecutionContext::result object 3 years ago
  Timothy Flynn f3c6cb40d7 LibSQL: Convert SQL expression evaluation to use ResultOr 3 years ago
  Timothy Flynn 2397836f8e LibSQL+SQLServer: Introduce and use ResultOr<ValueType> 3 years ago
  Timothy Flynn 6620f19979 LibSQL+SQLServer: Return the new Result class from statement executions 3 years ago
  Jan de Visser 001949d77a LibSQL: Improve error handling 3 years ago
  Jan de Visser 9022cf99ff LibSQL: Add better error handling to `evaluate` and `execute` methods 3 years ago
  Mahmoud Mandour 0906e3c206 LibSQL: Check data types in INSERT statement parsing 3 years ago
  Mahmoud Mandour f390478127 LibSQL: Parse INSERT statement without column names 3 years ago
  Jan de Visser d074a601df LibSQL+SQLServer: Bare bones INSERT and SELECT statements 4 years ago