changefeedccl: support CREATE DATABASE CHANGEFEED syntax#147663
Conversation
|
It looks like your PR touches production code but doesn't add or edit any test code. Did you consider adding tests to your PR? It looks like your PR touches SQL parser code but doesn't add or edit parser tests. Please make sure you add or edit parser tests if you edit the parser. 🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf. |
4c2fe54 to
70fdd23
Compare
|
It looks like your PR touches SQL parser code but doesn't add or edit parser tests. Please make sure you add or edit parser tests if you edit the parser. 🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf. |
33e9efd to
cd1f7a0
Compare
|
Your pull request contains more than 1000 changes. It is strongly encouraged to split big PRs into smaller chunks. 🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf. |
522faa9 to
46950b5
Compare
46950b5 to
f048762
Compare
3b75ceb to
350ed98
Compare
69f4ea0 to
f0bb57f
Compare
3d40746 to
de58985
Compare
3ad34aa to
2d99947
Compare
2d99947 to
6bb5a2b
Compare
Add basic syntax support for database-level changefeeds. CREATE DATABASE CHANGEFEED for foo This PR only allows the aforementioned statement to be parsed; no changefeed is created. Epic: CRDB-1421 Resolves: cockroachdb#147369 Release note: None
6bb5a2b to
8c91603
Compare
|
bors r=asg0451 tftr! |
|
Build succeeded: |
Add basic syntax support for database-level
changefeeds.
CREATE DATABASE CHANGEFEED for fooThis PR only allows the aforementioned statement
to be parsed; no changefeed is created.
Epic: CRDB-1421
Resolves: #147369
Release note: None