Historie revizí

Autor SHA1 Zpráva Datum
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String před 1 rokem
  Timothy Flynn 3ea4c56d04 LibSQL: Remove Core::EventReceiver parent from SQL::Relation před 1 rokem
  Timothy Flynn 5ad78cab8d LibSQL: Remove Core::EventReceiver parent from SQL::Index před 1 rokem
  Timothy Flynn 1151ba333a LibSQL+SQLServer: Remove Core::EventReceiver parent from SQL::Database před 1 rokem
  Timothy Flynn 4a04438e43 LibSQL: Remove Core::EventReceiver parent from SQL::Heap před 1 rokem
  Jelle Raaijmakers 70ca295404 LibSQL+SQLServer: Do not re-open databases před 2 roky
  Jelle Raaijmakers 69e09fed39 LibSQL: Free heap storage when deleting rows před 2 roky
  Jelle Raaijmakers fdac8331cc LibSQL: Use `Block::Index` everywhere; rename `pointer` to `block_index` před 2 roky
  Jelle Raaijmakers 6601ff9d65 LibSQL: Redesign heap storage to support arbitrary amounts of data před 2 roky
  Jelle Raaijmakers a99c1297e0 LibSQL: Clean up code style and remove unused includes před 2 roky
  Andreas Kling 8a48246ed1 Everywhere: Stop using NonnullRefPtrVector před 2 roky
  Andreas Kling 65710bf3f7 LibSQL: Fix minor const-correctness issues před 2 roky
  Ben Wiederhake 6fd478b6ce Everywhere: Remove unused includes of AK/Format.h před 2 roky
  Timothy Flynn 72e41a7dbd LibSQL: Support 64-bit integer values and handle overflow errors před 2 roky
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString před 2 roky
  Timothy Flynn aba7f11a50 LibSQL: Partially implement the DELETE command před 2 roky
  Timothy Flynn 6d3f68cc11 LibSQL: Store a NonnullRefPtr to the table definition in SQL::Row před 2 roky
  Timothy Flynn 4b70908dc4 LibSQL+SQLServer: Return a NonnullRefPtr from Database::get_table před 2 roky
  Timothy Flynn 56843baff9 LibSQL+SQLServer: Return a NonnullRefPtr from Database::get_schema před 2 roky
  Timothy Flynn c3a6fad080 LibSQL: Rename Row::next_pointer setter to Row::set_next_pointer před 2 roky
  Timothy Flynn 17988bab75 LibSQL: Immediately commit database modifications (for now) před 2 roky
  Jelle Raaijmakers 70a7bca920 LibSQL: Fix BTree corruption in `TreeNode::split` před 2 roky
  sin-ack e5f09ea170 Everywhere: Split Error::from_string_literal and Error::from_string_view před 3 roky
  Mahmoud Mandour f6233913ad LibSQL: Implement a DESCRIBE TABLE statement před 3 roky
  Jan de Visser 001949d77a LibSQL: Improve error handling před 3 roky
  Nico Weber b8dc3661ac Libraries: Fix -Wunreachable-code warnings from clang před 3 roky
  Jan de Visser 85a84b0794 LibSQL: Introduce Serializer as a mediator between Heap and client code před 3 roky
  Jan de Visser d074a601df LibSQL+SQLServer: Bare bones INSERT and SELECT statements před 4 roky
  Jan de Visser 1037d6b0eb LibSQL: Invent statement execution machinery and CREATE SCHEMA statement před 4 roky
  Jan de Visser 87bd69559f LibSQL: Database layer před 4 roky