lana-k
88c62a1dfb
show message about ClipboardItem support #50
...
for Firefox
2021-08-20 22:30:48 +02:00
lana-k
ead861b610
copy png to clipboard #50
2021-08-20 21:45:05 +02:00
lana-k
949e6b626e
fix lint errors #81
2021-08-20 18:07:30 +02:00
lana-k
6dc81f7be6
copy result set as tsv #50
2021-08-20 18:06:58 +02:00
lana-k
bb39dcbc2f
use tab for export to csv #81
...
(support paste to google sheets)
2021-08-20 18:05:51 +02:00
lana-k
131efb55df
update readme #81
2021-08-20 15:38:18 +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
lana-k
a91add40cc
uninstall sqlite parser #78
2021-08-18 20:58:53 +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
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