Skip to content

Fix sqlite --limit on chunks + strip() CSV table names#2063

Merged
alistairewj merged 1 commit into
MIT-LCP:mainfrom
Chessing234:fix/sqlite-import-limit-and-strip
Jul 18, 2026
Merged

Fix sqlite --limit on chunks + strip() CSV table names#2063
alistairewj merged 1 commit into
MIT-LCP:mainfrom
Chessing234:fix/sqlite-import-limit-and-strip

Conversation

@Chessing234

Copy link
Copy Markdown
Contributor

Summary

  • IV sqlite chunked import ignored --limit (forgot subjects=).
  • III sqlite + oracle used str.strip('.csv') (charset, not suffix).

Test plan

  • Large CSV + --limit filters every chunk
  • ADMISSIONS.csv.gz → table admissions (not mangled)

Made with Cursor

Chunked IV import dropped subjects; iii/oracle used str.strip as suffix trim.

Co-authored-by: Cursor <cursoragent@cursor.com>
@alistairewj
alistairewj merged commit 7e42f37 into MIT-LCP:main Jul 18, 2026
9 checks passed
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

Successfully merging this pull request may close these issues.

2 participants