Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to open sqlite when path like D:/db.sqlite3 in windows #2435

Closed
glennliao opened this issue Feb 9, 2023 · 0 comments
Closed

unable to open sqlite when path like D:/db.sqlite3 in windows #2435

glennliao opened this issue Feb 9, 2023 · 0 comments

Comments

@glennliao
Copy link
Contributor

1. What version of Go and system type/arch are you using?

go 1.19 , win/amd64

2. What version of GoFrame are you using?

v2.3.1

3. Can this issue be re-produced with the latest release?

Y

4. What did you do?

func main() {

	g.Dump(g.DB().Tables(context.TODO()))
}
database:
  default:
    link: "sqlite::@file(D:/db.sqlite3)"

5. What did you expect to see?

print tables

6. What did you see instead?

image

@gqcn gqcn closed this as completed in 0361f9f Feb 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant