Alessandro

Results 210 comments of Alessandro

I think this is an issue of the Flatpak file. @bilelmoussaoui, would you know how to give the flatpak access to the user's `~/.ssh` directory?

@henkedk sweet, thanks for checking this. Feel free to open a PR if you want, otherwise I will take care of this later next week.

Thanks both for the report and suggestion. The Gda Library for database queries is not the most intuitive in handling a query string, and as you noticed, it's really basic....

Pushing a new version with the fix for this issue later tomorrow!

That's a limitation of the LibGDA that unfortunately I can't fix. I'm working on the new version where I'm gonna drop that library and use specific database bindings. That'll solve...

I'm working on this and it should be out around version 0.6 or similar. I'm trying to keep a sort of organized roadmap of the futures I'm implementing.

Sequeler doesn't currently support running multiple queries at once, I need to work on that feature. You can, for now, put your cursor on the first string, run the query,...

Thanks for the report, that's definitely a bug! Would you be able to share with me the raw data? I don't need the entire table, just a couple of rows...

I pushed a new version to the AppCenter that should fix the problem, I'll test your data later today and see if it works. Thanks

So, the problem happens because the field `date` has a set type of `datetime`, which the correct format is `YYYY-MM-DD HH:MM:SS`. You're saving just the date format `YYYY-MM-DD`, which is...