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
path:
root
/
_example
/
mod_regexp
/
sqlite3_mod_regexp.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-01-29
Add test for error == nil
mattn
1
-0
/
+6
2014-01-23
Add example that query github repositories
mattn
4
-0
/
+1338
2013-12-05
Next(): populate Row with []byte instead of string, as per driver doc
mpl
1
-1
/
+1
2013-11-30
Remove compiler error
Eric L. Frederich
1
-2
/
+1
2013-11-19
Add unit test for enhanced error reporting
Robert Knight
1
-1
/
+26
2013-11-19
Update test expectations follow change of concrete error type
Robert Knight
1
-1
/
+3
2013-11-19
Provide more detailed error messages
Robert Knight
3
-15
/
+35
2013-10-24
sqlite3_column_blob() returns NULL for zero-length BLOB
Akinori Hattori
1
-0
/
+4
2013-10-24
Use sqlite3_close_v2()
Akinori Hattori
1
-6
/
+1
2013-10-02
Include errno.h when build on cygwin. Closes #87
mattn
1
-0
/
+4
2013-09-28
Update README.mkd
Porjo
1
-3
/
+10
2013-09-18
Add benchmark tests. As used by other database/sql drivers.
Tim O'Brien
2
-0
/
+423
2013-09-12
add new test for WAL journal_mode
David Hill
1
-1
/
+46
2013-09-12
Disable Execer/Queryer until database/sql/driver implement QueryRow: #82
mattn
2
-122
/
+126
2013-09-12
rename
mattn
3
-0
/
+0
2013-09-12
Execer/Queryer should use transaction
mattn
1
-0
/
+14
2013-09-09
Fixes test
mattn
1
-5
/
+11
2013-09-09
Fixes Queryer
mattn
1
-5
/
+8
2013-09-09
Fixes Execer/Queryer
mattn
2
-34
/
+37
2013-09-09
Fixes test
mattn
1
-1
/
+37
2013-09-09
Close rows if not nil
mattn
1
-1
/
+3
2013-09-09
Must not close statement
mattn
1
-2
/
+2
2013-09-09
Implements Queryer
mattn
1
-1
/
+24
2013-09-09
Remove debug message
mattn
1
-1
/
+0
2013-09-09
Implements Execer
mattn
3
-14
/
+59
2013-09-03
Remove old information
mattn
1
-25
/
+1
2013-09-03
Fixes test
mattn
1
-7
/
+2
2013-09-03
Add tests
mattn
2
-0
/
+164
2013-09-02
Remove -v
mattn
1
-1
/
+0
2013-08-30
CFLAGS
mattn
1
-0
/
+1
2013-08-30
Start work on introducing machine-readable error codes.
Jochen Voss
3
-11
/
+90