Update dbeaver to 5.1.3.
For all included fixes see these news articles: DBeaver 5.1.1, DBeaver 5.1.2 & DBeaver 5.1.3
Details
Details
- Reviewers
DataDrake - Group Reviewers
Triage Team - Commits
- R595:6496dfdc3429: Update dbeaver to 5.1.3
Connected to MariaDB & PostgreSQL databases, executed simple scripts
Diff Detail
Diff Detail
- Repository
- R595 dbeaver
- Branch
- master
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Comment Actions
Any chance of adding this patch to it to remove update prompts for new users? (not sure it will impact those who have loaded it already)
| package.yml | ||
|---|---|---|
| 5 | Any reason switching to git? | |
| package.yml | ||
|---|---|---|
| 5 | Easier to maintain, just increment version and release number, no need to look for the link and run yupdate. Can go back to the regular link if you want. | |
Comment Actions
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:1.1.0:compile (default-compile) on project org.jkiss.dbeaver.model: Compilation failure: Compilation failure:
[ERROR] /home/build/YPKG/root/dbeaver/build/dbeaver.git/plugins/org.jkiss.dbeaver.model/src/org/jkiss/dbeaver/model/sql/parser/CustomExpression.java:[26]
[ERROR] public class CustomExpression implements Expression {
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] The type CustomExpression must implement the inherited abstract method ASTNodeAccess.getASTNode()
[ERROR] /home/build/YPKG/root/dbeaver/build/dbeaver.git/plugins/org.jkiss.dbeaver.model/src/org/jkiss/dbeaver/model/sql/parser/CustomExpression.java:[26]
[ERROR] public class CustomExpression implements Expression {
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] The type CustomExpression must implement the inherited abstract method ASTNodeAccess.setASTNode(SimpleNode)
[ERROR] 2 problems (2 errors)
[ERROR] -> [Help 1]