mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 10:06:00 +00:00
using sql-select instead of query-data
This commit is contained in:
@@ -99,14 +99,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
// @ts-ignore
|
||||
dumpSqlSelect(dmp, select);
|
||||
|
||||
isLoading = true;
|
||||
const response = await apiCall('database-connections/query-data', {
|
||||
const response = await apiCall('database-connections/sql-select', {
|
||||
conid,
|
||||
database,
|
||||
sql: dmp.s,
|
||||
select
|
||||
});
|
||||
|
||||
rows = response.rows;
|
||||
|
||||
Reference in New Issue
Block a user