xorm/internal/statements
andreasgerstmayr 147328f629 fix possible null dereference in internal/statements/query.go (#1988)
Make sure that pLimitN is not `nil` before dereferencing the pointer.

Co-authored-by: Andreas Gerstmayr <agerstmayr@redhat.com>
Reviewed-on: https://gitea.com/xorm/xorm/pulls/1988
Co-authored-by: andreasgerstmayr <andreasgerstmayr@noreply.gitea.io>
Co-committed-by: andreasgerstmayr <andreasgerstmayr@noreply.gitea.io>
2021-07-12 23:51:50 +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 Fix #929 (#1936) 2021-07-03 20:26:49 +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 fix possible null dereference in internal/statements/query.go (#1988) 2021-07-12 23:51:50 +08:00
statement.go Fix #929 (#1936) 2021-07-03 20:26:49 +08:00
statement_args.go Fix comments (#1896) 2021-04-12 16:00:07 +08:00
statement_test.go fix lint (#1953) 2021-06-15 20:28:49 +08:00
update.go Replace #1044 (#1935) 2021-07-11 21:33:01 +08:00
values.go Replace #1044 (#1935) 2021-07-11 21:33:01 +08:00