Skip to content

Commit 716b2f5

Browse files
committed
Updated doc. Added link to #27 #39
1 parent bfae0c6 commit 716b2f5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.mkd

+13
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,19 @@ Finally, this package can be installed with the go get command:
3232

3333
go get github.com/mattn/go-sqlite3
3434

35+
FAQ
36+
---
37+
38+
## Can't build go-sqlite3 on windows 64bit.
39+
40+
> Probably, you are using go 1.0, go1.0 have a problem to compile/link on windows 64bit.
41+
> See: https://github.com/mattn/go-sqlite3/issues/27
42+
43+
## Getting insert error while query is opened.
44+
45+
> You can pass some arguments into the connection string like URI.
46+
> See: https://github.com/mattn/go-sqlite3/issues/39
47+
3548
LICENSE
3649
-------
3750

0 commit comments

Comments
 (0)