db_tutorial icon indicating copy to clipboard operation
db_tutorial copied to clipboard

Writing a sqlite clone from scratch in C

Results 53 db_tutorial issues
Sort by recently updated
recently updated
newest added

If page_num start from 0 to TABLE_MAX_PAGE - 1, not 1, the if statement should be this instead. Tell me if I am right or wrong. ```C void* get_page(Pager* pager,...

implicit declaration of function 'getline'; did you mean 'getenv'? [-Wimplicit-function-declaration]gcc

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.8 to 1.14.3. Release notes Sourced from nokogiri's releases. 1.14.3 / 2023-04-11 Security [CRuby] Vendored libxml2 is updated to address CVE-2023-29469, CVE-2023-28484, and one other security-related issue....

dependencies

1. using TDM-GCC 9.2.0 could not get code on page 1 compiled at all.. I am using Embarcadero Dev C++. Which compiler or IDE recommended for compiling and running the...

Hi, there! Great work! But I found a bug: ```C uint32_t *internal_node_key(void *node, uint32_t key_num) { return internal_node_cell(node, key_num) + INTERNAL_NODE_CHILD_SIZE; } ``` should be ```C uint32_t *internal_node_key(void *node, uint32_t...

Not able to get the code up and running... Any recommended compiler or releases available.. Please advise

``` it 'prints error message when table is full' do script = (1..1401).map do |i| "insert #{i} user#{i} person#{i}@example.com" end script