Skip to content

Commit bf818b4

Browse files
committed
- added build status to readme
1 parent 28c7148 commit bf818b4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

DynamicLinqPadPostgreSqlDriver.Tests/TestBasicTypeMappings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ public void TestNullableTimeSpanMapping(string dataType)
137137
TestNullableType<TimeSpan?>(dataType, TimeSpan.FromMinutes(90));
138138
}
139139

140-
[Theory (Skip = "Ignore until 'System.ArgumentException : Offset must be specified in whole minutes.' has been resolved.")]
140+
[Theory (Skip = "Ignored until 'System.ArgumentException : Offset must be specified in whole minutes.' has been resolved.")]
141141
[InlineData("timetz")]
142142
[InlineData("time with time zone")]
143143
public void TestDateTimeOffsetMapping(string dataType)

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# LINQPad PostgreSQL Driver
22

3+
[![Build status](https://ci.appveyor.com/api/projects/status/d0o17gc26cvv5ca5?svg=true)](https://ci.appveyor.com/project/fknx/linqpad-postgresql-driver)
4+
35
This is a driver for [LINQPad](https://www.linqpad.net) to add support for [PostgreSQL](http://www.postgresql.org) databases. This driver uses [LINQ to DB](https://github.com/linq2db/linq2db) to execute the LINQ queries and [Npgsql](http://www.npgsql.org) for the database access. In addition [Dapper](https://github.com/StackExchange/dapper-dot-net) is used for a more convenient database access during the model creation.
46

57
This driver has been tested with PostgreSQL 9.4.4 but should work with all versions supported by [LINQ to DB](https://github.com/linq2db/linq2db) v1.0.7.4 and [Npgsql](http://www.npgsql.org) v3.0.7. It can be used with [LINQPad](https://www.linqpad.net) versions 4 and 5.

0 commit comments

Comments
 (0)