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
/
sqlite3_test
/
sqltest.go
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-10-31
Update README. Install go-sqlite3 to avoid builds with gcc
David Gamba
1
-0
/
+4
2015-10-09
Store/retrieve timezones for time.Time values.
Augusto Roman
2
-14
/
+34
2015-09-21
Add FTS4 unicode61 tokenizer support
looi
2
-1
/
+45
2015-09-16
fix #238
Yasuhiro Matsumoto
1
-2
/
+2
2015-09-16
use math.MaxInt32. related issue #238
Yasuhiro Matsumoto
1
-4
/
+3
2015-09-16
fix build on 32bit OSs. Close #238
Yasuhiro Matsumoto
1
-2
/
+4
2015-09-16
remove binary file
Yasuhiro Matsumoto
2
-0
/
+0
2015-09-15
Implement support for aggregation functions implemented in Go.
David Anderson
5
-33
/
+449
2015-09-04
introduce ability to pass sqlite_omit_load_extension
Jessica Frazelle
3
-17
/
+60
2015-08-25
Fix test. Close #216
mattn
1
-1
/
+3
2015-08-24
Fix example to check the correct error value
Marc Campbell
1
-7
/
+7
2015-08-21
Add support for interface{} arguments in Go SQLite functions.
David Anderson
3
-5
/
+60
2015-08-21
Implement support for variadic functions.
David Anderson
2
-10
/
+55
2015-08-21
Move argument converters to callback.go, and optimize return value handling.
David Anderson
4
-152
/
+365
2015-08-21
Implement support for passing Go functions as custom functions to SQLite.
David Anderson
5
-6
/
+342
2015-08-20
added icu extension support
Pavel Zalunin
2
-0
/
+17
2015-08-16
remove duplicated Close
gmarik
1
-1
/
+0
2015-08-07
Add fix for go-sqlite3 truncating 64-bit integers when compiled by 32-bit min...
kiwih
1
-8
/
+8
2015-06-30
update README.md
Yasuhiro Matsumoto
1
-0
/
+4
2015-06-12
hack to use libsqlite3
Yasuhiro Matsumoto
6
-155256
/
+155278
2015-06-05
Cosmetics: use WaitGroup instead of channel in test
Lars Buitinck
1
-7
/
+4
2015-06-05
Test read-only databases
Lars Buitinck
1
-0
/
+21
2015-06-05
Clean up more tempfiles
Lars Buitinck
1
-0
/
+1
2015-06-05
Fix doc comment
Lars Buitinck
1
-1
/
+1
2015-06-05
Get reliable tempfile names from ioutil.TempFile
Lars Buitinck
2
-28
/
+29
2015-04-28
remove -lpthread. related issue #201
Yasuhiro Matsumoto
1
-1
/
+0
2015-04-15
Remove debug code
Yasuhiro Matsumoto
1
-2
/
+0
2015-04-15
Z suffix should be no-op
Yasuhiro Matsumoto
2
-1
/
+42
2015-04-13
Add a txlock option when opening databases (v2)
Serge Hallyn
2
-9
/
+62
2015-04-12
Fix NULs in text.
Egon Elbre
2
-1
/
+42
2015-03-23
Change strlen(s) > 0 => *s != '\000'.
Lars Buitinck
1
-1
/
+1
2015-03-23
Less C/Go border crossing to get database changes
Lars Buitinck
1
-18
/
+22
2015-03-24
Implement number-named parameters. Close #187
mattn
2
-3
/
+55
2015-03-22
Revert a6c208564eccf3c6743f608ef88398a4ca84c5eb
mattn
2
-77
/
+3
2015-03-22
Remove debug message
mattn
1
-1
/
+0
2015-03-22
Fix hang in test
mattn
1
-11
/
+12
2015-03-22
Fix build
mattn
2
-4
/
+5
2015-03-22
Should use C.int()
mattn
1
-1
/
+1
2015-03-22
revert 5253daf8561a6ca5015fd5ce79e4367912146be9 and add _busy_timeout query p...
mattn
1
-20
/
+25
2015-03-22
Fix test
mattn
1
-1
/
+1
2015-03-22
Support $NNN-style named parameter. Close #187
mattn
2
-4
/
+93
2015-03-19
Next() should wait while BUSY or LOCKED because return value is bool
mattn
1
-9
/
+17
2015-03-12
Apply -lpthread withou windows.
Yasuhiro Matsumoto
3
-2
/
+2
2015-03-11
Link against pthread
Stéphane Graber
1
-0
/
+1
2015-03-11
Rename sqlite3.{c,h} to sqlite3-binding.{c,h}
Stéphane Graber
7
-5
/
+7
2015-03-05
Correct HasPrefix method name
Antoni Rościszewski
1
-1
/
+1
2015-03-06
Don't modify dsn when has prefix file:
mattn
1
-1
/
+3
2015-03-05
Fix filename with loc parameter
Yasuhiro Matsumoto
1
-1
/
+1
2015-03-05
Fix test
Yasuhiro Matsumoto
1
-3
/
+3
2015-03-05
Remove test dup
Yasuhiro Matsumoto
1
-96
/
+0
[next]