db_tutorial
db_tutorial copied to clipboard
Writing a sqlite clone from scratch in C
Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.5 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.8 to 1.13.6. Release notes Sourced from nokogiri's releases. 1.13.6 / 2022-05-08 Security [CRuby] Address CVE-2022-29181, improper handling of unexpected data types, related to untrusted inputs to...
Hello, this is a really helpful project to me especially the tutorial. I am a Chinese native speaker,so I want to translate this awesome tutorial to Chinese inorder to share...
change index variable type in free_table 1. change variable i type from int to uint32_t
Hello, Thanks for your tutorial, it's very awesome. However, when I practiced the part 10, I found some error about test-cases below:  And I also found that this sentence,...
# Summary I made translation japanese. And I added packege [jekyll-task-i18n](https://github.com/ruby-gettext/jekyll-task-i18n).It was licensed LGPLv2. I translated only part1.
Due to the crazy formatting on your web page, I have roughly 80% white space on each line and 20% code. So of course I have to scroll sideways to...
According to the code in line `uint32_t index = ( one_past_max_index+min_index ) / 2; // ?? overflow` it seems possible to have an overflow because according to binary search algorithm...
@cstack To be honest, this tutorial is awesome, I really hope it can be continued. Can you introduce the next plan or what contents of the next? Just like Part...
Add the missing `ExecuteResult` definition in part3.