Histórico de Commits

Autor SHA1 Mensagem Data
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String há 1 ano atrás
  Andreas Kling 8a48246ed1 Everywhere: Stop using NonnullRefPtrVector há 2 anos atrás
  Andreas Kling 65710bf3f7 LibSQL: Fix minor const-correctness issues há 2 anos atrás
  Timothy Flynn f0441ee16a LibSQL: Store selected column names in the results for SELECT statements há 2 anos atrás
  Timothy Flynn 72e41a7dbd LibSQL: Support 64-bit integer values and handle overflow errors há 2 anos atrás
  Timothy Flynn 4b70908dc4 LibSQL+SQLServer: Return a NonnullRefPtr from Database::get_table há 2 anos atrás
  Timothy Flynn 1524288127 LibSQL: Rewrite the SQL::Value type to be contained within one class há 2 anos atrás
  Timothy Flynn 7d41b46a7d LibSQL: Remove infallible type conversions from SQL::Value há 2 anos atrás
  Timothy Flynn df2ddcafd4 LibSQL: Remove the now-unused ExecutionContext::result object há 3 anos atrás
  Timothy Flynn f3c6cb40d7 LibSQL: Convert SQL expression evaluation to use ResultOr há 3 anos atrás
  Timothy Flynn 2397836f8e LibSQL+SQLServer: Introduce and use ResultOr<ValueType> há 3 anos atrás
  Timothy Flynn f1f0770d68 LibSQL: Do not crash when SELECTing from an empty table há 3 anos atrás
  Timothy Flynn 6620f19979 LibSQL+SQLServer: Return the new Result class from statement executions há 3 anos atrás
  Jan de Visser 6e9f06fc9f LibSQL: Introduce SELECT ... LIMIT xxx OFFSET yyy há 3 anos atrás
  Jan de Visser 7fc901d1b3 LibSQL+SQLServer: Implement first cut of SELECT ... ORDER BY foo há 3 anos atrás
  Jan de Visser 001949d77a LibSQL: Improve error handling há 3 anos atrás
  Jan de Visser 3425730294 LibSQL: Implement table joins há 3 anos atrás
  Jan de Visser 9022cf99ff LibSQL: Add better error handling to `evaluate` and `execute` methods há 3 anos atrás
  Jan de Visser 0cfb5eec32 LibSQL: First cut of SQL `WHERE` clause há 3 anos atrás
  Jan de Visser fe50598a03 LibSQL: Allow expressions and column names in SELECT ... FROM há 3 anos atrás
  Jan de Visser d074a601df LibSQL+SQLServer: Bare bones INSERT and SELECT statements há 4 anos atrás