登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
AI 队友
登录
注册
轻量养虾,开箱即用!低 Token + 稳定算力,Gitee & 模力方舟联合出品的 PocketClaw 正式开售!点击了解详情
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
1
Star
0
Fork
0
jobily
/
xorm
代码
Issues
0
Pull Requests
0
Wiki
统计
流水线
服务
JavaDoc
PHPDoc
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
我知道了,不再自动展开
标签
标签名
描述
提交信息
操作
v1.3.9
34e62e9
2024-03-18 14:43
下载
v1.3.8
0c9a2f6
2024-02-08 16:45
下载
v1.3.7
e884f05
2024-01-22 16:24
下载
v1.3.6
0398dee
2023-12-30 18:50
下载
v1.3.4
6ef0a77
2023-10-25 19:01
下载
v1.3.3
db7c264
2023-08-09 11:28
下载
v1.3.2
* BUGFIXES * Change schemas.Column to use int64 (#2160) * MISC * Prevent Sync failure with non-regular indexes on Postgres (#2174)
bd58520
2022-09-03 15:14
下载
v1.3.1
* BREAKING * Refactor orderby and support arguments (#2150) * return a clear error for set TEXT type as compare condition (#2062) * BUGFIXES * Fix oid index for postgres (#2154) * Add ORDER BY SEQ_IN_INDEX to MySQL GetIndexes to Fix IndexTests (#2152) * some improvement (#2136) * ENHANCEMENTS * Add interface to allow structs to provide specific index information (#2137) * MySQL/MariaDB: return max length for text columns (#2133) * PostgreSQL: enable comment on column (#2131) * TESTING * Add test for find date (#2121)
f469d88
2022-06-03 17:44
下载
v1.3.0
* BREAKING * New Prepare useage (#2061) * Make Get and Rows.Scan accept multiple parameters (#2029) * Drop sync function and rename sync2 to sync (#2018) * FEATURES * Add dameng support (#2007) * BUGFIXES * bugfix :Oid It's a special index. You can't put it in (#2105) * Fix new-lined query execution in master DB node. (#2066) * Fix bug of Rows (#2048) * Fix bug (#2046) * fix panic when `Iterate()` fails (#2040) * fix panic when convert sql and args with nil time.Time pointer (#2038) * ENHANCEMENTS * Fix to add session.statement.IsForUpdate check in Session.queryRows() (#2064) * Expose ScanString / ScanInterface and etc (#2039) * TESTING * Add test for mysql tls (#2049) * BUILD * Upgrade dependencies modules (#2078) * MISC * Fix oracle keyword AS (#2109) * Some performance optimization for get (#2043)
e858b75
2022-04-14 10:12
下载
v1.2.5
2002ae2
2021-09-29 20:07
下载
v1.2.4
55f95db
2021-09-13 15:19
下载
v1.2.3
7cd6a74
2021-08-21 11:30
下载
v1.2.2
* MISC * Move convert back to xorm.io/xorm/convert (#2030)
289c27e
2021-08-11 09:29
下载
v1.2.1
* FEATURES * Add pgx driver support (#1795) * BUGFIXES * Fix wrong comment (#2027) * Fix import file bug (#2025) * ENHANCEMENTS * Fix timesatmp (#2021)
3a8ae76
2021-08-08 11:01
下载
v1.2.0
* BREAKING * Exec with time arg now will obey time zone settings on engine (#1989) * Query interface (#1965) * Support delete with no bean (#1926) * Nil ptr is nullable (#1919) * FEATURES * Support batch insert map (#2019) * Support big.Float (#1973) * BUGFIXES * fix possible null dereference in internal/statements/query.go (#1988) * Fix bug on dumptable (#1984) * ENHANCEMENTS * Move assign functions to convert package (#2015) * refactor conversion (#2001) * refactor some code (#2000) * refactor insert condition generation (#1998) * refactor and add setjson function (#1997) * Get struct and Find support big.Float (#1976) * refactor slice2Bean (#1974, #1975) * refactor get (#1967) * Replace #1044 (#1935) * Support Get time.Time (#1933) * TESTING * Add benchmark tests (#1978) * Add tests for github.com/shopspring/decimal support (#1977) * Add test for get map with NULL column (#1948) * Add test for limit with query (#1787) * MISC * Fix DBMetas returned unsigned tinyint (#2017) * Fix deleted column (#2014) * Add database alias table and fix wrong warning (#1947)
f22b0cc
2021-08-04 09:20
下载
v1.1.2
* BUILD * Add release tag (#1966)
4f92921
2021-07-04 19:04
下载
v1.1.1
* BUGFIXES * Ignore comments when deciding when to replace question marks. #1954 (#1955) * Fix bug didn't reset statement on update (#1939) * Fix create table with struct missing columns (#1938) * Fix #929 (#1936) * Fix exist (#1921) * ENHANCEMENTS * Improve get field value of bean (#1961) * refactor splitTag function (#1960) * Fix #1663 (#1952) * fix pg GetColumns missing comment (#1949) * Support build flag jsoniter to replace default json (#1916) * refactor exprParam (#1825) * Add DBVersion (#1723) * TESTING * Add test to confirm #1247 resolved (#1951) * Add test for dump table with default value (#1950) * Test for #1486 (#1942) * Add sync tests to confirm #539 is gone (#1937) * test for unsigned int32 (#1923) * Add tests for array store (#1922) * BUILD * Remove mymysql from ci (#1928) * MISC * fix lint (#1953) * Compitable with cockroach (#1930) * Replace goracle with godror (#1914)
60e128e
2021-07-03 22:45
下载
v1.1.0
* FEATURES * Unsigned Support for mysql (#1889) * Support modernc.org/sqlite (#1850) * TESTING * More tests (#1890) * MISC * Byte strings in postgres aren't 0x... (#1906) * Fix another bug with #1872 (#1905) * Fix two issues with dumptables (#1903) * Fix comments (#1896) * Fix comments (#1893) * MariaDB 10.5 adds a suffix on old datatypes (#1885)
711f95d
2021-05-14 17:36
下载
v0.0.1
d98469b
2021-03-05 13:43
下载
v1.0.7
* BUGFIXES * Fix bug for mssql (#1854) * MISC * fix_bugs_for_mssql (#1852)
b129753
2021-01-21 15:12
下载
下载
请输入验证码,防止盗链导致资源被占用
取消
下载
1
https://gitee.com/hubo/xorm.git
git@gitee.com:hubo/xorm.git
hubo
xorm
xorm
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册