Historique des commits

Auteur SHA1 Message Date
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String il y a 1 an
  Andreas Kling 8a48246ed1 Everywhere: Stop using NonnullRefPtrVector il y a 2 ans
  Linus Groh 6e7459322d AK: Remove StringBuilder::build() in favor of to_deprecated_string() il y a 2 ans
  Timothy Flynn 41e0e4cdd7 LibSQL: Add parsing and evaluation of BOOLEAN type literals il y a 2 ans
  Timothy Flynn 72e41a7dbd LibSQL: Support 64-bit integer values and handle overflow errors il y a 2 ans
  Timothy Flynn b2b9ae27fd LibSQL: Parse and execute sequential placeholder values il y a 2 ans
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable il y a 2 ans
  Timothy Flynn 1524288127 LibSQL: Rewrite the SQL::Value type to be contained within one class il y a 2 ans
  Timothy Flynn 7d41b46a7d LibSQL: Remove infallible type conversions from SQL::Value il y a 2 ans
  Timothy Flynn c0b54f18b5 LibSQL: Copy SQL::Value instances less frequently (which may be vectors) il y a 2 ans
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) il y a 3 ans
  Lenny Maiorani f912a48315 Userland: Change static const variables to static constexpr il y a 3 ans
  Timothy Flynn e649ff5d31 LibSQL: Return a not-yet-implemented error for unimplemented expressions il y a 3 ans
  Timothy Flynn b683e8ab77 LibSQL: Return unimplemented errors from unimplemented MATCH expressions il y a 3 ans
  Timothy Flynn f3c6cb40d7 LibSQL: Convert SQL expression evaluation to use ResultOr il y a 3 ans
  Timothy Flynn 6620f19979 LibSQL+SQLServer: Return the new Result class from statement executions il y a 3 ans
  mnlrsn 66216d3af6 LibSQL: Add simple REGEXP match il y a 3 ans
  Guilherme Gonçalves f91d471843 LibSQL: Implement LIKE SQL expressions il y a 3 ans
  Jan de Visser c369626ac1 LibSQL: Gracefully react to unimplemented valid SQL il y a 3 ans
  Jan de Visser 001949d77a LibSQL: Improve error handling il y a 3 ans
  Jan de Visser 3425730294 LibSQL: Implement table joins il y a 3 ans
  Jan de Visser 9022cf99ff LibSQL: Add better error handling to `evaluate` and `execute` methods il y a 3 ans
  Jan de Visser 9d1e27d8a8 LibSQL: Implement evaluate() method of BinaryOperatorExpression il y a 3 ans
  Jan de Visser fe50598a03 LibSQL: Allow expressions and column names in SELECT ... FROM il y a 3 ans
  Jan de Visser d074a601df LibSQL+SQLServer: Bare bones INSERT and SELECT statements il y a 4 ans