-
struct :
``` go
type InspectReportMerge struct {
InspectReportMergeId string `xorm:"unique"`
ParentProjectId int
HostHostId int
HostHostName …
-
https://double12gzh.github.io/2023/11/28/golang-%E5%88%86%E9%A1%B5%E8%8E%B7%E5%8F%96-db-%E8%AE%B0%E5%BD%95/?
摘要:如题。
-
CREATE INDEX `tb_access_point` (`modifier`,`modifier`);
Error 1060: Duplicate column name 'name'
-
Inside dialect_oracle.go in GetIndexes, if you have a hidden column, it will show up in
s := "SELECT t.column_name,i.uniqueness,i.index_name FROM user_ind_columns t,user_indexes i " +
…
-
hello , can you tell me if xorm able to save query result into redis cache ?
thank you
-
![image](https://user-images.githubusercontent.com/33747619/49349735-006fb800-f6e7-11e8-83b0-6198c7cb258b.png)
xorm 连oracle 数据库配置信息是这样写的吗
-
**go sdk** Plan declaration:
```Go
// Plan has the same definition as https://github.com/casdoor/casdoor/blob/master/object/plan.go#L24
type Plan struct {
Owner string `xorm:"varchar(100) n…
-
error: there are no arguments to ‘get_database_configs’ that depend on a template parameter, so a declaration of ‘get_database_configs’ must be available [-fpermissive]
-
Hi Xorm team,
Firstly thanks for writing this awesome ORM tool! Golang is still in its initial stages so its good to see some mature code out there!
I am using Google's Cloud offering and they h…
-
日志显示:ALTER TABLE ADD `test1` INT NOT NULL DEFAULT -1 ;
跟踪发现这里有问题:
} else {
session := engine.NewSession()
session.Statement.RefTable = table
…