Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
xorm
Simple and Powerful ORM for Go
Collective -
Host: opensource -
https://opencollective.com/xorm
- Code: https://github.com/go-xorm/xorm
fix bug for mis-converting uint64 value to an int64 one
github.com/go-xorm/xorm - rosbit opened this pull request over 4 years ago
github.com/go-xorm/xorm - rosbit opened this pull request over 4 years ago
fixbug DumpAllToFile mysql sql error
github.com/go-xorm/xorm - OSMeteor opened this pull request about 5 years ago
github.com/go-xorm/xorm - OSMeteor opened this pull request about 5 years ago
how to open session autoclose flag with xorm.engine
github.com/go-xorm/xorm - godcong opened this issue about 5 years ago
github.com/go-xorm/xorm - godcong opened this issue about 5 years ago
mysql5.7版本中json类型的数据插入空数组,数据为null
github.com/go-xorm/xorm - mengxiaotian opened this issue about 5 years ago
github.com/go-xorm/xorm - mengxiaotian opened this issue about 5 years ago
how to use force index when construct session
github.com/go-xorm/xorm - imqishi opened this issue about 5 years ago
github.com/go-xorm/xorm - imqishi opened this issue about 5 years ago
Avoid varargs for batch operations
github.com/go-xorm/xorm - mcandre opened this issue about 5 years ago
github.com/go-xorm/xorm - mcandre opened this issue about 5 years ago
driver.Valuer not checked on Insert()
github.com/go-xorm/xorm - davidpenn opened this issue about 5 years ago
github.com/go-xorm/xorm - davidpenn opened this issue about 5 years ago
Add support custom type Nullfloat64
github.com/go-xorm/xorm - lunny opened this pull request about 5 years ago
github.com/go-xorm/xorm - lunny opened this pull request about 5 years ago
fix bug when query map condtion with no quote
github.com/go-xorm/xorm - lunny opened this pull request about 5 years ago
github.com/go-xorm/xorm - lunny opened this pull request about 5 years ago
fix update map with version
github.com/go-xorm/xorm - lunny opened this pull request about 5 years ago
github.com/go-xorm/xorm - lunny opened this pull request about 5 years ago
Don't warn when bool column default is 1 but not true
github.com/go-xorm/xorm - lunny opened this pull request about 5 years ago
github.com/go-xorm/xorm - lunny opened this pull request about 5 years ago
fix bug when update with setexpr
github.com/go-xorm/xorm - lunny opened this pull request about 5 years ago
github.com/go-xorm/xorm - lunny opened this pull request about 5 years ago
Fix sync2 with custom table name
github.com/go-xorm/xorm - lunny opened this pull request about 5 years ago
github.com/go-xorm/xorm - lunny opened this pull request about 5 years ago
Add tidb tests on drone ci
github.com/go-xorm/xorm - lunny opened this pull request about 5 years ago
github.com/go-xorm/xorm - lunny opened this pull request about 5 years ago
Add insert multi omit tests
github.com/go-xorm/xorm - lunny opened this pull request about 5 years ago
github.com/go-xorm/xorm - lunny opened this pull request about 5 years ago
Fix default value parse bugs
github.com/go-xorm/xorm - lunny opened this pull request about 5 years ago
github.com/go-xorm/xorm - lunny opened this pull request about 5 years ago
Add quote policy support for table name and column name
github.com/go-xorm/xorm - lunny opened this pull request about 5 years ago
github.com/go-xorm/xorm - lunny opened this pull request about 5 years ago
fix bug when insert multiple slices with customize table name
github.com/go-xorm/xorm - lunny opened this pull request about 5 years ago
github.com/go-xorm/xorm - lunny opened this pull request about 5 years ago
Fix insert where with bool bug on mssql
github.com/go-xorm/xorm - lunny opened this pull request about 5 years ago
github.com/go-xorm/xorm - lunny opened this pull request about 5 years ago
fix setexpr missing big quotes
github.com/go-xorm/xorm - lunny opened this pull request about 5 years ago
github.com/go-xorm/xorm - lunny opened this pull request about 5 years ago
undefined: builder.StringBuilder
github.com/go-xorm/xorm - stubbornTanzhe opened this issue about 5 years ago
github.com/go-xorm/xorm - stubbornTanzhe opened this issue about 5 years ago
Add support subquery on SetExpr
github.com/go-xorm/xorm - lunny opened this pull request over 5 years ago
github.com/go-xorm/xorm - lunny opened this pull request over 5 years ago
[xorm.NewEngine] I gave wrong 'dataSourceName' but can't panic the error
github.com/go-xorm/xorm - conero opened this issue over 5 years ago
github.com/go-xorm/xorm - conero opened this issue over 5 years ago
lost table name with session when insert multiple Slice
github.com/go-xorm/xorm - marionzheng opened this issue over 5 years ago
github.com/go-xorm/xorm - marionzheng opened this issue over 5 years ago
Newrelic mysql integration
github.com/go-xorm/xorm - dmitry-nesterenko opened this pull request over 5 years ago
github.com/go-xorm/xorm - dmitry-nesterenko opened this pull request over 5 years ago
soft delete support type tinyint
github.com/go-xorm/xorm - liuchenrang opened this pull request over 5 years ago
github.com/go-xorm/xorm - liuchenrang opened this pull request over 5 years ago
go mod download get stuck at xorm.io/core
github.com/go-xorm/xorm - Revolution1 opened this issue over 5 years ago
github.com/go-xorm/xorm - Revolution1 opened this issue over 5 years ago
Use strings.Builder instead of builder.StringBuilder
github.com/go-xorm/xorm - lunny opened this pull request over 5 years ago
github.com/go-xorm/xorm - lunny opened this pull request over 5 years ago
sync2不支持同步mysql中MEMORY引擎的数据表V0.7.0
github.com/go-xorm/xorm - ependi-buzz opened this issue over 5 years ago
github.com/go-xorm/xorm - ependi-buzz opened this issue over 5 years ago
Return error when find with no primary key selected
github.com/go-xorm/xorm - lunny opened this pull request over 5 years ago
github.com/go-xorm/xorm - lunny opened this pull request over 5 years ago
fix bug in mysql: default value CURRENT_TIMESTAMP #1391
github.com/go-xorm/xorm - Jrohy opened this pull request over 5 years ago
github.com/go-xorm/xorm - Jrohy opened this pull request over 5 years ago
xorm does not support struct inherited?
github.com/go-xorm/xorm - focusonline opened this issue over 5 years ago
github.com/go-xorm/xorm - focusonline opened this issue over 5 years ago
fix sqlserver GetIndexes and default emptystring warn info
github.com/go-xorm/xorm - Orefa opened this pull request over 5 years ago
github.com/go-xorm/xorm - Orefa opened this pull request over 5 years ago
同步表时出现了一个错误:"Unknown colType: regclass"
github.com/go-xorm/xorm - githubyb opened this issue over 5 years ago
github.com/go-xorm/xorm - githubyb opened this issue over 5 years ago
Why xorm only call ModifyColumnSql() on varchar or text columns when using db.Sync2() ?
github.com/go-xorm/xorm - giter opened this issue over 5 years ago
github.com/go-xorm/xorm - giter opened this issue over 5 years ago
Insert array can't get autoincr pk back!
github.com/go-xorm/xorm - mrchar opened this issue over 5 years ago
github.com/go-xorm/xorm - mrchar opened this issue over 5 years ago
problem xorm generate SQL stmt with WHERE when column name is SQL keyword
github.com/go-xorm/xorm - huanjinzi opened this issue over 5 years ago
github.com/go-xorm/xorm - huanjinzi opened this issue over 5 years ago
db.ping() error invalid memory address or nil pointer dereference
github.com/go-xorm/xorm - myansenr opened this issue over 5 years ago
github.com/go-xorm/xorm - myansenr opened this issue over 5 years ago
Require cgo to work on centOS 7
github.com/go-xorm/xorm - Charliego93 opened this issue over 5 years ago
github.com/go-xorm/xorm - Charliego93 opened this issue over 5 years ago
解决Conversion接口ToDB() ([]byte, error)方法返回*Type值为nil时,数据类型为[]byte(nil)的…
github.com/go-xorm/xorm - peihexian opened this pull request over 5 years ago
github.com/go-xorm/xorm - peihexian opened this pull request over 5 years ago
custom null float64 not support when get or count, but find is ok
github.com/go-xorm/xorm - hlily2005 opened this issue over 5 years ago
github.com/go-xorm/xorm - hlily2005 opened this issue over 5 years ago
engine.Exec("INSERT INTO user ...") 这种SQL插入的方式怎么获取LastInsertId?
github.com/go-xorm/xorm - ikool-cn opened this issue almost 6 years ago
github.com/go-xorm/xorm - ikool-cn opened this issue almost 6 years ago
Fix mssql issue with duplicate columns.
github.com/go-xorm/xorm - Neopallium opened this pull request almost 6 years ago
github.com/go-xorm/xorm - Neopallium opened this pull request almost 6 years ago
Duplicate key name IDX_xxx
github.com/go-xorm/xorm - hanyue2020 opened this issue almost 6 years ago
github.com/go-xorm/xorm - hanyue2020 opened this issue almost 6 years ago
使用 Sync2 同步一个没创建过的表时,如何指定字符集为 utf8mb4
github.com/go-xorm/xorm - flowercodec opened this issue about 6 years ago
github.com/go-xorm/xorm - flowercodec opened this issue about 6 years ago
xorm reverse mysql 生成的结构中 CURRENT_TIMESTAMP 会多两个引号
github.com/go-xorm/xorm - flowercodec opened this issue about 6 years ago
github.com/go-xorm/xorm - flowercodec opened this issue about 6 years ago
Fix the problem with lost omitted columns when performing Omit.Insert(array ...)
github.com/go-xorm/xorm - BetaCat0 opened this pull request about 6 years ago
github.com/go-xorm/xorm - BetaCat0 opened this pull request about 6 years ago
Why the xorm tag: index and unique do not work(When I create tables)
github.com/go-xorm/xorm - wahaha666 opened this issue about 6 years ago
github.com/go-xorm/xorm - wahaha666 opened this issue about 6 years ago
Add fail test case for session_exist_test
github.com/go-xorm/xorm - Wenfeng-GAO opened this pull request over 6 years ago
github.com/go-xorm/xorm - Wenfeng-GAO opened this pull request over 6 years ago
char(36) warning should not appear
github.com/go-xorm/xorm - Orefa opened this issue over 6 years ago
github.com/go-xorm/xorm - Orefa opened this issue over 6 years ago
format time when sqlTypeName is core.Varchar
github.com/go-xorm/xorm - DarthPestilane opened this pull request over 6 years ago
github.com/go-xorm/xorm - DarthPestilane opened this pull request over 6 years ago
Convert args to database time
github.com/go-xorm/xorm - DrWrong opened this pull request over 6 years ago
github.com/go-xorm/xorm - DrWrong opened this pull request over 6 years ago
mysql5.7 DATETIAM default '0000-00-00 00:00:00' error
github.com/go-xorm/xorm - Safircn opened this issue over 6 years ago
github.com/go-xorm/xorm - Safircn opened this issue over 6 years ago
fix bug when buffersize with iterate
github.com/go-xorm/xorm - lunny opened this pull request over 6 years ago
github.com/go-xorm/xorm - lunny opened this pull request over 6 years ago
Iterate + BufferSize + where 第二条语句开始丢失查询条件
github.com/go-xorm/xorm - qkzsky opened this issue over 6 years ago
github.com/go-xorm/xorm - qkzsky opened this issue over 6 years ago
Add cockroach support and tests
github.com/go-xorm/xorm - lunny opened this pull request over 6 years ago
github.com/go-xorm/xorm - lunny opened this pull request over 6 years ago
日期字段默认值是CURRENT_TIMESTAMP的问题
github.com/go-xorm/xorm - neverhuy opened this issue almost 7 years ago
github.com/go-xorm/xorm - neverhuy opened this issue almost 7 years ago
Add Mssql pagination feature with cte
github.com/go-xorm/xorm - cantasci opened this pull request almost 7 years ago
github.com/go-xorm/xorm - cantasci opened this pull request almost 7 years ago
Engine.Sync2 表已经建好,再次run有个error
github.com/go-xorm/xorm - bamboox opened this issue over 7 years ago
github.com/go-xorm/xorm - bamboox opened this issue over 7 years ago
fix bug on formatTime
github.com/go-xorm/xorm - WhiteBatman opened this pull request over 7 years ago
github.com/go-xorm/xorm - WhiteBatman opened this pull request over 7 years ago