4 Commits (6c0c5c531065dad3c59889e45676b0b0374f39aa)

Author SHA1 Message Date
Lunny Xiao 91dcccf72d fix dump table name error and add some test for dump database (#6394) 5 years ago
Unknown 9d983f27d6 go vet 10 years ago
Unknown 23bba7633b Mirror fix on sqlite3 tag 10 years ago
Michael Crosby 25fd495b2e Add sqlite build tag
This adds a sqlite build tag so that you don't have to have the sqlite
import commented out in code and users can run:
    go build -tags sqlite
if they want to have sqlite support enabled.  It is disabled by default
so nothing changes with the default go get or build commands.
10 years ago