Commit Graph

27 Commits

Author SHA1 Message Date
Fabio Di Stasio d892fa6fb3 feat(PostgreSQL): partial postgre implementation 2021-03-16 18:42:03 +01:00
Fabio Di Stasio 71b4310117 feat: context menu shortcut to set NULL a table cell 2021-02-28 21:45:38 +01:00
Fabio Di Stasio 94c4952319 fix: support of bit fields in table filler 2021-02-18 15:26:17 +01:00
Fabio Di Stasio 970de4962b feat: support to fake data locales 2021-02-17 18:49:02 +01:00
Fabio Di Stasio 6c62052b47 feat: min and max option for random floats and numbers 2021-02-16 19:13:20 +01:00
Fabio Di Stasio 288ff4c1a1 fix: cut faker text based on field length 2021-02-14 18:25:57 +01:00
Fabio Di Stasio a176174b8d feat: fake table data generator 2021-02-13 18:45:16 +01:00
Fabio Di Stasio 0386bbac50 refactor: number and float fields as separate types 2021-02-10 18:24:28 +01:00
Fabio Di Stasio b0576acdf6 perf(core): bulk inserts support 2021-02-08 11:46:57 +01:00
Fabio Di Stasio ede6fe81ce fix: edit bit fields 2021-02-04 09:20:52 +01:00
Fabio Di Stasio 5940b0b842 feat: edit rows from tables without a primary key 2021-01-30 14:58:12 +01:00
Fabio Di Stasio 574d493908 feat: delete rows from tables without a primary key 2021-01-28 18:33:29 +01:00
Fabio Di Stasio 5712b80022 feat: improved data table sorts 2020-12-07 17:51:48 +01:00
Fabio Di Stasio d38583262e fix: deletion of rows with non-numeric ID 2020-12-07 15:07:59 +01:00
Fabio Di Stasio a4122b4eaa feat: drop and truncate tables 2020-12-03 16:15:10 +01:00
Fabio Di Stasio e6602d1bfa feat: create new tables 2020-12-03 13:00:54 +01:00
Fabio Di Stasio 27769f204f feat: display all keys in properties tab 2020-11-20 17:24:02 +01:00
Fabio Di Stasio 249926b8e0 feat: ability to edit table fields 2020-11-13 12:39:40 +01:00
Fabio 2e49d86677 refactor(core): improved how application gets query fields and keys 2020-10-27 16:41:00 +01:00
Fabio ee183886f6 fix(mysql): error getting foreign key list 2020-10-23 16:21:36 +02:00
Fabio 053418ee90 refactor(mysql): moved specific queries inside MySQLClient class 2020-10-16 17:26:47 +02:00
Fabio c1cdd03938 refactor: simplified and improved project structure 2020-09-24 13:09:01 +02:00
Fabio 9599b43f78 refactor: changed event names to kebab-case 2020-08-18 18:03:59 +02:00
Fabio 0b6a188d19 feat: foreign key support in add/edit row 2020-08-17 15:10:19 +02:00
Fabio 744728a14f refactor: moved table fields informations to vuex 2020-08-14 18:07:29 +02:00
Fabio 2f1dfdc654 feat: option to insert table rows 2020-08-12 18:12:30 +02:00
Fabio 60132c94a1 Results table improvements 2020-07-24 13:26:56 +02:00