db_tutorial
db_tutorial copied to clipboard
Writing a sqlite clone from scratch in C
stdint.h is needed, otherwise you receive the following error: `error: unknown type name ‘uint32_t’`
Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.5.2 to 2.8.1. Changelog Sourced from addressable's changelog. Addressable 2.8.1 refactor Addressable::URI.normalize_path to address linter offenses (#430) remove redundant colon in Addressable::URI::CharacterClasses::AUTHORITY regex (#438) update gemspec to...
I have read the whole tutorial, I don't know C language and want to clarify, did the author opened the file and turned all of the data inside into a...
I found a code that appears to be an omission in the modification of #37.
as the title
Hi, I was wondering if you had any intention of finishing the series? I've followed along all the way through part 13 and found it very helpful and educational, and...
https://github.com/cstack/db_tutorial/blame/bd4b1ee536c91cdd446251e1b9a71a4b06c4efb0/_parts/part14.md#L366
https://github.com/cstack/db_tutorial/blame/bd4b1ee536c91cdd446251e1b9a71a4b06c4efb0/_parts/part14.md#L365
After updating get_node_max_key you should see the othere functiosn that are using the function like leaf_node_split_and_insert this function needs to be updated because it is still using the old definition...