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
..
2022-12-03 10:48:26 +08:00
2023-01-11 13:31:16 +08:00
2023-01-17 15:03:44 -06:00
2023-01-31 09:45:19 +08:00
2023-01-18 21:14:56 -05:00
2023-02-18 20:11:03 +08:00
2022-11-27 18:20:29 +00:00
2022-11-27 18:20:29 +00:00
2022-12-03 10:48:26 +08: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-01-31 09:45:19 +08:00
2022-12-10 10:46:31 +08:00
2023-02-20 13:21:56 -06:00
2023-02-18 21:17:39 +02: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
2022-11-27 18:20:29 +00:00
2022-11-27 18:20:29 +00:00
2023-02-09 11:31:30 -05:00
2023-02-20 19:15:49 -05:00
2023-02-18 21:17:39 +02:00
2023-02-24 16:45:55 -05:00
2023-02-20 00:12:01 +08:00
2022-11-27 18:20:29 +00:00
2022-12-03 10:48:26 +08:00
2023-02-05 08:24:43 -06:00
2022-11-27 18:20:29 +00:00
2023-02-18 20:11:03 +08:00
2022-11-27 18:20:29 +00:00
2022-12-03 10:48:26 +08:00
2023-01-15 07:00:09 +02:00
2023-01-31 09:45:19 +08:00
2022-12-03 10:48:26 +08:00
2022-12-10 10:46:31 +08:00
2022-12-03 10:48:26 +08:00
2022-12-10 10:46:31 +08:00