Page MenuHomeSolus

Update dbeaver to 5.1.3
ClosedPublic

Authored by der_eismann on Jul 2 2018, 7:53 AM.
Tags
None
Referenced Files
F11065162: D3215.diff
Fri, Aug 11, 4:18 PM
F10986149: D3215.id.diff
Mon, Jul 24, 12:01 AM
F10986106: D3215.id.diff
Sun, Jul 23, 11:51 PM
F10985980: D3215.id.diff
Sun, Jul 23, 11:31 PM
F10956938: D3215.id7965.diff
Mon, Jul 17, 5:19 PM
F10943339: D3215.diff
Fri, Jul 14, 5:50 PM
F10894855: D3215.diff
Jul 1 2023, 1:12 PM
F10706337: D3215.id.diff
Apr 26 2023, 7:04 PM

Details

Summary

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

Test Plan

Connected to MariaDB & PostgreSQL databases, executed simple scripts

Diff Detail

Repository
R595 dbeaver
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

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.

@sunnyflunk could you commit the patch or do you want me to go back to the tarball?

This revision is now accepted and ready to land.Jul 13 2018, 5:52 PM
[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]
This revision now requires changes to proceed.Jul 13 2018, 5:59 PM
der_eismann retitled this revision from Update dbeaver to 5.1.2 to Update dbeaver to 5.1.3.Jul 16 2018, 4:22 PM
der_eismann edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Jul 19 2018, 1:02 PM
This revision was automatically updated to reflect the committed changes.