xorm/internal/statements
linbaozhong 4f8f829913 exist方法sql语句优化 (#2075)
本地没有mssql和oracle,所以没法测试,但是,mysql 使用select 1 from TABLENAME where CONDITION limit 1可能更好

Reviewed-on: https://gitea.com/xorm/xorm/pulls/2075
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: linbaozhong <linbaozhong@noreply.gitea.io>
Co-committed-by: linbaozhong <linbaozhong@noreply.gitea.io>
2021-12-01 13:54:47 +08:00
..
cache.go Fix comments (#1896) 2021-04-12 16:00:07 +08:00
column_map.go Fix map with cols (#1575) 2020-03-06 08:55:12 +00:00
expr.go fix lint (#1953) 2021-06-15 20:28:49 +08:00
insert.go Add dameng support (#2007) 2021-08-24 13:46:08 +08:00
pk.go Fix bug when ID used but no reference table given (#1709) 2020-06-13 01:20:25 +00:00
query.go exist方法sql语句优化 (#2075) 2021-12-01 13:54:47 +08:00
statement.go Some performance optimization for get (#2043) 2021-09-07 16:03:08 +08:00
statement_args.go Fix comments (#1896) 2021-04-12 16:00:07 +08:00
statement_test.go fix panic when convert sql and args with nil time.Time pointer (#2038) 2021-08-26 00:03:18 +08:00
update.go Move convert back to xorm.io/xorm/convert (#2030) 2021-08-10 23:20:53 +08:00
values.go Move convert back to xorm.io/xorm/convert (#2030) 2021-08-10 23:20:53 +08:00