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
fixbug DumpAllToFile mysql sql error

github.com/go-xorm/xorm - OSMeteor opened this pull request 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
Fix update with Alias

github.com/go-xorm/xorm - lunny opened this pull request about 5 years ago
go fmt go file warning

github.com/go-xorm/xorm - madneal 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
Add support for vertica

github.com/go-xorm/xorm - xtrimf 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
Add support custom type Nullfloat64

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
fix update map with version

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
fix bug when update with setexpr

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
Add tidb tests on drone ci

github.com/go-xorm/xorm - lunny opened this pull request about 5 years ago
Improve sync2

github.com/go-xorm/xorm - lunny opened this pull request about 5 years ago
Fix wrong dbmetas

github.com/go-xorm/xorm - lunny opened this pull request about 5 years ago
fix arg conversion

github.com/go-xorm/xorm - lunny opened this pull request about 5 years ago
Upgrade core to v0.7.1

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
Mysql split-table

github.com/go-xorm/xorm - DoMySon opened this issue about 5 years ago
Fix default value parse bugs

github.com/go-xorm/xorm - lunny opened this pull request about 5 years ago
Fix bug on insert where

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
Oracle Dialect Quote Brackets

github.com/go-xorm/xorm - sumiet opened this issue 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
fix setexpr missing big quotes

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
fix tests

github.com/go-xorm/xorm - lunny opened this pull request about 5 years ago
Add support subquery on SetExpr

github.com/go-xorm/xorm - lunny opened this pull request over 5 years ago
Fix go mod

github.com/go-xorm/xorm - lunny opened this pull request over 5 years ago
SQLite to mssql dump

github.com/go-xorm/xorm - LukeMauldin opened this issue over 5 years ago
文档的问题

github.com/go-xorm/xorm - chaseSpace opened this issue over 5 years ago
xorm mock CURD

github.com/go-xorm/xorm - Sallery-X 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
soft delete support type tinyint

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
事务无法执行afterClosure

github.com/go-xorm/xorm - rowe0x 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
add go1.13 tests on drone

github.com/go-xorm/xorm - lunny opened this pull request over 5 years ago
跨库事务

github.com/go-xorm/xorm - TechLinF 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
fix bug in mysql: default value CURRENT_TIMESTAMP #1391

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
mssql自增长ID未判断

github.com/go-xorm/xorm - xiaohai244 opened this issue over 5 years ago
go.mod error

github.com/go-xorm/xorm - moggle-mog opened this issue over 5 years ago
Support local sql log

github.com/go-xorm/xorm - lunny opened this pull request over 5 years ago
fix the issue #1247

github.com/go-xorm/xorm - lkhjlbh opened this pull request 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
编辑markdown格式文件,代码tag问题。

github.com/go-xorm/xorm - rts-gordon opened this issue over 5 years ago
default 无效

github.com/go-xorm/xorm - aczzz25 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
sync2 简单支持自定义表名同步

github.com/go-xorm/xorm - meiyang1123 opened this pull request over 5 years ago
fix compatibility #1292

github.com/go-xorm/xorm - yuanfan opened this pull request over 5 years ago
update xorm bug

github.com/go-xorm/xorm - 2246040006 opened this issue over 5 years ago
是否可以配置where为空时报错

github.com/go-xorm/xorm - eleztian opened this issue almost 6 years ago
improve tests

github.com/go-xorm/xorm - lunny opened this pull request almost 6 years ago
Fix mssql issue with duplicate columns.

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
test oracle

github.com/go-xorm/xorm - lunny opened this pull request almost 6 years ago
fix #1066

github.com/go-xorm/xorm - eleztian opened this pull request about 6 years ago
批量Insert时Omit出错

github.com/go-xorm/xorm - eleztian opened this issue about 6 years ago
Add mssql test on CI

github.com/go-xorm/xorm - lunny opened this pull request about 6 years ago
Add mysql8 tests on CI

github.com/go-xorm/xorm - lunny opened this pull request 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
char(36) warning should not appear

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
Convert args to database time

github.com/go-xorm/xorm - DrWrong opened this pull request over 6 years ago
fix bug when buffersize with iterate

github.com/go-xorm/xorm - lunny opened this pull request over 6 years ago
Add cockroach support and tests

github.com/go-xorm/xorm - lunny opened this pull request over 6 years ago
Fix issue #894

github.com/go-xorm/xorm - sleagon opened this pull request over 6 years ago
日期字段默认值是CURRENT_TIMESTAMP的问题

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
Cockroach support

github.com/go-xorm/xorm - miton18 opened this issue about 7 years ago
fix bug on formatTime

github.com/go-xorm/xorm - WhiteBatman opened this pull request over 7 years ago
Let quote optional

github.com/go-xorm/xorm - lunny opened this pull request over 7 years ago
mysql 同步不完全

github.com/go-xorm/xorm - mohong122 opened this issue about 9 years ago