| Summary: | SQL connections does not save nor retrieve | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | tepostlakatl <horus.sandoval> |
| Component: | sessions | Assignee: | Artyom Kirnev <kirnevartem30> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | christoph, justin.zobel, kirnevartem30, mircea.dragota, ms27, salvi.loris |
| Priority: | NOR | ||
| Version First Reported In: | 18.08.0 | ||
| Target Milestone: | --- | ||
| Platform: | Debian stable | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 22.04.0 | |
| Sentry Crash Report: | |||
| Attachments: | attachment-22501-0.html | ||
|
Description
tepostlakatl
2019-09-14 19:12:48 UTC
I confirm, same problem. Debian GNU/Linux 10 4.19.0-6-amd64 KDE Plasma: 5.14.5 Qt: 5.11.3 KDE Frameworks: 5.54.0 Same problem here. OpenSuse Leap 15.1 KDE Plasma Version : 5.12.8 Qt Version : 5.9.7 KDE Frameworks Version : 5.55.0 Setting to confirmed as reported by 3 users. I was checking the source code and noticed than the class KateSQLPlugin doesn't implement the KTextEditor::SessionConfigInterface interface and also, it is not implementen neither method to save the configuration. I'd tryed to implement the class but until now, I havent succeded on it. Created attachment 132924 [details] attachment-22501-0.html Good to know somebody s taking care of it after such a long time Sent from my Samsung Galaxy smartphone. -------- Original message --------From: tepostlakatl <bugzilla_noreply@kde.org> Date: 10/31/20 22:07 (GMT+02:00) To: mircea.dragota@ccms.ro Subject: [kate] [Bug 411920] SQL connections does not save nor retrieve https://bugs.kde.org/show_bug.cgi?id=411920--- Comment #4 from tepostlakatl <horus.sandoval@carpathialab.com> ---I was checking the source code and noticed than the class KateSQLPlugin doesn'timplement the KTextEditor::SessionConfigInterface interface and also, it is notimplementen neither method to save the configuration. I'd tryed to implementthe class but until now, I havent succeded on it.-- You are receiving this mail because:You are on the CC list for the bug. (In reply to tepostlakatl from comment #4) > I was checking the source code and noticed than the class KateSQLPlugin > doesn't implement the KTextEditor::SessionConfigInterface interface and > also, it is not implementen neither method to save the configuration. I'd > tryed to implement the class but until now, I havent succeded on it. If you need some help, just ask what is the issue, would be cool to have this fixed! Updated build docs are here: https://kate-editor.org/build-it/ Implement SessionConfigInterface in sql plugin (and expanded it's functionality to store SQLite connections) https://invent.kde.org/utilities/kate/-/merge_requests/522 |