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