From 716b2f5636bcee68a33ad383d8fafc63cbaecf59 Mon Sep 17 00:00:00 2001 From: mattn Date: Wed, 13 Feb 2013 18:27:35 +0900 Subject: [PATCH] Updated doc. Added link to #27 #39 --- README.mkd | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.mkd b/README.mkd index b211557..3e51f46 100644 --- a/README.mkd +++ b/README.mkd @@ -32,6 +32,19 @@ Finally, this package can be installed with the go get command: go get github.com/mattn/go-sqlite3 +FAQ +--- + +## Can't build go-sqlite3 on windows 64bit. + +> Probably, you are using go 1.0, go1.0 have a problem to compile/link on windows 64bit. +> See: https://github.com/mattn/go-sqlite3/issues/27 + +## Getting insert error while query is opened. + +> You can pass some arguments into the connection string like URI. +> See: https://github.com/mattn/go-sqlite3/issues/39 + LICENSE -------