mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 11:48:32 +00:00
LibSQL: Rename Row::next_pointer setter to Row::set_next_pointer
This commit is contained in:
committed by
Linus Groh
parent
0986b383cd
commit
c3a6fad080
@@ -196,7 +196,7 @@ ErrorOr<void> Database::insert(Row& row)
|
||||
// TODO Check constraints
|
||||
|
||||
row.set_pointer(m_heap->new_record_pointer());
|
||||
row.next_pointer(row.table()->pointer());
|
||||
row.set_next_pointer(row.table()->pointer());
|
||||
TRY(update(row));
|
||||
|
||||
// TODO update indexes defined on table.
|
||||
|
||||
Reference in New Issue
Block a user