lana-k
637d8d26dd
#63 migrate to Vue 3
2024-10-13 16:12:21 +02:00
lana-k
b30b2181e4
#63 update slot syntax
2024-10-05 15:43:22 +02:00
lana-k
378b9fb580
#113 upgrade plotly
2024-09-23 16:46:50 +02:00
lana-k
244ba9eb08
#116 add JSON/NDJSON
0.25.0
2024-09-17 11:35:53 +02:00
lana-k
53e5194295
#116 update tests
2024-09-16 23:49:02 +02:00
lana-k
04274ef19a
#116 fix lint
2024-09-15 18:08:46 +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
a2464d839f
#115 fix version number
0.24.1
2024-01-07 13:55:38 +01:00
lana-k
316e603c3c
#115 style fixes
2024-01-07 13:37:21 +01:00
lana-k
88466eca5e
#115 fix lint
0.24.0
2024-01-07 12:31:53 +01:00
lana-k
5123e39a60
#115 version
2024-01-07 12:14:08 +01:00
lana-k
4c8401f32f
#115 scroll record to beginning
2024-01-06 20:36:43 +01:00
lana-k
d949629ee4
#115 fix new lines - use pre
2024-01-06 18:55:45 +01:00
lana-k
7a18e415c8
#115 add styles for blob and null
2024-01-06 16:51:35 +01: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
96af391f20
#115 clear message
2024-01-02 13:57:42 +01:00
lana-k
f58b62eb0c
#115 add messages
2023-12-27 23:00:05 +01:00
lana-k
b17040d3ef
#115 copy cell value
2023-12-27 22:22:49 +01:00
lana-k
bc6154b9ad
#115 add icons
2023-12-27 21:30:43 +01:00
lana-k
3aea8c951b
#115 update value when switch row
2023-12-26 20:45:11 +01:00
lana-k
1e982a1196
#115 unselect on paging
2023-10-31 22:27:47 +01:00
lana-k
6ecbde7fd3
#115 style fixes
2023-10-31 20:48:30 +01:00
lana-k
5ee881432a
#115 select cell between modes; pass record number
2023-10-29 20:01:51 +01:00
lana-k
735e4ec7f6
#115 record and row navigator
2023-10-28 22:51:28 +02:00
lana-k
07d31dbfe9
#115 unselect
2023-10-28 19:48:36 +02:00
lana-k
ac1f7de62c
#115 formats and call selections
2023-10-27 22:50:54 +02:00
lana-k
96877de532
#115 move focus
2023-10-27 18:47:45 +02:00
lana-k
b60fc28e47
#115 json view
2023-10-27 17:14:14 +02:00
lana-k
bec3d9c737
#115 add split in result set
2023-10-25 20:43:22 +02:00
lana-k
8aac7af481
update package.json
0.23.2
2023-07-03 23:33:52 +02: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
0.23.1
2023-06-29 23:14:08 +02:00
lana-k
ebb5af4f10
send event when sharing
2023-06-29 22:57:39 +02:00
lana-k
ae26358b25
add test #110
2023-06-29 22:28:41 +02:00
lana-k
d9ee702b8e
update papaparse #111
2023-06-29 22:14:28 +02:00
lana-k
446045fa55
Catch parsing errors in compete #110
2023-06-29 22:13:56 +02:00
lana-k
1a9d1b308b
check data format #109
0.23.0
2023-06-10 20:05:42 +02:00
lana-k
014ecf145e
update version
2023-06-10 19:11:15 +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
0.22.0
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
saaj
e4b117ffb9
Sqljs upgrade and benchmark improvements ( #103 )
...
* Update to sql.js 1.7.0
* Update to emsdk 3.0.1, replace/remove deprecated/irrelevant settings
- Renamed .bc extension to .o
- Remove deprecated INLINING_LIMIT setting
- Remove SINGLE_FILE
* Update SQLite to 3.39.3
* Collect and plot CPU and RSS charts from the benchmark containers
* Move procpath commands to a playbook, plot only top 2 RSS & CPU usage
* Optimise for size, put -flto for both compile and link
2023-03-04 17:00:46 +01:00
lana-k
6320f818cb
fix undefined in tests and chart metrics
2022-07-30 16:42:30 +02:00
lana-k
3c456ef135
fix sql hint: read properties of undefined #99
0.21.1
2022-07-29 15:27:01 +02:00