mirror of
https://github.com/dbeaver/cloudbeaver.git
synced 2026-04-25 21:56:01 +03:00
[GH-ISSUE #1307] import multiple local sql files #285
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#285
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 @fisherwei on GitHub (Nov 21, 2022).
Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/1307
SQL editor can open only one sql files, if we can open multiple files as same time will be better.
@kseniaguzeeva commented on GitHub (Nov 22, 2022):
Could you please add more details in the ticket what feature do you want to see in CloudBeaver? How should it work?
You can open multiple SQL Editors for different connections for now by pressing the SQL button or via the context menu in the Navigator tre.
@fisherwei commented on GitHub (Nov 25, 2022):
yes, we can open multiple tabs, but if I want to run many many .sql scripts, I have to one by one.
Adminer, it can upload multiple files at the same time, and then run them.
@miltonchirinos44 commented on GitHub (Nov 25, 2022):
@fisherwei you should change the title and as a suggestion it should be called import multiple local sql files
@kseniaguzeeva commented on GitHub (Dec 7, 2022):
Thank you for the explanation. CloudBeaver runs in a browser, so the size of a loaded script has a limit. So, we should find a good solution to avoid freezing the application.
I'l inform you as soon as the way of the implementation is found.
@alexisdondon commented on GitHub (May 9, 2023):
Could it be better to have a git integration to let git clone and git push script in workspace instead of upload/download scripts?
@devnaumov commented on GitHub (May 18, 2023):
What is the anticipated action when multiple files are imported concurrently? Are they expected to appear sequentially, one after the other?
@LonwoLonwo commented on GitHub (Mar 12, 2024):
Hello @alexisdondon
We have GIT integration in our TE product: https://github.com/dbeaver/cloudbeaver/wiki/Team-Edition-Git