lana-k
87f9f9eb01
use actions, add store tests
2025-01-05 22:30:12 +01:00
lana-k
53e5194295
#116 update tests
2024-09-16 23:49:02 +02:00
lana-k
3893a66f4e
Merge branch 'master' of github.com:lana-k/sqliteviz
2024-09-05 22:15:38 +02:00
lana-k
1b6b7c71e9
#116 JSON file import
2024-09-05 22:15:12 +02:00
saaj
3f6427ff0e
Build sqlitelua for scalar, aggregate & table-valued UDFs in Lua ( #118 )
...
* Update base Docker images
* Use performance.now() instead of Date.now() for time promise tests
* Build sqlitelua: user scalar, aggregate & table-valued functions in Lua
2024-08-25 21:03:34 +02:00
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
b17040d3ef
#115 copy cell value
2023-12-27 22:22:49 +01:00
lana-k
6982204e68
Update currentTab when close tabs #112
2023-07-03 23:13:09 +02:00
lana-k
41e0ae7332
fix test for firefox #110
2023-06-29 23:14:08 +02:00
lana-k
ae26358b25
add test #110
2023-06-29 22:28:41 +02: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
db3dbdf993
Merge branch 'master' of github.com:lana-k/sqliteviz
2023-05-17 21:41:17 +02:00
lana-k
4e13a16e33
No blocking while loading predifined #107
2023-05-17 21:37:41 +02:00
saaj
9c0103fd05
SQLite 3.41.0 and pearson correlation extension function ( #106 )
...
* Build SQLite 3.41.0
* Update pivot_vtab
* Add Pearson correlation coefficient function extension, build
* Add an easy way to running test locally without Nodejs
* Use RSS sum to pick top2 processes for the report
* Try previous Ubuntu LTS as a workaround for Firefox worker not starting
2023-03-04 22:51:25 +01:00
lana-k
3c456ef135
fix sql hint: read properties of undefined #99
2022-07-29 15:27:01 +02:00
saaj
5f2b8ba5a9
Upgrade to SQLite 3.38.5 ( #91 )
...
* Update to SQLite 3.37 and latest generate_series extension
* Expect column types in upper case
* Rebuild newer SQLite, 3.38.5
2022-06-27 17:35:40 +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
saaj
4ed93bbea7
Two more extensions and improved extension documentation ( #86 )
2021-09-10 20:11:37 +02: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
858e32c9fd
fix errors in tests
2021-09-01 22:42:34 +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
23d2421584
add tests for clipboard lib
2021-08-29 21:32:13 +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
1ed5bf2fae
add test for sleep
2021-08-29 21:29:36 +02:00
lana-k
da8dc71f23
add test to csv (serialize)
2021-08-29 21:29:21 +02:00
lana-k
ebac3d8f6c
add test for chart helper
2021-08-29 21:28:55 +02:00
lana-k
0336168bdc
line size lint checking
2021-08-29 21:27:02 +02:00
lana-k
ec3ec6f57a
add test for selection and filter #84
2021-08-22 16:50:17 +02:00
lana-k
fe11d446f3
add NO found msg #83 ; fix checkbox behaviour #84
2021-08-22 15:00:34 +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
lana-k
679a785d70
add test for view #78
2021-08-18 21:24:12 +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
4213e9df5c
fix lint errors
2021-08-10 23:36:16 +02:00
lana-k
9f32323a80
fix column order in result set #74
2021-08-10 20:31:12 +02:00