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
a1e73f85
Commit
a1e73f85
authored
Nov 11, 2011
by
Demis Bellot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
latest dlls
parent
c3a95894
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
2 deletions
+1
-2
ServiceStack.OrmLite.SqlServer.dll
Tests/OrmLite/ServiceStack.OrmLite.SqlServer.dll
+0
-0
ServiceStack.OrmLite.dll
Tests/OrmLite/ServiceStack.OrmLite.dll
+0
-0
PerformanceTests.cs
Tests/PerformanceTests.cs
+1
-2
No files found.
Tests/OrmLite/ServiceStack.OrmLite.SqlServer.dll
View file @
a1e73f85
No preview for this file type
Tests/OrmLite/ServiceStack.OrmLite.dll
View file @
a1e73f85
No preview for this file type
Tests/PerformanceTests.cs
View file @
a1e73f85
...
...
@@ -198,8 +198,7 @@ public void Run(int iterations)
//ServiceStack's OrmLite:
OrmLiteConfig
.
DialectProvider
=
SqlServerOrmLiteDialectProvider
.
Instance
;
//Using SQL Server
IDbCommand
ormLiteCmd
=
Program
.
GetOpenConnection
().
CreateCommand
();
tests
.
Add
(
id
=>
ormLiteCmd
.
QueryById
<
Post
>(
id
),
"OrmLite QueryById"
);
tests
.
Add
(
id
=>
ormLiteCmd
.
QuerySingle
<
Post
>(
"Id"
,
id
),
"OrmLite QuerySingle"
);
// HAND CODED
...
...
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