sequeler icon indicating copy to clipboard operation
sequeler copied to clipboard

SQL Client built in Vala

Results 79 sequeler issues
Sort by recently updated
recently updated
newest added

it means integer is to "big". ![bildschirmfoto von 2018-02-19 18 43 18](https://user-images.githubusercontent.com/16517095/36391034-1c32ba5c-15a5-11e8-94b4-cfb39a1ceb62.png)

bug
LibGDA

- MySQL: 8.1.0 (Docker) - Sequeler: 0.8.2 (Flatpak) Test connection successfully but connect failure: ``` Authentication plugin 'caching_sha2_password' cannot be loaded: /app/lib/plugin/caching_sha2_password.so: cannot open shared object file: No such file...

Use the `name` element in a `developer` block instead, as recommended by `appstreamcli` 1.0.0. This fixes all warnings when validating the AppData XML file, although there are still informational messages:...

I'm getting errors processing a simple CTE query for postgresql ``` WITH a AS MATERIALIZED (SELECT 1) SELECT 2; ``` The `MATERIALIZED` is a postgresql extensions but even without it...

Hi there, i cannot connect to any postgresql servers with sequeler, because of this error message: ![Bildschirmfoto vom 2023-03-06 14-09-10](https://user-images.githubusercontent.com/1011875/223119319-63e20f05-c8e4-43f3-8663-07c965d7898b.png) it means something like: ``` was not able to open...

Version: dbda4e7 Behaviors: * Connect to a SQLite database named `测试.db` -> You end up connecting to a new (empty) database `%E6%B5%8B%E8%AF%95.db.db` * Rename database to `测试/test.db` -> Cannot connect,...

Sequeler 0.8.2 (at dbda4e7, built locally from Git) segfaults when I click on "Content" for a specific table in a remote MediaWiki database. I'm able to view the contents of...

LibGDA

I often find my self using the same queries to run. Usually I keep them in a separate text file. It would be nice to have a query history, sort...

### Objective: Port Sequeler to Gtk4 to take advantage of the improvements and new features this version offers. ### Advantages of Porting to Gtk4: - Performance Improvements: Gtk4 provides enhanced...

enhancement