Files
UnrealEngineUWP/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/Query-GetTodayCrashes.sql
Jaroslaw Surowiec 553bbdd802 CrashReport - Added helper queries to get today's crashes and buggs
[CL 2321114 by Jaroslaw Surowiec in Main branch]
2014-10-07 08:21:42 -04:00

20 lines
1.7 KiB
SQL
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
SELECT [Id]
      
,[Summary]
      
,[Status]
      
,[ChangeListVersion]
      倀
,[EngineMode]
      瀀
,[RawCallStack]
      倀
,[CommandLine]
      瀀
,[Selected]
      
,[LanguageExt]
      
,[BuildVersion]
      
,[Version]
      
,[TTPID]
      瀀
,[Processed]
      
,[HasMiniDumpFile]
      
,[HasDiagnosticsFile]
      
,[Branch]
      瀀
,[UserNameId]
      
,[SourceContext]
      瀀
,[EngineVersion]
 瀀
where [TimeOfCrash] > CAST(GETDATE() AS DATE)