Commit Verlauf

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