Fix operator != handling of LHS null
[mono.git] / mcs / class / Npgsql / Npgsql / NpgsqlState.resx
index d730b59c5c37c787bcac88143ebba545d8ba5bfa..d4071715e8f07d1a7cd7f4e0c55d5bff1d4f57f9 100644 (file)
@@ -57,7 +57,7 @@
     value   : The object must be serialized into a byte array 
             : using a System.ComponentModel.TypeConverter
             : and then encoded with base64 encoding.
-    -->\r
+    -->
        <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
                <xsd:element name="root" msdata:IsDataSet="true">
                        <xsd:complexType>
        </data>
        <data name="Log_ConnectedTo">
                 <value>Connected to: {0}:{1}.</value>
-        </data>
+    </data>
 
        <data name="Log_QuerySent">
                 <value>Query sent: {0}.</value>
-        </data>
+    </data>
+    <data name="Exception_Ssl_RequestError">
+                <value>Ssl connection requested. No Ssl enabled connection from this host is configured.</value>
+    </data>    
+    <data name="Exception_ConnectionTimeout">
+                <value>Connection establishment timeout. Increase Timeout value in ConnectionString.</value>
+    </data>    
+        
 </root>