lana-k
f3e8448851
update version
2021-08-11 23:16:11 +02:00
lana-k
4213e9df5c
fix lint errors
0.15.2
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
lana-k
2ed5160f65
remove maps from root
0.15.1
2021-08-05 18:47:24 +02:00
lana-k
fe8ab3f3e8
update version
2021-08-05 18:44:10 +02:00
saaj
848112979b
SQLite WebAssembly micro-benchmark and new build with a memory leak fix ( #70 )
2021-08-05 18:35:31 +02:00
lana-k
2830df2adc
Update README.md
0.15.0
2021-08-04 22:25:23 +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
d07506266c
fix lint error
0.14.1
2021-07-15 22:41:36 +02:00
lana-k
cea1d40797
Merge branch 'master' of github.com:lana-k/sqliteviz
2021-07-15 22:36:33 +02:00
lana-k
0f2dc9f11e
fix ISO time columns when no column names #66
2021-07-15 22:36:07 +02:00
lana-k
23250259eb
Update package.json
2021-07-04 13:57:13 +02:00
lana-k
fb930028de
update chokidar
0.14.0
2021-07-04 13:05:06 +02:00
lana-k
1ff4adf95c
Merge branch 'master' of github.com:lana-k/sqliteviz
2021-07-04 12:23:35 +02:00
lana-k
78cdb3809c
update npm in CI
2021-07-03 19:55:47 +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
418809d27d
lint no fix in CI
2021-07-03 15:48:56 +02:00
lana-k
f9edeafd40
fix csv import with ISO dates #64
0.13.2
2021-07-01 19:07:59 +02:00
lana-k
a37ed93306
update version
0.13.1
2021-06-17 12:24:41 +02:00
lana-k
cf4b83f7d4
fix csv result when column names have spaces #59
2021-06-17 12:23:44 +02:00
lana-k
2abd42c9c3
run tests on pull request
2021-06-07 13:20:42 +02:00
lana-k
1251c542cb
update react-chart-editor
0.13.0
2021-05-25 11:52:37 +02:00
lana-k
ac89259924
Always create empty db on start #46
2021-05-24 21:45:51 +02:00
lana-k
179ff8b1e1
fix table layout on My queries #32
2021-05-24 20:50:52 +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
c96deb5766
Fix overflow for Firefox #46
2021-05-22 22:26:23 +02:00
lana-k
700970e1cc
Add addTable icon #32
2021-05-22 22:25:19 +02:00
lana-k
e2be61e2cf
Make error in text field start with uppercase #32
2021-05-22 22:24:20 +02:00
lana-k
9c2c8f3692
Make Logs smaller #32
2021-05-22 22:23:12 +02:00
lana-k
414a116f94
Lost focus in SQL query editor #54
2021-05-19 22:50:56 +02:00
lana-k
3e503f85a9
Stub app-diagnostic-info in tests
2021-05-19 21:52:42 +02:00
lana-k
88257bfcf6
fix CSV dialog height typo
2021-05-19 16:53:30 +02:00
lana-k
bdcc494138
Add scrolling to App info , CSV import dialogs #46
2021-05-19 16:43:42 +02:00
lana-k
d750541c80
App diagnostic dialog #46
2021-05-19 15:46:18 +02:00
lana-k
75f743ff9e
remove title in release notes
2021-05-18 15:38:44 +02:00
lana-k
8a9f4b3c0a
add Help link
0.12.0
2021-05-18 15:04:35 +02:00
lana-k
77468d34ae
add release notes
2021-05-18 15:04:19 +02:00
lana-k
a0577ec0ce
Fix gradient for Safari
2021-05-17 21:34:42 +02:00
lana-k
e7d1398546
Rewrite reg exp: make them work in Safari #52
2021-05-17 21:34:24 +02:00
lana-k
aa52048d51
Fix file type detection #48
...
file.type is empty on some Windows machines (Registry settings affects)
2021-05-17 21:32:09 +02:00
lana-k
33913f8f5c
fix lint
2021-05-14 16:47:01 +02:00
lana-k
51eb7a543c
Merge branch 'master' of github.com:lana-k/sqliteviz
2021-05-14 16:43:13 +02:00
lana-k
a3fb38b23c
SQL query execution state in UI #3
...
- use LoadingIndicator
- use Logs
2021-05-14 16:42:58 +02:00
lana-k
3bb40b4eb7
Improve LoadingIndicator
...
- size parameters
- smooth animation (use ony transform)
2021-05-14 16:40:55 +02:00
lana-k
6864bf84f8
Update README.md
2021-05-06 21:36:20 +02:00
lana-k
9f1b3823f6
Update README.md
2021-05-06 20:46:36 +02:00
lana-k
7574f529c3
add hidden state for file in animation
2021-05-06 15:17:15 +02:00
lana-k
653f8eff7b
minor changes in animation
2021-05-06 15:05:58 +02:00
lana-k
9b3dda6cff
delete .nojekyll from master
0.11.0
2021-05-05 23:43:51 +02:00