-
Notifications
You must be signed in to change notification settings - Fork 95
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
pact import tool #1792
pact import tool #1792
Conversation
chessai
commented
Dec 13, 2023
•
edited
Loading
edited
- To see the specific tasks where the Asana app for GitHub is being used, see below:
- https://app.asana.com/0/0/1205992926041548
- https://app.asana.com/0/0/1205378002833838
…q to the shell buildInputs
… JSON encoding of inner map
…module in the module header.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are all mostly pretty small comments; I deleted a few readability ones so they aren't distracting but did still leave a couple. Feel free to skip them if you want.
\ ( tablename TEXT NOT NULL \ | ||
\ , rowkey TEXT NOT NULL \ | ||
\ , vrowid INTEGER NOT NULL \ | ||
\ , UNIQUE (tablename,rowkey) ); " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, I don't think we can change this now, but FWIW compound PRIMARY KEY (tablename, rowkey)
works just fine too; I think unfortunately you can't change or add a PRIMARY KEY after table creation, but just a note for the future, maybe.
This reverts commit 53ad32d.