zeripath
d827215011
Fix DBConsistency checks on MSSQL ( #23132 )
...
Unfortunately xorm's `builder.Select(...).From(...)` does not escape the
table names. This is mostly not a problem but is a problem with the
`user` table.
This PR simply escapes the user table. No other uses of `From("user")`
where found in the codebase so I think this should be all that is
needed.
Fix #23064
Signed-off-by: Andrew Thornton <art27@cantab.net>
2023-02-24 16:45:55 -05:00
..
2023-02-24 15:58:49 +08:00
2023-02-24 16:15:10 -05:00
2022-11-27 18:20:29 +00:00
2023-02-20 00:12:01 +08:00
2023-02-22 14:21:46 -05:00
2023-02-24 18:23:13 +08:00
2023-02-24 21:17:09 +08:00
2023-02-20 00:12:01 +08:00
2023-02-20 13:20:30 +08:00
2023-02-18 20:11:03 +08:00
2023-02-24 16:45:55 -05:00
2023-02-24 15:58:49 +08:00
2023-02-19 16:31:39 +08:00
2023-02-06 12:09:18 -06:00
2023-02-18 20:11:03 +08:00
2023-02-24 13:18:52 +08:00
2022-12-03 10:48:26 +08:00
2023-02-18 20:11:03 +08:00
2022-12-20 17:07:13 +08:00
2023-02-24 18:23:13 +08:00
2023-02-04 14:48:38 +08:00
2023-02-24 18:23:13 +08:00
2023-02-24 18:23:13 +08:00
2023-01-28 19:12:10 +01:00
2022-11-27 18:20:29 +00:00
2022-11-27 18:20:29 +00:00
2022-11-27 18:20:29 +00:00
2023-02-20 00:12:01 +08:00
2022-12-23 19:35:43 +08:00
2022-12-23 19:35:43 +08:00
2022-11-27 18:20:29 +00:00
2023-01-16 16:00:22 +08:00
2022-11-27 18:20:29 +00:00
2022-12-03 10:48:26 +08:00
2023-02-18 20:11:03 +08:00
2022-12-03 10:48:26 +08:00
2022-11-27 18:20:29 +00:00
2022-12-10 10:46:31 +08:00
2023-01-08 09:34:58 +08:00
2023-02-24 18:23:13 +08:00