diff --git a/lib/Npgsql.dll b/lib/Npgsql.dll index 1744a64fac6..20ca6b223ab 100644 Binary files a/lib/Npgsql.dll and b/lib/Npgsql.dll differ diff --git a/lib/Npgsql.xml b/lib/Npgsql.xml index 332e24dd444..bf439039353 100644 --- a/lib/Npgsql.xml +++ b/lib/Npgsql.xml @@ -2595,6 +2595,13 @@ against a PostgreSQL database. This class cannot be inherited. + + + For prepared commands, captures the connection's + at the time the command was prepared. This allows us to know whether the connection was + closed since the command was prepared. + + Initializes a new instance of the NpgsqlCommand class. @@ -3293,6 +3300,13 @@ Called to validate server's certificate during SSL handshake + + + A counter that gets incremented every time the connection is (re-)opened. + This allows us to identify an "instance" of connection, which is useful since + some resources are released when a connection is closed (e.g. prepared statements). + + Gets or sets the string used to connect to a PostgreSQL database. @@ -3453,6 +3467,11 @@ Always retuna Version3 + + + Whether the backend is an AWS Redshift instance + + Process id of backend server. @@ -3721,6 +3740,11 @@ the application developer from connection pooling internals. + + + Whether the backend is an AWS Redshift instance + + Constructor. @@ -3854,6 +3878,11 @@ Version of backend server this connector is connected to. + + + Whether the backend is an AWS Redshift instance + + The physical connection socket to the backend. diff --git a/lib/ServiceStack.OrmLite.MySql.dll b/lib/ServiceStack.OrmLite.MySql.dll index 11666d47765..8a8584a7238 100644 Binary files a/lib/ServiceStack.OrmLite.MySql.dll and b/lib/ServiceStack.OrmLite.MySql.dll differ diff --git a/lib/ServiceStack.OrmLite.MySql.dll.config b/lib/ServiceStack.OrmLite.MySql.dll.config index f9b2ac342ff..d1272f05183 100644 --- a/lib/ServiceStack.OrmLite.MySql.dll.config +++ b/lib/ServiceStack.OrmLite.MySql.dll.config @@ -4,6 +4,6 @@ - + diff --git a/lib/ServiceStack.OrmLite.PostgreSQL.dll b/lib/ServiceStack.OrmLite.PostgreSQL.dll index fdc4e231297..7e6388dcb47 100644 Binary files a/lib/ServiceStack.OrmLite.PostgreSQL.dll and b/lib/ServiceStack.OrmLite.PostgreSQL.dll differ diff --git a/lib/ServiceStack.OrmLite.SqlServer.dll b/lib/ServiceStack.OrmLite.SqlServer.dll index 3f3cc559f81..467a43b8bac 100644 Binary files a/lib/ServiceStack.OrmLite.SqlServer.dll and b/lib/ServiceStack.OrmLite.SqlServer.dll differ diff --git a/lib/ServiceStack.OrmLite.Sqlite.Windows.dll b/lib/ServiceStack.OrmLite.Sqlite.Windows.dll index 4070c32e8ac..c9e09e99489 100644 Binary files a/lib/ServiceStack.OrmLite.Sqlite.Windows.dll and b/lib/ServiceStack.OrmLite.Sqlite.Windows.dll differ diff --git a/lib/ServiceStack.OrmLite.Sqlite.dll b/lib/ServiceStack.OrmLite.Sqlite.dll index ff56438b951..c31e75ae31f 100644 Binary files a/lib/ServiceStack.OrmLite.Sqlite.dll and b/lib/ServiceStack.OrmLite.Sqlite.dll differ diff --git a/lib/ServiceStack.OrmLite.dll b/lib/ServiceStack.OrmLite.dll index 0152b998f05..fa3468ca215 100644 Binary files a/lib/ServiceStack.OrmLite.dll and b/lib/ServiceStack.OrmLite.dll differ diff --git a/lib/ServiceStack.OrmLite.pdb b/lib/ServiceStack.OrmLite.pdb index bdf73a86c17..be20b589718 100644 Binary files a/lib/ServiceStack.OrmLite.pdb and b/lib/ServiceStack.OrmLite.pdb differ diff --git a/lib/net45/ServiceStack.OrmLite.SqlServer.dll b/lib/net45/ServiceStack.OrmLite.SqlServer.dll index bfa21779864..0cb157f2790 100644 Binary files a/lib/net45/ServiceStack.OrmLite.SqlServer.dll and b/lib/net45/ServiceStack.OrmLite.SqlServer.dll differ diff --git a/lib/net45/ServiceStack.OrmLite.dll b/lib/net45/ServiceStack.OrmLite.dll index afc42a50877..4f004332248 100644 Binary files a/lib/net45/ServiceStack.OrmLite.dll and b/lib/net45/ServiceStack.OrmLite.dll differ