修改gorm-oracle的驱动包为go-ora,不再依赖cgo和oracle client

This commit is contained in:
dzwvip
2025-08-12 15:05:38 +08:00
parent 1e3c968277
commit eb2925829f
3 changed files with 12 additions and 14 deletions

View File

@@ -64,7 +64,7 @@ WHERE
lower(a.table_name) = ?
AND lower(a.OWNER) = ?
ORDER BY
a.COLUMN_ID;
a.COLUMN_ID
`
err = global.GVA_DBList[businessDB].Raw(sql, tableName, dbName).Scan(&entities).Error