mirror of
https://github.com/dbeaver/cloudbeaver.git
synced 2026-04-25 21:56:01 +03:00
[GH-ISSUE #347] Ability to run SQL Scripts #94
Labels
No labels
AS
can't reproduce
can't reproduce
deployment
development
documentation
duplicate
duplicate
ee
enhancement
external
new driver
performance
pull-request
third party issue
wait for response
wait for review
wontfix
x:Oracle
x:cassandra
x:clickhouse
x:db2
x:duckdb
x:greenplum
x:h2
x:h2gis
x:hana
x:hive
x:intersystems
x:kyuubi
x:maria
x:mongo
x:mysql
x:postgresql
x:presto
x:sql server
x:sqlite
x:teradata
x:trino
xf:accessibility
xf:administration
xf:ai
xf:authentication
xf:aws
xf:commit-mode
xf:connection
xf:dark theme
xf:data editor
xf:datatransfer
xf:dba
xf:driver management
xf:erd
xf:filters
xf:i18n
xf:i18n
xf:installer
xf:json
xf:kerberos
xf:ldap
xf:local config
xf:log viewer
xf:metadata
xf:metadata editor
xf:navigator
xf:okta
xf:query manager
xf:resource manager
xf:scripts
xf:sql editor
xf:tasks
xf:ui/uix
xo: Firefox
xo:eclipse
xo:internet explorer
xo:macos
xp:major
xrn:internal
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudbeaver#94
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @marty-streamsets on GitHub (Apr 12, 2021).
Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/347
Is your feature request related to a problem? Please describe.
I need to be able to execute a sql script like I can in the client version (alt-x). I can only see where I can run a single sql command at a time...
Describe the solution you'd like
Provide the execute script ability that exists in the client version (alt-x). I want to highlight the lines of sql I want to execute and then alt-x to run them (or click a button).
@kseniiaguzeeva commented on GitHub (Apr 13, 2021):
Thank you for the feature request. We will think when the function can be implemented
@ajkq commented on GitHub (Jul 9, 2021):
It would be great if functions can be executed from the GUI as well, i.e. when selecting a function, show:
Adminer does that quite nicely, including only showing functions the user has execute privileges on.
Database is PostgreSQL 13
@kseniiaguzeeva commented on GitHub (Jul 9, 2021):
Could I ask you to create a new ticket for this feature request? Thank you for the suggestion.
@kseniiaguzeeva commented on GitHub (Sep 5, 2021):
The ability is implemented in 21.1.2 release. We are also going to improve SQL parsing for script execution.