コミット履歴

作者 SHA1 メッセージ 日付
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 年間 前
  Ali Mohammad Pur aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString 1 年間 前
  Timothy Flynn c911781c21 Everywhere: Remove needless trailing semi-colons after functions 2 年 前
  Andreas Kling 689ca370d4 Everywhere: Remove NonnullRefPtr.h includes 2 年 前
  Andreas Kling 8a48246ed1 Everywhere: Stop using NonnullRefPtrVector 2 年 前
  MacDue 63b11030f0 Everywhere: Use ReadonlySpan<T> instead of Span<T const> 2 年 前
  Timothy Flynn 41e0e4cdd7 LibSQL: Add parsing and evaluation of BOOLEAN type literals 2 年 前
  Timothy Flynn b2b9ae27fd LibSQL: Parse and execute sequential placeholder values 2 年 前
  Timothy Flynn 53f8d62ea4 LibSQL: Partially implement the UPDATE command 2 年 前
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年 前
  Timothy Flynn aba7f11a50 LibSQL: Partially implement the DELETE command 2 年 前
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 年 前
  Lenny Maiorani 7abb782206 Libraries: Use default constructors/destructors in LibSQL 3 年 前
  Timothy Flynn e649ff5d31 LibSQL: Return a not-yet-implemented error for unimplemented expressions 3 年 前
  Timothy Flynn df2ddcafd4 LibSQL: Remove the now-unused ExecutionContext::result object 3 年 前
  Timothy Flynn f3c6cb40d7 LibSQL: Convert SQL expression evaluation to use ResultOr 3 年 前
  Timothy Flynn 2397836f8e LibSQL+SQLServer: Introduce and use ResultOr<ValueType> 3 年 前
  Timothy Flynn 373b467302 LibSQL+SQLServer: Move LibSQL/SQLResult.[h,cpp] to LibSQL/Result.[h,cpp] 3 年 前
  Timothy Flynn 6620f19979 LibSQL+SQLServer: Return the new Result class from statement executions 3 年 前
  Mahmoud Mandour f6233913ad LibSQL: Implement a DESCRIBE TABLE statement 3 年 前
  Timothy Flynn 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) 3 年 前
  Guilherme Gonçalves f91d471843 LibSQL: Implement LIKE SQL expressions 3 年 前
  Daniel Bertalan 4a81b33c07 Everywhere: Fix -Winconsistent-missing-override warnings from Clang 3 年 前
  Jan de Visser 1c50e9aadc LibSQL: Add current statement to the ExecutionContext 3 年 前
  Jan de Visser 9022cf99ff LibSQL: Add better error handling to `evaluate` and `execute` methods 3 年 前
  Jan de Visser 9d1e27d8a8 LibSQL: Implement evaluate() method of BinaryOperatorExpression 3 年 前
  Jan de Visser fe50598a03 LibSQL: Allow expressions and column names in SELECT ... FROM 3 年 前
  Jan de Visser d074a601df LibSQL+SQLServer: Bare bones INSERT and SELECT statements 4 年 前
  Jan de Visser 1037d6b0eb LibSQL: Invent statement execution machinery and CREATE SCHEMA statement 4 年 前
  Jan de Visser 30691549fd LibSQL: Move Order and Nulls enums from SQL::AST to SQL namespace 4 年 前