[PR #1411] [MERGED] CB-3024 create console app to execute h2 sql queries #2476

Closed
opened 2026-03-07 21:09:09 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dbeaver/cloudbeaver/pull/1411
Author: @alexander-skoblikov
Created: 1/11/2023
Status: Merged
Merged: 1/11/2023
Merged by: @serge-rider

Base: develHead: CB-3024-cb-aws-user-authentication-failed-error-reading-user-permissions


📝 Commits (1)

  • 330642b CB-3024 create console app to execute h2 sql queries

📊 Changes

7 files changed (+310 additions, -1 deletions)

View changed files

📝 .gitignore (+2 -1)
apps/h2-query-executor/README.md (+27 -0)
apps/h2-query-executor/pom.xml (+56 -0)
apps/h2-query-executor/src/main/java/io/cloudbeaver/ArgsParser.java (+33 -0)
apps/h2-query-executor/src/main/java/io/cloudbeaver/H2ExecutorConsoleApplication.java (+76 -0)
apps/h2-query-executor/src/main/java/io/cloudbeaver/H2QueryExecutor.java (+63 -0)
apps/h2-query-executor/src/main/java/io/cloudbeaver/SqlConsts.java (+53 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dbeaver/cloudbeaver/pull/1411 **Author:** [@alexander-skoblikov](https://github.com/alexander-skoblikov) **Created:** 1/11/2023 **Status:** ✅ Merged **Merged:** 1/11/2023 **Merged by:** [@serge-rider](https://github.com/serge-rider) **Base:** `devel` ← **Head:** `CB-3024-cb-aws-user-authentication-failed-error-reading-user-permissions` --- ### 📝 Commits (1) - [`330642b`](https://github.com/dbeaver/cloudbeaver/commit/330642b6eaed27dbbfe4efe6d8a2be731b80428d) CB-3024 create console app to execute h2 sql queries ### 📊 Changes **7 files changed** (+310 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+2 -1) ➕ `apps/h2-query-executor/README.md` (+27 -0) ➕ `apps/h2-query-executor/pom.xml` (+56 -0) ➕ `apps/h2-query-executor/src/main/java/io/cloudbeaver/ArgsParser.java` (+33 -0) ➕ `apps/h2-query-executor/src/main/java/io/cloudbeaver/H2ExecutorConsoleApplication.java` (+76 -0) ➕ `apps/h2-query-executor/src/main/java/io/cloudbeaver/H2QueryExecutor.java` (+63 -0) ➕ `apps/h2-query-executor/src/main/java/io/cloudbeaver/SqlConsts.java` (+53 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-07 21:09:09 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cloudbeaver#2476
No description provided.