dbx/crates/dbx-core/src
zipg 96b5a71fb3
fix(dameng): export bit values as numeric literals
2026-07-16 15:21:44 +08:00
..
db feat(settings): add global date and time formats 2026-07-16 14:49:28 +08:00
external
models feat(desktop): add database info and SQL statement markers 2026-07-15 18:35:34 +08:00
mq feat(desktop): add database info and SQL statement markers 2026-07-15 18:35:34 +08:00
nacos feat(desktop): add database info and SQL statement markers 2026-07-15 18:35:34 +08:00
schema feat(desktop): add database info and SQL statement markers 2026-07-15 18:35:34 +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 feat(desktop): add database info and SQL statement markers 2026-07-15 18:35:34 +08:00
agent_events.rs
agent_explain.rs feat(oracle): support explain plans 2026-07-10 17:55:03 +08:00
agent_kv.rs feat: ZK 节点树改为真正懒加载 (#1987) 2026-06-27 15:02:09 +08:00
agent_loop.rs fix(ai): improve assistant execution and MCP settings 2026-07-10 14:31:08 +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): reserve shared runtime atomically 2026-07-15 13:20:16 +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): omit extra body from OpenAI requests 2026-07-14 21:56:49 +08:00
ai_cli_agent.rs fix(ai): improve assistant execution and MCP settings 2026-07-10 14:31:08 +08:00
ai_codex_cli.rs fix(ai): improve assistant execution and MCP settings 2026-07-10 14:31:08 +08:00
changelog.rs feat(settings): embed version changelog in About page 2026-07-14 12:54:07 +08:00
cloud_sync.rs feat(desktop): add database info and SQL statement markers 2026-07-15 18:35:34 +08:00
connection.rs feat(core): optimize query resource lifecycle 2026-07-16 00:19:24 +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): preserve CSV null semantics 2026-07-14 01:24:10 +08:00
data_compare.rs fix(firebird): use rows syntax for pagination 2026-07-03 16:22:31 +08:00
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 fix(dameng): export bit values as numeric literals 2026-07-16 15:21:44 +08:00
database_search_sql.rs fix(firebird): use rows syntax for pagination 2026-07-03 16:22:31 +08:00
db_admin_sql.rs fix(postgres): distinguish overloaded routines 2026-07-13 00:26:04 +08:00
document_ops.rs fix(milvus): list all databases and their collections in sidebar 2026-07-06 19:24:55 +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(settings): add global date and time formats 2026-07-16 14:49:28 +08:00
mongo_ops.rs fix(mongodb): validate options and bound findOne queries 2026-07-15 13:19:53 +08:00
object_source_sql.rs fix(mysql): replace routines before source save 2026-07-09 15:23:41 +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(mysql): distinguish text and binary columns 2026-07-16 14:30:53 +08:00
query_cancel.rs feat(core): optimize query resource lifecycle 2026-07-16 00:19:24 +08:00
query_execution_sql.rs fix(sql): improve read-only statement detection 2026-07-12 23:05:32 +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 feat(redis): support multiple value formats in viewer (#2766) 2026-07-08 00:13:20 +08:00
saved_sql.rs Fix: 优化 SQL 库启动加载 2026-06-27 15:07:26 +08:00
schema.rs feat(desktop): add database info and SQL statement markers 2026-07-15 18:35:34 +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 Fix:修复 SQL 子查询语义诊断误报 (#2184) 2026-06-30 20:15:59 +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): stream large SQL file execution 2026-07-11 20:25:05 +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 Fix:修复 SQL Server datetime 查询和导出精度 2026-06-29 11:28:33 +08:00
ssh_config.rs feat(connection): add reusable tunnel profiles 2026-07-12 22:03:46 +08:00
storage.rs feat(core): optimize query resource lifecycle 2026-07-16 00:19:24 +08:00
table_export.rs feat(settings): add global date and time formats 2026-07-16 14:49:28 +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 fix(dameng): export bit values as numeric literals 2026-07-16 15:21:44 +08:00
types.rs feat(mysql): edit column charset and collation 2026-07-10 15:13:57 +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