This repository was archived by the owner on Dec 24, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
ServiceStack.OrmLite.Firebird Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -659,9 +659,6 @@ public override string EscapeWildcards(string value)
659
659
660
660
public override string GetColumnNames ( ModelDefinition modelDef )
661
661
{
662
- if ( QuoteNames )
663
- return modelDef . GetColumnNames ( this ) ;
664
-
665
662
var sqlColumns = StringBuilderCache . Allocate ( ) ;
666
663
foreach ( var field in modelDef . FieldDefinitions )
667
664
{
Original file line number Diff line number Diff line change 20
20
<DefineConstants >TRACE;DEBUG;NET45</DefineConstants >
21
21
<ErrorReport >prompt</ErrorReport >
22
22
<WarningLevel >4</WarningLevel >
23
+ <DocumentationFile >
24
+ </DocumentationFile >
23
25
</PropertyGroup >
24
26
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
25
27
<DebugType >pdbonly</DebugType >
28
30
<DefineConstants >TRACE;NET45</DefineConstants >
29
31
<ErrorReport >prompt</ErrorReport >
30
32
<WarningLevel >4</WarningLevel >
33
+ <DocumentationFile >bin\Release\ServiceStack.OrmLite.XML</DocumentationFile >
31
34
</PropertyGroup >
32
35
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Signed|AnyCPU'" >
33
36
<OutputPath >bin\Signed\</OutputPath >
You can’t perform that action at this time.
0 commit comments