Jan Prochazka

Results 103 comments of Jan Prochazka

This could be a bit problem. It seems that used NPM package [xlsx](https://www.npmjs.com/package/xlsx) deosn't support streaming for XLSX files. As a workaround, you could export data as semicolon ';' separated...

Custom scripts on table is excelent idea, which could solve this Now custom script on database is supported (via applications - last widget in left sidebar), but maybe there should...

I added context menu command "Truncate table", which invokes TRUNCATE TABLE (or DELETE FROM in SQLite) statement

Nice idea, thanks for it. I will surely implement it (the dropdown variant), but not with the highest priority

I have replicated this, thanks for error report The same problem is after clicking refresh, when new rows are inserted. The reason is, that after inserting new rows, incremental loading...

I agree. It is not priority for now, but it is planned for future

Thanks for testing this new feature. TRANSACTION command around every deploy statement is bug, it is fixed in newest BETA. Now there is only one transaction, which could be easily...

SQL 2005 is now not supported. Now I have no hardware to test this. Are you able to test this support, if added? Probably I could make it in 1...

Thanks for that idea, I like it There should be limit of JSON length to be displayed, otherwise it could be very slow. The most expensive operation is displaying text...

Great to hear this. There is documentation for plugin development - https://dbgate.org/docs/plugin-development.html Also there is yeaoman wizard, which helps to create plugin skeleton: https://www.npmjs.com/package/generator-dbgate Driver plugin template is a bit...