GitHub user justfun8 added a comment to the discussion: [DISCUSS] [GSoC 2026] Proposal on Enhancing Multi-Database AT Mode Support for Apache Seata-Go
go-ora maybe better 1. Development is smooth: No need to mess with CGO. 2. Stable architecture: Pure Go implementation, smoother performance scheduling, and no overhead from switching between C and Go. 关于parser部分的实现思路: * 使用目前的 arana-db/parser 。Oracle 的标准 DML 语句(SELECT/INSERT/UPDATE/DELETE)和 MySQL 极为相似, 进行SQL 预处理 : 在进入 DoParser 之前,写一个 OracleNormalizer 函数,对特别的Oracle语句进行处理。调用现有的 `DoParser * Oracle 的 Dialect 重写分页逻辑:实现 Oracle 的嵌套分页查询 重写元数据查询:实现 GetTableMeta, 重写回滚 SQL GitHub link: https://github.com/apache/incubator-seata-go/discussions/1110#discussioncomment-16710117 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
