COMMITS
/ db.c June 22, 2019
C
Simpler typedef
Connor Stack committed
April 16, 2019
K
Fix small issues
Konstantinos Demartinos committed
August 9, 2018
T
Fix indentation
tinyboy186 committed
August 7, 2018
T
Fix bug not initializing cursor->end_of_table
tinyboy186 committed
T
Fix bug EXECUTE_DUPLICATE_KEY
tinyboy186 committed
April 17, 2018
S
fix uninitialized root_page_num
sairoutine committed
November 27, 2017
C
Part 13 article.
Connor Stack committed
November 25, 2017
C
Update parent after creating new leaf node.
Connor Stack committed
C
Add back parent pointer
Connor Stack committed
November 11, 2017
C
Code changes
Connor Stack committed
October 23, 2017
C
Part 11 article - search internal node.
Connor Stack committed
October 9, 2017
C
Split leaf node and create new root.
Connor Stack committed
October 6, 2017
C
Use NODE_TYPE_OFFSET
Connor Stack committed
October 1, 2017
C
Store keys in sorted order. Error on duplicate key.
Connor Stack committed
C
Fix typo in comment
Connor Stack committed
September 26, 2017
C
Part 8 edits
Connor Stack committed
September 18, 2017
C
Convert table to a single-leaf-node btree
Connor Stack committed
September 11, 2017
C
Cursor abstraction
Connor Stack committed
September 3, 2017
C
Persist to file and load from it again.
Connor Stack committed
September 2, 2017
C
Tests and bug fixes
Connor Stack committed
C
Edits to article and code.
Connor Stack committed
September 1, 2017
C
Implement insert and select on in-memory database.
Connor Stack committed
C
Parse 'select' and 'insert'.
Connor Stack committed
August 31, 2017
C
Make code match tutorial.
Connor Stack committed
C
Open database file and read user input.
Connor Stack committed