lana-k
878689b3f7
fix svg button state
2024-01-06 12:03:06 +01:00
lana-k
42f040975d
#115 tests
2024-01-06 11:23:23 +01:00
lana-k
78e9ca2120
#115 fix tests
2024-01-03 18:26:07 +01:00
lana-k
0044d82b6f
Loading remote database and inquiries #109
2023-06-05 22:31:39 +02:00
lana-k
998e8d66f7
Tab refactor
2023-06-01 14:42:51 +02:00
lana-k
3c456ef135
fix sql hint: read properties of undefined #99
2022-07-29 15:27:01 +02:00
lana-k
f0a4212e2b
fix tests
2022-06-26 21:06:24 +02:00
lana-k
c8deff32c1
fix lint
2022-06-25 22:38:22 +02:00
lana-k
310a939109
#89 add tests
2021-12-24 16:13:42 +01:00
lana-k
3e3a70430f
fix lint
2021-09-03 16:03:06 +02:00
lana-k
bce3854792
fix test
2021-09-03 15:58:37 +02:00
lana-k
c4b0bdc870
fix lint
2021-09-03 15:25:30 +02:00
lana-k
69e0b2129b
add tests for Pivot and Chart
2021-09-03 15:25:23 +02:00
lana-k
4ebb3715d6
add tests for RinResult
2021-09-03 15:22:48 +02:00
lana-k
42cce95ed0
fix errors in tests
2021-09-01 22:27:51 +02:00
lana-k
61ffcc82d6
add test for clipboard copying in DataView
2021-08-30 23:10:57 +02:00
lana-k
4716bcf258
DataView tests
2021-08-29 22:27:25 +02:00
lana-k
4730afc68a
add test for tab
2021-08-29 21:31:50 +02:00
lana-k
6b902d5f00
fix line size
2021-08-29 21:31:30 +02:00
lana-k
a484c1e022
add test for pivot helper
2021-08-29 21:30:53 +02:00
lana-k
ebac3d8f6c
add test for chart helper
2021-08-29 21:28:55 +02:00
lana-k
ead861b610
copy png to clipboard #50
2021-08-20 21:45:05 +02:00
lana-k
b33974c26c
Export result set to CSV file #81
2021-08-20 15:36:19 +02:00
lana-k
e9c97beb5a
fix lint error
2021-08-18 22:09:32 +02:00
lana-k
cabc4f8acd
fix JS error during running queries #80
2021-08-18 21:50:42 +02:00
twoxfh
53b2d8372f
Updating how database object information is getting retrieved ( #79 )
...
* Updating how database object information is getting retrieved
I updated the SQLite query for gathering database objects to make use of the JSON1 extension so you can grab tables and views name, their associated columns with types and set it to the schema. This removes the need to work with DDL's. Hints for Tables and Views works since my approach is they are both database objects.
2021-08-18 20:22:30 +02:00
lana-k
9f32323a80
fix column order in result set #74
2021-08-10 20:31:12 +02:00
lana-k
5017b55944
Pivot implementation and redesign ( #69 )
...
- Pivot support implementation
- Rename queries into inquiries
- Rename editor into workspace
- Change result set format
- New JSON format for inquiries
- Redesign panels
2021-08-04 22:20:51 +02:00