-
Notifications
You must be signed in to change notification settings - Fork 467
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
copy edits of known limitations page #1400
Conversation
f9c54b4
to
dc5c74e
Compare
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.
LGTM. Thanks for these improvements, Sean! Just a few small questions.
known-limitations.md
Outdated
|
||
## `unique_rowid()` values in Javascript | ||
## `unique_rowid()` values in JavaScript |
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.
Turns out we should just remove this known limitation. See cockroachdb/cockroach#15721 (comment).
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.
Actually, the approach now is to remove this from known limitations and put it elsewhere. See that linked issue. Feel free to leave this for a follow-on PR, if you prefer, @sploiselle.
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.
👍 will leave for follow-up PR
known-limitations.md
Outdated
- use the UTC time zone regardless of the time zone configured in the current session via [`SET TIME ZONE`](set-time-zone.html). | ||
- have no default database regardless of the default database configured in the current session via [`SET DATABASE`](set-database.html). | ||
- use the transaction timestamp for the `statement_timestamp()` function regardless of the time at which the `ALTER` statement was issued. | ||
- Use the default [search path](sql-name-resolution.html#search-path) regardless of the search path configured in the current session via `SET SEARCH_PATH`. |
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.
I'd made these lower-case because each is a completion of the sentence started before the colon. I usually like to introduce a list with a complete clause but didn't have the time here. If you can find a way to do that, it'd be better. Otherwise, I'm fine with this change.
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.
Reverted to l/c
dc5c74e
to
5ad6ac9
Compare
Gave it a twice-over. Doesn't look like I introduced many new typos.
This change is