Historial de Commits

Autor SHA1 Mensaje Fecha
  Jelle Raaijmakers 2d2911e1a3 LibSQL: Test `SQL::Heap` separately hace 2 años
  Ben Wiederhake f890b70eae Tests: Prefer TRY_OR_FAIL() and MUST() over EXPECT(!.is_error()) hace 2 años
  Jelle Raaijmakers 6601ff9d65 LibSQL: Redesign heap storage to support arbitrary amounts of data hace 2 años
  Timothy Flynn 72e41a7dbd LibSQL: Support 64-bit integer values and handle overflow errors hace 2 años
  Timothy Flynn b2b9ae27fd LibSQL: Parse and execute sequential placeholder values hace 2 años
  Timothy Flynn 53f8d62ea4 LibSQL: Partially implement the UPDATE command hace 2 años
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable hace 2 años
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString hace 2 años
  Timothy Flynn aba7f11a50 LibSQL: Partially implement the DELETE command hace 2 años
  Timothy Flynn 4b70908dc4 LibSQL+SQLServer: Return a NonnullRefPtr from Database::get_table hace 2 años
  Timothy Flynn 56843baff9 LibSQL+SQLServer: Return a NonnullRefPtr from Database::get_schema hace 2 años
  Jelle Raaijmakers 70a7bca920 LibSQL: Fix BTree corruption in `TreeNode::split` hace 2 años
  Idan Horowitz 086969277e Everywhere: Run clang-format hace 3 años
  Timothy Flynn bfe1bd9726 LibSQL: Convert binary SQL operations to be fallible hace 3 años
  Timothy Flynn 2397836f8e LibSQL+SQLServer: Introduce and use ResultOr<ValueType> hace 3 años
  Timothy Flynn f1f0770d68 LibSQL: Do not crash when SELECTing from an empty table hace 3 años
  Timothy Flynn 373b467302 LibSQL+SQLServer: Move LibSQL/SQLResult.[h,cpp] to LibSQL/Result.[h,cpp] hace 3 años
  Timothy Flynn 6620f19979 LibSQL+SQLServer: Return the new Result class from statement executions hace 3 años
  Mahmoud Mandour 794d79e315 LibSQL: Implement DESCRIBE TABLE tests hace 3 años
  mnlrsn 66216d3af6 LibSQL: Add simple REGEXP match hace 3 años
  Jan de Visser 6e9f06fc9f LibSQL: Introduce SELECT ... LIMIT xxx OFFSET yyy hace 3 años
  Jan de Visser 7fc901d1b3 LibSQL+SQLServer: Implement first cut of SELECT ... ORDER BY foo hace 3 años
  Guilherme Gonçalves f91d471843 LibSQL: Implement LIKE SQL expressions hace 3 años
  Jan de Visser c369626ac1 LibSQL: Gracefully react to unimplemented valid SQL hace 3 años
  Jan de Visser 001949d77a LibSQL: Improve error handling hace 3 años
  Jan de Visser 3425730294 LibSQL: Implement table joins hace 3 años
  Jan de Visser 1c50e9aadc LibSQL: Add current statement to the ExecutionContext hace 3 años
  Jan de Visser 7496f17620 LibSQL Tests: Add tests for `SELECT ... WHERE ...` hace 3 años
  Mahmoud Mandour 0e5b2c923d LibSQL: Add an INSERT without column names test hace 3 años
  Mahmoud Mandour 235573f7ba LibSQL: Test INSERT statement with wrong number of values hace 3 años