qsliu
qsliu
* **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) * **What is the current behavior?** (You can also link to an open issue here)...
* **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) fix #2128 * **What is the current behavior?** (You can also link to an open...
* **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) feature * **What is the current behavior?** (You can also link to an open issue...
For draft releases in GitHub, treat other draft releases with the same name as the same release. Fix #3148
### Is your feature request related to a problem? Please describe. Our release workflow is like this: 1. Create a `vx.y.z` branch, then GitHub Actions create a draft release with...
Please answer these questions before submitting a pull request, **or your PR will get closed**. **Why submit this pull request?** - [ ] Bugfix - [ ] New feature provided...
## What is the purpose of the change fix typo in en docs ## Brief change log - *fix typo in en docs* ## Verifying this change ## Does this...
**Describe the bug** Say a user with password `passwd@123`. Since `@` in DSN can not be distinguished, it should be quoted as `passwd%40123`. However datadiff does not support quoted DSN...
This PR will close #240.
This PR close #8952 Solution 1. Each fully-qualified column in `EXCLUDE` will be stored as "table_name.column_name" 2. In transform, check if each `binding.alias + "." + column_name` in the exclusion...