Sqlite to postgresql missing "create no index" option
Nobody has claimed this yet.
- Dominant language
- Common Lisp
- Stars
- 6.5k
- Forks
- 613
- Avg merge
- 3h 46m
- Merged PRs (30d)
- 1
Description
The documentatin mentions an option for sqlite migration "create no index" which seems to exists in pgloader versions until v4.
But I looked in the source code and there is no reference to "create no index" in v4 and also the tool throws "unexpected token" error for this option.
Is this still supported?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Compare the migration documentation's "create no index" option with the v4 source and reproduce the reported "unexpected token" error. Determine whether the option is supported, then align the documented behavior and parser behavior so the issue's question has a clear answer.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- postgresql, sqlite
- Domain
- databases
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 45/100