-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed queries for tables that have a keyword as name
- Loading branch information
Kevin Bernau
committed
Dec 23, 2019
1 parent
8969f5e
commit 9f8fcf8
Showing
3 changed files
with
29 additions
and
17 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio Version 16 | ||
VisualStudioVersion = 16.0.29424.173 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MySQL-To-CSharp", "MySQL-To-CSharp\MySQL-To-CSharp.csproj", "{8673C77C-EACF-4140-8357-1A2BEA96ED8E}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Release|Any CPU = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{8673C77C-EACF-4140-8357-1A2BEA96ED8E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{8673C77C-EACF-4140-8357-1A2BEA96ED8E}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{8673C77C-EACF-4140-8357-1A2BEA96ED8E}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{8673C77C-EACF-4140-8357-1A2BEA96ED8E}.Release|Any CPU.Build.0 = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {E46395F3-4E03-4361-8AE4-59C20466B060} | ||
EndGlobalSection | ||
EndGlobal |
This file contains 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
This file contains 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