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

use sql from sqlite_master for checking table definition #87

Merged
merged 1 commit into from
Jun 30, 2024
Merged

Conversation

kyoto7250
Copy link
Owner

Here's a checklist for things that will be checked during review or continuous integration.

  • Added passing unit tests
  • cargo test passes locally. It takes much time.
  • Run cargo fmt

changelog:
fix the table definition query in sqlite3.
close #86

@kyoto7250 kyoto7250 added bug Something isn't working v0.1.0 labels Jun 30, 2024
@kyoto7250 kyoto7250 added this to the v0.0.3 milestone Jun 30, 2024
@kyoto7250 kyoto7250 self-assigned this Jun 30, 2024
@kyoto7250 kyoto7250 merged commit ec8bf76 into main Jun 30, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working v0.1.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug bush in sqlite3: table definition
1 participant