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

SQLite writer support #520

Closed
5 tasks done
Tracked by #488
nicolay-r opened this issue Sep 14, 2023 · 1 comment
Closed
5 tasks done
Tracked by #488

SQLite writer support #520

nicolay-r opened this issue Sep 14, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@nicolay-r
Copy link
Owner

nicolay-r commented Sep 14, 2023

  • Add support of other types (INTEGER) (BaseWriter supports the DataType iteration alongside with the actual column names) (75631b2)
  • Optional rewriting (1c23b16)
  • Fixed bug when dir for sqlite file is not exist (1c23b16)
  • Drop table support: DELETE FROM table_name; (a591e6c)
  • Support index on different columns
@nicolay-r nicolay-r self-assigned this Sep 14, 2023
nicolay-r added a commit that referenced this issue Sep 14, 2023
@nicolay-r nicolay-r mentioned this issue Sep 14, 2023
24 tasks
@nicolay-r nicolay-r reopened this Sep 14, 2023
@nicolay-r nicolay-r added the enhancement New feature or request label Sep 14, 2023
nicolay-r added a commit that referenced this issue Sep 15, 2023
nicolay-r added a commit that referenced this issue Sep 15, 2023
@nicolay-r
Copy link
Owner Author

Drop table automatic support

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant