Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 0a43ce8

Browse files
committed
INCR to v3.9.44
1 parent 808b2e0 commit 0a43ce8

File tree

21 files changed

+163
-21
lines changed

21 files changed

+163
-21
lines changed

NuGet/ServiceStack.OrmLite.Firebird/servicestack.ormlite.firebird.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
44
<id>ServiceStack.OrmLite.Firebird</id>
55
<title>OrmLite.FireBird - Fast, code-first, config-free Poco ORM</title>
6-
<version>3.9.43</version>
6+
<version>3.9.44</version>
77
<authors>Demis Bellot, Angel Colmenares</authors>
88
<owners>Demis Bellot, Angel Colmenares</owners>
99
<description>

NuGet/ServiceStack.OrmLite.MySql/servicestack.ormlite.mysql.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
44
<id>ServiceStack.OrmLite.MySql</id>
55
<title>OrmLite.MySQL - Fast, code-first, config-free Poco ORM</title>
6-
<version>3.9.43</version>
6+
<version>3.9.44</version>
77
<authors>Demis Bellot, Thomas Grassauer</authors>
88
<owners>Demis Bellot, Thomas Grassauer</owners>
99
<description>

NuGet/ServiceStack.OrmLite.Oracle/servicestack.ormlite.oracle.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
44
<id>ServiceStack.OrmLite.Oracle</id>
55
<title>OrmLite.Oracle - Fast, code-first, config-free Poco ORM</title>
6-
<version>3.9.43</version>
6+
<version>3.9.44</version>
77
<authors>Demis Bellot, Guru Kathiresan</authors>
88
<owners>Demis Bellot, Guru Kathiresan</owners>
99
<description>

NuGet/ServiceStack.OrmLite.PostgreSQL/servicestack.ormlite.postgresql.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
44
<id>ServiceStack.OrmLite.PostgreSQL</id>
55
<title>OrmLite.PostgreSQL - Fast, code-first, config-free Poco ORM</title>
6-
<version>3.9.43</version>
6+
<version>3.9.44</version>
77
<authors>Demis Bellot, Tomasz Kubacki</authors>
88
<owners>Demis Bellot, Tomasz Kubacki</owners>
99
<description>

NuGet/ServiceStack.OrmLite.SqlServer/servicestack.ormlite.sqlserver.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
44
<id>ServiceStack.OrmLite.SqlServer</id>
55
<title>OrmLite.SqlServer - Fast, code-first, config-free Poco ORM</title>
6-
<version>3.9.43</version>
6+
<version>3.9.44</version>
77
<authors>Demis Bellot</authors>
88
<owners>Demis Bellot</owners>
99
<description>

NuGet/ServiceStack.OrmLite.Sqlite.Mono/servicestack.ormlite.sqlite.mono.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
44
<id>ServiceStack.OrmLite.Sqlite.Mono</id>
55
<title>OrmLite.Sqlite - Compatible with Mono. inc. win x86/64 sqlite.dll</title>
6-
<version>3.9.43</version>
6+
<version>3.9.44</version>
77
<authors>Demis Bellot</authors>
88
<owners>Demis Bellot</owners>
99
<description>

NuGet/ServiceStack.OrmLite.Sqlite32/servicestack.ormlite.sqlite32.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
44
<id>ServiceStack.OrmLite.Sqlite32</id>
55
<title>OrmLite.Sqlite.32bit - Fast, code-first, config-free Poco ORM</title>
6-
<version>3.9.43</version>
6+
<version>3.9.44</version>
77
<authors>Demis Bellot</authors>
88
<owners>Demis Bellot</owners>
99
<description>

NuGet/ServiceStack.OrmLite.Sqlite64/servicestack.ormlite.sqlite64.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
44
<id>ServiceStack.OrmLite.Sqlite64</id>
55
<title>OrmLite.Sqlite.64bit - Fast, code-first, config-free Poco ORM</title>
6-
<version>3.9.43</version>
6+
<version>3.9.44</version>
77
<authors>Demis Bellot</authors>
88
<owners>Demis Bellot</owners>
99
<description>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ extracting them from the published NuGet packages. The url to download a nuget p
5050

5151
So to get the OrmLite MySQL provider in OSX/Linux (or using gnu tools for Windows) you can just do:
5252

53-
wget -O OrmLite.MySql.zip http://packages.nuget.org/api/v1/package/ServiceStack.OrmLite.MySql/3.9.43
53+
wget -O OrmLite.MySql.zip http://packages.nuget.org/api/v1/package/ServiceStack.OrmLite.MySql/3.9.44
5454
unzip OrmLite.MySql.zip 'lib/*'
5555

5656
which will download and extract the dlls into your local local `lib/` folder.
@@ -93,7 +93,7 @@ Apart from a slight performance increase, parameterized API's now lets you inser
9393

9494
## New API's to execute custom SQL
9595

96-
Prior to v3.9.43 the ways to execute custom SQL was with `db.ExecuteSql()` which as it only returned an int code, users were using `db.Query` to read arbitrary sql returning tabular resultsets. However db.Query is only intended for SELECT statements. For this purpose we've introduced new API's for executing custom sql, e.g:
96+
Prior to v3.9.44 the ways to execute custom SQL was with `db.ExecuteSql()` which as it only returned an int code, users were using `db.Query` to read arbitrary sql returning tabular resultsets. However db.Query is only intended for SELECT statements. For this purpose we've introduced new API's for executing custom sql, e.g:
9797

9898
```csharp
9999
List<Poco> results = db.SqlList<Poco>("EXEC GetAnalyticsForWeek 1");

build/build.bat

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ COPY ..\src\ServiceStack.OrmLite.SqlServer\bin\%BUILD%\ServiceStack.OrmLite.* ..
2525

2626
COPY ..\lib\Mono.Data.Sqlite.dll ..\..\ServiceStack.OrmLite\NuGet\ServiceStack.OrmLite.Sqlite.Mono\lib\net35
2727
COPY ..\src\ServiceStack.OrmLite.Sqlite\bin\%BUILD%\ServiceStack.OrmLite.* ..\..\ServiceStack.OrmLite\NuGet\ServiceStack.OrmLite.Sqlite.Mono\lib\net35
28+
COPY ..\lib\Mono.Data.Sqlite.dll ..\..\ServiceStack.OrmLite\NuGet\ServiceStack.OrmLite.Sqlite.Mono\lib\net40
29+
COPY ..\src\ServiceStack.OrmLite.Sqlite\bin\x86\ServiceStack.OrmLite.* ..\..\ServiceStack.OrmLite\NuGet\ServiceStack.OrmLite.Sqlite.Mono\lib\net40
2830

2931

3032
COPY ..\src\ServiceStack.OrmLite.MySql\bin\%BUILD%\ServiceStack.OrmLite.* ..\..\ServiceStack.OrmLite\NuGet\ServiceStack.OrmLite.MySql\lib
@@ -41,8 +43,11 @@ COPY ..\lib\x32\net40\System.Data.SQLite.dll ..\..\ServiceStack\release\latest\
4143
COPY ..\lib\x64\net35\System.Data.SQLite.dll ..\..\ServiceStack\release\latest\ServiceStack.OrmLite\x64\net35
4244
COPY ..\lib\x64\net40\System.Data.SQLite.dll ..\..\ServiceStack\release\latest\ServiceStack.OrmLite\x64\net40
4345

44-
COPY ..\src\ServiceStack.OrmLite.Sqlite\bin\%BUILD%\ServiceStack.OrmLite.* ..\..\ServiceStack\lib
45-
COPY ..\src\ServiceStack.OrmLite.Sqlite64\bin\%BUILD%\ServiceStack.OrmLite.Sqlite* ..\..\ServiceStack\lib\x64
46+
COPY ..\src\ServiceStack.OrmLite.Sqlite\bin\x86\ServiceStack.OrmLite.* ..\..\ServiceStack\lib
47+
COPY ..\src\ServiceStack.OrmLite.Sqlite\bin\x86\sqlite3.dll ..\..\ServiceStack\lib
48+
COPY ..\src\ServiceStack.OrmLite.Sqlite\bin\x86\Mono.Data.Sqlite.dll ..\..\ServiceStack\lib
49+
COPY ..\src\ServiceStack.OrmLite.Sqlite32\bin\x86\ServiceStack.OrmLite.Sqlite* ..\..\ServiceStack\lib\x86
50+
COPY ..\src\ServiceStack.OrmLite.Sqlite64\bin\x64\ServiceStack.OrmLite.Sqlite* ..\..\ServiceStack\lib\x64
4651
COPY ..\src\ServiceStack.OrmLite.SqlServer\bin\%BUILD%\ServiceStack.OrmLite.* ..\..\ServiceStack\lib
4752

4853
COPY ..\src\ServiceStack.OrmLite.Sqlite\bin\%BUILD%\ServiceStack.OrmLite.* ..\..\ServiceStack.Examples\lib

0 commit comments

Comments
 (0)