yavon007
58ca9a3b21
feat: add SSH key passphrase field and file picker for key path
...
- Add ssh_key_passphrase field to ConnectionConfig model with full keyring lifecycle
- Pass passphrase to russh load_secret_key for encrypted SSH keys
- Add native file picker (FolderOpen icon) next to SSH key path input
- Add password-type input for key passphrase in connection dialog
- Make connection dialog form scrollable for short windows
- Fix alignment of key path input and browse button
- Add i18n keys (en + zh-CN)
2026-05-03 04:39:03 +08:00
t8y2
05d0b0408c
chore: bump version to 0.3.7 in Cargo.lock
2026-05-02 23:52:04 +08:00
t8y2
fb8b06cc14
chore: bump version to 0.3.7
2026-05-02 23:29:38 +08:00
t8y2
f598b5a91c
feat: enhance MySQL connection handling with bare option and optimize component imports
2026-05-02 23:25:39 +08:00
t8y2
db31a7c45e
chore: optimize release profile with panic=abort and fat LTO
2026-05-02 22:54:19 +08:00
t8y2
d3d680b224
chore: switch release LTO from fat to thin for faster builds
2026-05-02 22:30:30 +08:00
skyler
adb7bc9253
Merge pull request #61 from SuLea-IT/codex/explain-plan-viewer
...
feat: add explain plan viewer
2026-05-02 21:54:54 +08:00
t8y2
44c98ba335
feat: add support for bare MySQL connections and improve SQL query handling for doris
2026-05-02 21:51:50 +08:00
SuLea-IT
d180539778
feat: add explain plan viewer
2026-05-02 21:00:53 +08:00
t8y2
eab5556b6f
feat: enhance AI streaming with reasoning support and UI updates
2026-05-02 20:43:49 +08:00
SuLea-IT
2ebd72b3b7
feat: import table data from files
2026-05-02 19:04:41 +08:00
t8y2
608a02a0bb
chore: bump version to 0.3.6
2026-05-02 17:48:30 +08:00
t8y2
a025649f89
fix: update MySql connection options to include pipes as concat and timezone settings
2026-05-02 17:36:00 +08:00
t8y2
c6f9bb89ec
fix: support for ClickHouse database username and password configuration
2026-05-02 17:25:16 +08:00
t8y2
40a67434ee
feat: use file-based secret store in debug mode to avoid macOS Keychain prompts
...
During development, every Rust recompile changes the binary signature,
causing macOS to invalidate Keychain "Always Allow" and prompt for the
password on every hot reload. Switch to a JSON file store in debug
builds so dev workflow is uninterrupted; release builds still use the
system keychain.
2026-05-02 16:45:17 +08:00
SuLe
b6f89f02fb
add database relationship diagrams
2026-05-02 13:09:53 +08:00
skyler
0273f9f65d
Merge pull request #50 from kingcanfish/fix/numeric-precision-display
...
fix: resolve PostgreSQL/MySQL/SQL Server NUMERIC/DECIMAL display issues
2026-05-02 10:36:27 +08:00
kingcanfish
d1075c0042
fix: resolve PostgreSQL/MySQL/SQL Server NUMERIC/DECIMAL display issues
...
- Add rust_decimal feature to sqlx and tiberius for proper Decimal type handling
- Fix try_get_unchecked<String> causing NULL or garbled output for numeric types
- Add numeric_precision and numeric_scale to ColumnInfo for all database drivers
- Update frontend to display precision (e.g., numeric(20,6)) in column headers
- Fix typeColorClass to handle type names with precision suffix
Root cause: PostgreSQL binary protocol sends NUMERIC as PgNumeric binary format,
not UTF-8 text. try_get_unchecked<String> attempted to decode binary bytes as UTF-8,
causing decode failures (NULL) or garbage characters (乱码).
2026-05-02 10:14:01 +08:00
t8y2
f936e4e99f
chore: bump version to 0.3.5
2026-05-02 09:55:15 +08:00
skyler
8b153bef0d
Merge pull request #49 from SuLea-IT/codex/sql-file-execution
...
Add SQL file execution workflow
2026-05-02 09:47:33 +08:00
SuLe
518bdc2c38
support sql file dump splitter cases
2026-05-02 05:42:34 +08:00
SuLe
69cd5831a1
skip comment-only sql file statements
2026-05-02 05:06:14 +08:00
SuLe
41066476be
harden sql file execution
2026-05-02 04:57:41 +08:00
SuLe
7a3b356379
emit sql file io errors
2026-05-02 04:51:10 +08:00
SuLe
15fa5b0d2c
execute sql files with progress
2026-05-02 04:47:43 +08:00
SuLe
33705b9cbb
speed up query timeout test
2026-05-02 04:41:09 +08:00
SuLe
ed475f1d1b
share query execution helper
2026-05-02 04:36:44 +08:00
SuLe
f862a27858
fix streamed comment splitting
2026-05-02 04:29:10 +08:00
SuLe
733fc69e13
fix connection test initializer
2026-05-02 04:26:03 +08:00
SuLe
893c17ef9f
add sql file statement splitter
2026-05-02 04:24:52 +08:00
SuLe
d14329ea15
store connection secrets in system keyring
2026-05-02 03:37:52 +08:00
t8y2
3f71cd6dfa
feat: enhance AI functionality with conversation management and cancellation
2026-05-02 03:05:02 +08:00
t8y2
85af211089
chore: bump version to 0.3.4
2026-05-01 23:12:01 +08:00
t8y2
557897f428
feat: enhance MySQL connection handling and update connection dialog for Doris, SelectDB, and StarRocks
2026-05-01 19:36:17 +08:00
t8y2
6e0fdf1c92
feat: add ssh_expose_lan configuration and localization support
2026-05-01 15:37:52 +08:00
t8y2
830dd03772
chore: bump version to 0.3.3
2026-05-01 15:00:10 +08:00
t8y2
65cd285567
feat: add AiApiStyle support and integrate into AI completion and streaming functions
2026-05-01 12:10:32 +08:00
t8y2
b33d823a11
chore: bump version to 0.3.2
2026-05-01 10:21:51 +08:00
t8y2
e6be189992
feat: implement SSH tunneling using russh library
2026-05-01 10:00:51 +08:00
t8y2
f5ef4fe6ce
feat: update connection URL parameters handling for Doris and StarRocks databases; improve UI element heights and add localization for edit action
2026-05-01 09:22:11 +08:00
t8y2
4c4f5de6d8
feat: add IPv6 support for connection URLs by bracketing host addresses
2026-05-01 01:28:54 +08:00
t8y2
b43e67b4fc
feat: add support for Doris, StarRocks, and Redshift databases in connection handling and UI
2026-05-01 01:26:35 +08:00
t8y2
fd850d124b
chore: bump version to 0.3.1
2026-05-01 01:05:07 +08:00
t8y2
75244339e4
feat(postgres): enhance JSON serialization for temporal and numeric types
2026-05-01 00:13:42 +08:00
SuLea-IT
806a855ef0
Add query cancellation controls ( #41 )
...
Co-authored-by: SuLe <sule@SuLedeMacBook-Air.local>
Co-authored-by: skyler <77960507+t8y2@users.noreply.github.com>
2026-05-01 00:05:15 +08:00
t8y2
c840ab4e45
feat: implement data transfer functionality with progress tracking
2026-05-01 00:00:59 +08:00
t8y2
cb9c3982d3
fix: sync version to 0.3.0 in tauri.conf.json and Cargo.toml
2026-04-30 22:57:57 +08:00
t8y2
1e15249da9
feat(ai): 添加流式数据处理和执行 SQL 功能
2026-04-30 21:46:57 +08:00
t8y2
9e7ed096b7
feat: add AI streaming functionality and enhance AI assistant features
2026-04-30 21:25:01 +08:00
skyler
23551ffa16
feat: exclude temporary schemas from list_schemas query ( #39 )
2026-04-30 19:49:56 +08:00