-
Notifications
You must be signed in to change notification settings - Fork 84
Support sql server #28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
JackCmd233
wants to merge
28
commits into
executeautomation:main
Choose a base branch
from
JackCmd233:Support_SQL_SERVER
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 新增 CLAUDE.md 文件提供项目开发指导 - 更新 .gitignore 添加 IDE 配置文件忽略规则 - 添加 .claude/settings.local.json 配置文件 - 修复 SQL Server 适配器中 nullable 字段检测逻辑 - 优化 MySQL 适配器表描述查询返回标准格式 - 更新 package.json 项目信息和依赖配置 - 调整版本号从 1.1.0 到 1.1.1 - 更新作者信息和项目主页链接
- 添加 .claude 目录到 .gitignore - 更新 CLAUDE.md 包含项目基本信息、TypeScript 配置和构建说明 - 修正 SQL Server 连接示例并添加端口参数说明 - 为 PostgreSQL 和 MySQL 添加 SSL 和连接超时选项 - 添加适配器实现要点和已知问题修复说明 - 修正 SQL Server 可空字段检测逻辑错误 - 更新 package.json 包名为 @cmd233/mcp-database-server 版本为 1.1.1 - 移除依赖包的 peer 标记 - 删除旧的 .claude 设置文件
d9ac954 to
3d631e9
Compare
- 翻译项目标题和描述为中文 - 翻译安装、使用方法和配置说明 - 保持所有代码示例、命令行参数和 JSON 配置不变 - 保持 markdown 格式正确 - 技术术语统一翻译(adapter→适配器、query→查询、database→数据库) - 包名 @executeautomation/database-server 保持不变 - 添加英文原文件备份 README.md.en.bak Co-Authored-By: Claude <noreply@anthropic.com>
- 将所有章节标题和内容翻译为中文 - 保持所有代码示例、命令行参数和 JSON 配置不变 - 保持 markdown 格式正确 - 创建英文备份文件 docs/sql-server-setup.md.en.bak Co-Authored-By: Claude <noreply@anthropic.com>
- 翻译所有章节和内容为中文 - 保持所有代码示例、命令行参数和配置不变 - 保持 markdown 格式正确 - 原英文文件已备份为 postgresql-setup.md.en.bak Co-Authored-By: Claude <noreply@anthropic.com>
- 将 DbAdapter 接口的所有方法注释翻译为中文 - 将文件头部注释翻译为中文 - 将工厂函数注释翻译为中文 - 将内联注释翻译为中文 - 保持 JSDoc 格式和代码结构不变 Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
- 翻译类注释 - 翻译方法注释 - 翻译内联注释 - 保持 JSDoc 格式 - 保持代码结构不变 Co-Authored-By: Claude <noreply@anthropic.com>
- 翻译文件头部注释和函数文档注释 - 保持工具的 description 字段为英文(MCP 协议要求) - 不修改任何代码逻辑 Co-Authored-By: Claude <noreply@anthropic.com>
- 将函数文档注释翻译为中文 - 将行内注释翻译为中文 - 代码逻辑保持不变 Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
- 翻译函数文档注释为中文 - 翻译行内注释为中文 - 保持代码逻辑不变 Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
- 标记所有注释和文档的中文翻译工作已完成 - 涉及30个文件的本地化处理 - 包括源代码注释、文档和配置文件 Co-Authored-By: Claude <noreply@anthropic.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.