Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
Dapper
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tsai
Dapper
Commits
e40c7882
Commit
e40c7882
authored
Nov 24, 2015
by
Nick Craver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nits
parent
de8c5fe4
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Attributes.cs
Dapper.Tests/Attributes.cs
+1
-1
Tests.cs
Dapper.Tests/Tests.cs
+1
-1
No files found.
Dapper.Tests/Attributes.cs
View file @
e40c7882
...
...
@@ -23,7 +23,7 @@ public sealed class FactLongRunningAttribute : FactAttribute
public
FactLongRunningAttribute
()
{
#if !LONG_RUNNING
Skip
=
$
"Long running"
;
Skip
=
"Long running"
;
#endif
}
public
string
Url
{
get
;
private
set
;
}
...
...
Dapper.Tests/Tests.cs
View file @
e40c7882
...
...
@@ -346,7 +346,7 @@ public void CheckComplexConcat()
// if true, slower query due to not being able to use indices, but will allow searching inside strings
bool
allow_start_wildcards
=
false
;
string
query
=
S
tring
.
Format
(
formatted
,
allow_start_wildcards
?
use_both
:
use_end_only
);
string
query
=
s
tring
.
Format
(
formatted
,
allow_start_wildcards
?
use_both
:
use_end_only
);
string
term
=
"F"
;
// the term the user searched for
connection
.
Execute
(
@"create table #users16726709 (first_name varchar(200), last_name varchar(200))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment