Skip to content

Commit 5d5869a

Browse files
committed
new sqlite resource
1 parent d8f0b2e commit 5d5869a

File tree

4 files changed

+14
-1
lines changed

4 files changed

+14
-1
lines changed

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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>

source/content/pages/05-data/07-sqlite.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

sqlite.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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">

0 commit comments

Comments
 (0)