1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-06 18:18:53 +08:00
Commit Graph

40 Commits

Author SHA1 Message Date
lana-k
a91add40cc uninstall sqlite parser #78 2021-08-18 20:58:53 +02:00
lana-k
f3e8448851 update version 2021-08-11 23:16:11 +02:00
lana-k
9f32323a80 fix column order in result set #74 2021-08-10 20:31:12 +02:00
lana-k
fe8ab3f3e8 update version 2021-08-05 18:44:10 +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
lana-k
8d0bc6affe Update package.json 2021-07-15 22:48:46 +02:00
lana-k
0f2dc9f11e fix ISO time columns when no column names #66 2021-07-15 22:36:07 +02:00
lana-k
fb930028de update chokidar 2021-07-04 13:05:06 +02:00
saaj
3a6628cab9 Pre-built custom sql.js for sqliteviz (#62)
* Proof-of-concept pre-built custom sql.js

* Rewrite Makefile as a couple of comprehensible Python scripts

* Add link to a blog post about transitive closure in SQLite

* Remove eval extension -- no much point as it only returns a string

* Consistently use existing Path objects

* Add basic tests scalar functions from extension-functions.c

* Test presence of functions from the rest of built extensions

* Use the same sqlite.com domain

* Add a couple SQLite compile flags that may make it a bit faster

* Add regexpi function test

* Add node about regexpi and REGEXP operator

* Workaround first build failure, rebuild lock file and minor fixes
2021-07-03 16:43:43 +02:00
lana-k
f9edeafd40 fix csv import with ISO dates #64 2021-07-01 19:07:59 +02:00
lana-k
a37ed93306 update version 2021-06-17 12:24:41 +02:00
lana-k
1251c542cb update react-chart-editor 2021-05-25 11:52:37 +02:00
lana-k
99a10225a3 CSV import as a table and db connection rework
- Add csv to existing db #32
- [RFE] Simplify working with temporary tables #53
2021-05-24 19:40:47 +02:00
lana-k
d750541c80 App diagnostic dialog #46 2021-05-19 15:46:18 +02:00
lana-k
9fff1d699a update sql.js #43 2021-05-05 15:08:12 +02:00
lana-k
a07f2d3d99 update plotly 2021-05-02 20:59:03 +02:00
lana-k
9b6aa3d6c7 add manifest and offline support #12 2021-04-29 16:19:25 +02:00
lana-k
97c0c6191b run tests in Firefox 2021-04-24 16:00:31 +02:00
lana-k
803622f18f move tests to tests folder
rename util modules
rename DbUpload to DbUploader
add tests for DbUploader component #27
2021-04-21 11:05:56 +02:00
lana-k
b30eeb6788 add CSV support #27 2021-04-10 18:24:53 +02:00
lana-k
6612f4444b add tests in github actions 2021-01-13 21:51:04 +01:00
lana-k
34764a6e33 remove saveDbName method (refactor) 2020-12-27 18:03:04 +01:00
lana-k
9fca9b29dc Fix: Search table error #29 2020-12-22 16:09:03 +01:00
lana-k
00d671fac0 Rename connection to loading #25 2020-12-16 22:02:53 +01:00
lana-k
6a1dcfc187 add karma packages 2020-12-15 14:43:17 +01:00
lana-k
cb49b7b6cb karma attempt 2020-12-15 12:32:05 +01:00
lana-k
5ed3266942 0.6.0 2020-11-20 19:18:42 +01:00
lana-k
d586e43d6e fix some minor style issues 2020-11-14 23:08:19 +01:00
lana-k
92e6150ea5 add licence in package.json 2020-11-13 23:23:53 +01:00
lana-k
c5fa3e903a Fix wrong trigger of autocomplete #15 2020-11-11 22:42:44 +01:00
lana-k
9912ed24cf new design for tab header and sql editor 2020-11-11 14:41:55 +01:00
lana-k
fec8fb5ac0 update version 2020-10-25 22:30:33 +01:00
lana-k
fdd50b2f86 not greedy splitter 2020-10-22 22:47:15 +02:00
lana-k
518270e1f5 fix build 2020-10-15 20:48:54 +02:00
lana-k
769c146d95 add import queries feature 2020-10-15 20:27:35 +02:00
lana-k
dbc2e3d0f3 add VModal 2020-10-12 22:48:10 +02:00
lana-k
17353810da go to vuera 2020-10-11 16:17:53 +02:00
lana-k
655f138905 add jsx plugin 2020-10-10 12:43:44 +02:00
lana-k
2371cd5acc styles and pagination for sql results table 2020-10-03 20:24:03 +02:00
lana-k
0a0407cb04 Initial commit 2020-09-20 22:52:06 +02:00