dbx/crates/dbx-core/src
vrustx 81f787e8d1
feat(export): prefetch table metadata during database export
2026-07-19 08:50:27 +08:00
..
db feat(duckdb): support editing view definitions 2026-07-17 21:38:14 +08:00
external
models fix(core): update SSL mode URL assertions 2026-07-18 16:36:54 +08:00
mq feat(mq): improve Kafka peek and admin localization 2026-07-16 18:20:27 +08:00
nacos feat(desktop): add database info and SQL statement markers 2026-07-15 18:35:34 +08:00
schema feat(xugu): expose programmable object metadata 2026-07-17 17:53:44 +08:00
sql_dialect fix(kingbase): use connection identifier quotes in MySQL mode 2026-07-16 15:20:41 +08:00
table_structure_sql fix(xugu): generate native column type alterations 2026-07-15 14:36:15 +08:00
agent_catalog.rs feat(h2): add legacy 2.1 driver 2026-07-12 22:14:01 +08:00
agent_connection.rs fix(zookeeper): 修复慢连接超时 2026-07-16 15:30:27 +08:00
agent_events.rs
agent_explain.rs feat(oracle): support explain plans 2026-07-10 17:55:03 +08:00
agent_kv.rs
agent_loop.rs feat(ai): add Claude Code CLI provider 2026-07-17 01:17:06 +08:00
agent_manager.rs fix(agents): share runtimes across connection sessions 2026-07-13 15:13:48 +08:00
agent_runtime.rs fix(agent): allow driver upgrades after closing connections 2026-07-16 17:31:05 +08:00
agent_service.rs fix(agent): import JRE from offline bundle 2026-07-13 22:20:58 +08:00
agent_tools.rs fix(sql): improve read-only statement detection 2026-07-12 23:05:32 +08:00
ai.rs fix(ai): finish compatible streams after finish reason 2026-07-18 16:38:01 +08:00
ai_claude_code_cli.rs feat(ai): add Claude Code CLI provider 2026-07-17 01:17:06 +08:00
ai_cli_agent.rs feat(ai): add Claude Code CLI provider 2026-07-17 01:17:06 +08:00
ai_codex_cli.rs feat(ai): add Claude Code CLI provider 2026-07-17 01:17:06 +08:00
changelog.rs feat(settings): embed version changelog in About page 2026-07-14 12:54:07 +08:00
cloud_sync.rs feat(ai): add Claude Code CLI provider 2026-07-17 01:17:06 +08:00
connection.rs fix(postgres): skip eager pool validation query 2026-07-18 19:42:45 +08:00
connection_secrets.rs feat(desktop): add database info and SQL statement markers 2026-07-15 18:35:34 +08:00
csv_export.rs fix(export): remove CSV and TSV buffer allocations 2026-07-19 01:32:56 +08:00
data_compare.rs
data_grid_neo4j_sql.rs
data_grid_sql.rs fix(kingbase): use connection identifier quotes in MySQL mode 2026-07-16 15:20:41 +08:00
data_grid_tdengine_sql.rs fix(kingbase): use connection identifier quotes in MySQL mode 2026-07-16 15:20:41 +08:00
database_capabilities.rs feat(d1): add Cloudflare D1 database support 2026-07-12 22:03:57 +08:00
database_export.rs feat(export): prefetch table metadata during database export 2026-07-19 08:50:27 +08:00
database_search_sql.rs
db_admin_sql.rs fix(postgres): distinguish overloaded routines 2026-07-13 00:26:04 +08:00
document_ops.rs feat(mongodb): improve document quick filters 2026-07-17 18:51:33 +08:00
driver_runtime.rs fix(driver): prioritize running runtimes 2026-07-15 11:23:02 +08:00
history.rs
jdbc.rs fix(jdbc): support reusable multi-JAR driver bundles 2026-07-10 21:25:17 +08:00
lib.rs feat(cli): migrate CLI to native Rust binary 2026-07-18 22:29:29 +08:00
mongo_ops.rs fix(mongodb): support aggregate options and parse errors 2026-07-17 16:57:38 +08:00
mongo_shell.rs feat(cli): migrate CLI to native Rust binary 2026-07-18 22:29:29 +08:00
object_source_sql.rs feat(duckdb): support editing view definitions 2026-07-17 21:38:14 +08:00
path_utils.rs
plugins.rs fix(jdbc): support legacy plugin query execution 2026-07-10 22:53:12 +08:00
process.rs fix(windows): hide subprocess console windows 2026-07-10 09:50:18 +08:00
production_safety.rs feat(desktop): add database info and SQL statement markers 2026-07-15 18:35:34 +08:00
query.rs fix(mongodb): support aggregate options and parse errors 2026-07-17 16:57:38 +08:00
query_cancel.rs feat(core): optimize query resource lifecycle 2026-07-16 00:19:24 +08:00
query_execution_sql.rs feat(sqlserver): add execution plan support 2026-07-16 16:32:52 +08:00
query_result_export.rs feat(settings): add global date and time formats 2026-07-16 14:49:28 +08:00
query_result_sql.rs fix(query): remove IRIS count ordering 2026-07-15 13:46:22 +08:00
redis_ops.rs
saved_sql.rs
schema.rs feat(duckdb): support editing view definitions 2026-07-17 21:38:14 +08:00
schema_diff.rs fix(mysql): preserve string defaults in schema diff 2026-07-11 19:38:28 +08:00
sql.rs fix(sqlserver): support GO in SQL file execution 2026-07-10 23:06:52 +08:00
sql_analysis.rs
sql_diagnostics.rs feat(diagnostics): add SQL execution debug logging 2026-07-16 17:01:24 +08:00
sql_dialect.rs fix(kingbase): use connection identifier quotes in MySQL mode 2026-07-16 15:20:41 +08:00
sql_editability.rs test(query): cover editable Oracle subqueries 2026-07-14 01:21:17 +08:00
sql_file_import.rs fix(mysql): allow connection-level queries without database 2026-07-16 15:38:06 +08:00
sql_risk.rs fix(sql): improve read-only statement detection 2026-07-12 23:05:32 +08:00
sqlite_backup.rs
sqlserver_temporal.rs
ssh_config.rs feat(connection): add reusable tunnel profiles 2026-07-12 22:03:46 +08:00
storage.rs feat(ai): add Claude Code CLI provider 2026-07-17 01:17:06 +08:00
table_export.rs fix(export): remove CSV and TSV buffer allocations 2026-07-19 01:32:56 +08:00
table_import.rs feat(settings): add global date and time formats 2026-07-16 14:49:28 +08:00
table_structure_sql.rs feat(sqlite): support table structure changes 2026-07-10 20:02:56 +08:00
task_supervisor.rs feat(core): optimize query resource lifecycle 2026-07-16 00:19:24 +08:00
temporal_format.rs feat(settings): add global date and time formats 2026-07-16 14:49:28 +08:00
text_export.rs
token_usage.rs
transfer.rs feat(xugu): expose programmable object metadata 2026-07-17 17:53:44 +08:00
types.rs feat(xugu): expose programmable object metadata 2026-07-17 17:53:44 +08:00
update.rs fix(windows): hide subprocess console windows 2026-07-10 09:50:18 +08:00
xlsx_export.rs feat(export): include query SQL in XLSX 2026-07-14 10:45:21 +08:00