index
:
golite
main
Unnamed repository; edit this file 'description' to name the repository.
External SSH Git service user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
add missing error checking to simple example
Stani
2016-04-14
1
-2
/
+16
*
Merge pull request #291 from diocles/patch-1
mattn
2016-03-25
1
-1
/
+1
|
\
|
*
Fix sqlite "regexp" function name in documentation
Tim Retout
2016-03-24
1
-1
/
+1
|
/
*
Remove gocov
Yasuhiro Matsumoto
2016-03-15
1
-1
/
+0
*
Merge pull request #286 from y0za/fix-testing-message
mattn
2016-03-15
1
-2
/
+2
|
\
|
*
Fix testing message at TestInsert and TestUpdate
yoza
2016-03-14
1
-2
/
+2
|
/
*
Merge pull request #282 from zmedico/decltypes
mattn
2016-03-07
2
-6
/
+47
|
\
|
*
Test SQLiteRows.DeclTypes()
Zac Medico
2016-03-07
1
-0
/
+35
|
*
Add SQLiteRows.DeclTypes() method
Zac Medico
2016-03-06
1
-6
/
+12
*
|
Conditional build for the FTS5 Extension
Bruce Marriner
2016-03-07
1
-0
/
+13
|
/
*
Merge pull request #278 from rkintzi/json1
mattn
2016-03-03
1
-0
/
+12
|
\
|
*
Conditional build for the JSON1 Extension
Radosław Kintzi
2016-02-28
1
-0
/
+12
|
/
*
Merge pull request #275 from otoolep/fix_typos
mattn
2016-02-23
3
-14
/
+14
|
\
|
*
Fix minor typos in comments
Philip O Toole
2016-02-23
3
-14
/
+14
|
/
*
Merge pull request #267 from ianlancetaylor/go16
mattn
2016-02-01
1
-4
/
+4
|
\
|
*
bind: pass &v[0] in direct call to C
Ian Lance Taylor
2016-01-29
1
-4
/
+4
*
|
Merge pull request #268 from ianlancetaylor/handle
mattn
2016-01-31
2
-5
/
+52
|
\
\
|
|
/
|
/
|
|
*
callback: use handles rather than passing Go pointers
Ian Lance Taylor
2016-01-29
2
-5
/
+52
|
/
*
Merge pull request #266 from tcyrus/patch-1
mattn
2016-01-29
1
-2
/
+3
|
\
|
*
Update README.md
Timothy Cyrus
2016-01-28
1
-2
/
+3
|
/
*
Upgrade sqlite amalgamation to latest 3.10.2
Vladimir Timofeev
2016-01-22
2
-11
/
+15
*
Upgrade sqlite amalgamation to latest 3.10.1
Vladimir Timofeev
2016-01-22
3
-15430
/
+54892
*
Merge pull request #262 from keybase/master
mattn
2015-12-30
1
-1
/
+1
|
\
|
*
Fix compile for old mingw32
Taru Karttunen
2015-12-30
1
-1
/
+1
*
|
avoid cgoCheckPointer. ref https://github.com/golang/go/issues/12416
Yasuhiro Matsumoto
2015-12-30
1
-2
/
+16
|
/
*
Merge pull request #252 from marcelolima/master
mattn
2015-11-06
1
-1
/
+1
|
\
|
*
Fix README project address
Marcelo Lima
2015-11-06
1
-1
/
+1
|
/
*
Merge pull request #251 from larsmans/fixes
mattn
2015-11-03
2
-23
/
+23
|
\
|
*
Clean up tempfiles in tests
Lars Buitinck
2015-11-03
2
-23
/
+23
|
/
*
Merge branch 'master' of https://github.com/mattn/go-sqlite3
Yasuhiro Matsumoto
2015-11-02
3
-14
/
+38
|
\
|
*
Merge pull request #243 from augustoroman/master
mattn
2015-11-02
2
-14
/
+34
|
|
\
|
|
*
Store/retrieve timezones for time.Time values.
Augusto Roman
2015-10-09
2
-14
/
+34
|
*
|
Merge pull request #250 from DavidGamba/install-in-readme
mattn
2015-11-02
1
-0
/
+4
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Update README. Install go-sqlite3 to avoid builds with gcc
David Gamba
2015-10-31
1
-0
/
+4
|
|
/
*
|
fix tests
Yasuhiro Matsumoto
2015-11-02
2
-3
/
+2
*
|
Merge branch 'pr/207'
Yasuhiro Matsumoto
2015-11-02
4
-35
/
+56
|
\
\
|
|
/
|
/
|
|
*
Cosmetics: use WaitGroup instead of channel in test
Lars Buitinck
2015-06-05
1
-7
/
+4
|
*
Test read-only databases
Lars Buitinck
2015-06-05
1
-0
/
+21
|
*
Clean up more tempfiles
Lars Buitinck
2015-06-05
1
-0
/
+1
|
*
Fix doc comment
Lars Buitinck
2015-06-05
1
-1
/
+1
|
*
Get reliable tempfile names from ioutil.TempFile
Lars Buitinck
2015-06-05
2
-28
/
+29
*
|
Add FTS4 unicode61 tokenizer support
looi
2015-09-21
2
-1
/
+45
*
|
fix #238
Yasuhiro Matsumoto
2015-09-16
1
-2
/
+2
*
|
use math.MaxInt32. related issue #238
Yasuhiro Matsumoto
2015-09-16
1
-4
/
+3
*
|
fix build on 32bit OSs. Close #238
Yasuhiro Matsumoto
2015-09-16
1
-2
/
+4
*
|
remove binary file
Yasuhiro Matsumoto
2015-09-16
2
-0
/
+0
*
|
Merge pull request #229 from danderson/master
mattn
2015-09-16
8
-9
/
+1074
|
\
\
|
*
|
Implement support for aggregation functions implemented in Go.
David Anderson
2015-09-15
5
-33
/
+449
|
*
|
Add support for interface{} arguments in Go SQLite functions.
David Anderson
2015-08-21
3
-5
/
+60
|
*
|
Implement support for variadic functions.
David Anderson
2015-08-21
2
-10
/
+55
[next]