xorm/internal/statements
Andrew Thornton 1d53848d50
Remove const insertSelectPlaceholder and associated dead code
insertSelectPlaceholder is an unexported const set at true. No code changes this nor can
any build environment change it.

Therefore we should remove it and the associated dead code.

Signed-off-by: Andrew Thornton <art27@cantab.net>
2022-05-29 13:46:40 +01: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 oracle分页,start 为 0 的bug (#2098) 2022-01-16 18:04:24 +08:00
statement.go return a clear error for set TEXT type as compare condition (#2062) 2022-04-23 17:19:37 +08:00
statement_args.go Remove const insertSelectPlaceholder and associated dead code 2022-05-29 13:46:40 +01:00
statement_test.go Add README and fix some lints (#2079) 2021-12-14 09:00:35 +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