aboutsummaryrefslogtreecommitdiff
path: root/code/sqlite3-binding.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-04-02Move sqlite3 amalgation files a directory up.David Bariod5-5/+195219
The purpose is to ease the use of vendoring files like godep. The C sqlite3 files have been added a go compilation conditional flag Fix #293
2016-03-24Fix sqlite "regexp" function name in documentationTim Retout1-1/+1
2016-03-15Remove gocovYasuhiro Matsumoto1-1/+0
2016-03-14Fix testing message at TestInsert and TestUpdateyoza1-2/+2
2016-03-07Test SQLiteRows.DeclTypes()Zac Medico1-0/+35