Update README.mkd

This commit is contained in:
mattn 2013-02-13 18:38:12 +09:00
parent 716b2f5636
commit 919cf4144a
1 changed files with 6 additions and 6 deletions

View File

@ -35,15 +35,15 @@ Finally, this package can be installed with the go get command:
FAQ
---
## Can't build go-sqlite3 on windows 64bit.
* 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
> 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.
* 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
> You can pass some arguments into the connection string like URI.
> See: https://github.com/mattn/go-sqlite3/issues/39
LICENSE
-------