i understand your pain
overview - files - changes - changes rss
go-sqlite3 ========== Description ----------- sqlite3 driver conforming to the built-in database/sql interface lite edition forked from github.com/mattn/go-sqlite3
recent changes
18:3589e23c6c1d
on 2019-04-17 15:39:50 +0000 UTC by Ted Unangst <tedu@tedunangst.com>
Tagged: tip
Added tag v1.1.3 for changeset 1d8d55031b0b |
17:1d8d55031b0b
on 2019-04-17 15:39:41 +0000 UTC by Ted Unangst <tedu@tedunangst.com>
Tagged: v1.1.3
add a go.mod |
16:c5888a2539d1
on 2019-02-19 06:03:10 +0000 UTC by Ted Unangst <tedu@tedunangst.com>
only create done channel as necessary |
15:714e6974a1d6
on 2019-02-19 03:47:41 +0000 UTC by Ted Unangst <tedu@tedunangst.com>
channels of channels. confirm interrupt is done before leaving. |
14:d2a943c1142c
on 2019-02-16 07:49:54 +0000 UTC by Ted Unangst <tedu@tedunangst.com>
Added tag v1.1.2 for changeset e95aa8be83a2 |
13:e95aa8be83a2
on 2019-02-16 07:48:06 +0000 UTC by Ted Unangst <tedu@tedunangst.com>
Tagged: v1.1.2
fix the go/c null/empty mismatch, but in a different way |
12:a87abc85667e
on 2019-02-06 20:12:56 +0000 UTC by Ted Unangst <tedu@tedunangst.com>
Added tag v1.1.1 for changeset bfaad15da570 |
11:bfaad15da570
on 2019-02-05 07:31:28 +0000 UTC by Ted Unangst <tedu@tedunangst.com>
Tagged: v1.1.1
use gostring for bind text |
10:4d5059e45164
on 2019-02-05 06:51:59 +0000 UTC by Ted Unangst <tedu@tedunangst.com>
don't create goroutine unless needed |
9:3233a7795791
on 2019-02-05 06:19:52 +0000 UTC by Ted Unangst <tedu@tedunangst.com>
rework cancel interrupt. don't close rows when doing so. |