godoes/gorm-oracle
🅾️ A pure Go library for GORM Oracle driver based on sijms/go-ora. (forked from dzwvip/oracle - based on godror)
GoMIT
Issues
- 2
密码带特殊字符,报错
#37 opened by liujun0128 - 1
Oracle stored procedure OUT Variables
#24 opened by kechkibet - 10
- 1
- 3
插入数据时缺少 `[]byte`到 `BLOB` 类型的转换,插入数据不成功
#30 opened by chiaog - 1
结构体中如果存在保留字段,默认会多加一对双引号,导致数据库自动创建表失败。
#27 opened by chiaog - 1
- 1
when a entity has a `[]byte` field, call `AutoMigrate()` throw ` ORA-22859: invalid modification of columns`
#26 opened by chiaog - 0
- 1
- 1
Oracle11 以上版本数据库查询数据使用 Limit(-1) 时也会设置默认排序字段
#12 opened by iTanken - 20
- 0
CLOB 字段数据过长时报 ORA-01461: 仅能绑定要插入 LONG 列的 LONG 值
#10 opened by iTanken - 1
列名大小写问题
#8 opened by dagehuifei