File tree Expand file tree Collapse file tree 4 files changed +14
-1
lines changed
source/content/pages/05-data Expand file tree Collapse file tree 4 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -4771,6 +4771,11 @@ <h3>SQLite resources</h3>
47714771 shows how to compile SQLite 3.9.0+ with json1 and fts5 (full-text search)
47724772 support to use these new features.</ p >
47734773</ li >
4774+ < li >
4775+ < p > < a href ="http://blog.regehr.org/archives/1292 "> SQLite with a fine-toothed comb</ a >
4776+ digs into the internals of SQLite and shows some bugs found (and
4777+ since fixed) while the author was researching the SQLite source code.</ p >
4778+ </ li >
47744779</ ul >
47754780 < h1 > Application Programming Interfaces</ h1 >
47764781< p > Application programming interfaces (APIs) provide machine-readable
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <feed xmlns =" http://www.w3.org/2005/Atom" ><title >Matt Makai</title ><link href =" http://www.fullstackpython.com/" rel =" alternate" ></link ><link href =" http://www.fullstackpython.com/feeds/all.atom.xml" rel =" self" ></link ><id >http://www.fullstackpython.com/</id ><updated >2016-03-17T15:39:57Z </updated ></feed >
2+ <feed xmlns =" http://www.w3.org/2005/Atom" ><title >Matt Makai</title ><link href =" http://www.fullstackpython.com/" rel =" alternate" ></link ><link href =" http://www.fullstackpython.com/feeds/all.atom.xml" rel =" self" ></link ><id >http://www.fullstackpython.com/</id ><updated >2016-03-18T13:45:15Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -56,3 +56,6 @@ access a SQLite database from within Python applications.
5656 support to use these new features.
5757
5858
59+ * [ SQLite with a fine-toothed comb] ( http://blog.regehr.org/archives/1292 )
60+ digs into the internals of SQLite and shows some bugs found (and
61+ since fixed) while the author was researching the SQLite source code.
Original file line number Diff line number Diff line change @@ -86,6 +86,11 @@ <h3>SQLite resources</h3>
8686 shows how to compile SQLite 3.9.0+ with json1 and fts5 (full-text search)
8787 support to use these new features.</ p >
8888</ li >
89+ < li >
90+ < p > < a href ="http://blog.regehr.org/archives/1292 "> SQLite with a fine-toothed comb</ a >
91+ digs into the internals of SQLite and shows some bugs found (and
92+ since fixed) while the author was researching the SQLite source code.</ p >
93+ </ li >
8994</ ul >
9095< h3 > What do you want to learn next about data?</ h3 >
9196< div class ="row ">
You can’t perform that action at this time.
0 commit comments