Created
March 11, 2020 17:29
-
-
Save cdesch/c21b6d52dff4a0472fe87a2530ecaf8b to your computer and use it in GitHub Desktop.
FireBird Issue DNET-931 - Console Output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* http://tracker.firebirdsql.org/browse/DNET-931 */ | |
/* Output of the console */ | |
Hello World! | |
Listening... | |
info: Microsoft.EntityFrameworkCore.Infrastructure[10403] | |
Entity Framework Core 2.1.2-rtm-30932 initialized 'MyContext' using provider 'EntityFrameworkCore.FirebirdSql' with options: None | |
info: Microsoft.EntityFrameworkCore.Database.Command[20101] | |
Executed DbCommand (6ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] | |
SELECT "d"."ID", "d"."FOOBAR" | |
FROM "DEMO" "d" | |
678 | |
C:\Users\chris\source\repos\FireBirdConsoleExample\FireBirdConsoleExample\bin\Debug\netcoreapp3.1\FireBirdConsoleExample.exe (process 27392) exited with code 0. | |
To automatically close the console when debugging stops, enable Tools->Options->Debugging->Automatically close the console when debugging stops. | |
Press any key to close this window . . . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment