/
dev-npgsql
/
npgsql
Обзор
Документация
Войти
/
dev-npgsql
/
npgsql
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
v7.0.9
src/Npgsql/Properties/NpgsqlStrings.resx
66 строк
4 KB
Shay Rojansky
Fixes to multi-host data source support (#4591)
01 ноя 2022, 12:52
Не верифицирован
01 ноя 2022, 12:52
4482112
Код
Авторство
О чём код?
<?xml version="1.0" encoding="utf-8"?> <root> <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:element> </xsd:schema> <resheader name="resmimetype"> <value>text/microsoft-resx</value> </resheader> <resheader name="version"> <value>1.3</value> </resheader> <resheader name="reader"> <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> </resheader> <resheader name="writer"> <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> </resheader> <data name="CannotUseSslVerifyWithUserCallback" xml:space="preserve"> <value>SslMode.{0} cannot be used in conjunction with UserCertificateValidationCallback; when registering a validation callback, perform whatever validation you require in that callback.</value> </data> <data name="CannotUseSslRootCertificateWithUserCallback" xml:space="preserve"> <value>RootCertificate cannot be used in conjunction with UserCertificateValidationCallback; when registering a validation callback, perform whatever validation you require in that callback.</value> </data> <data name="CannotUseSslModeRequireWithoutTrustServerCertificate" xml:space="preserve"> <value>To validate server certificates, please use VerifyFull or VerifyCA instead of Require. To disable validation, explicitly set 'Trust Server Certificate' to true. See https://www.npgsql.org/doc/release-notes/6.0.html for more details.</value> </data> <data name="CannotUseTrustServerCertificate" xml:space="preserve"> <value>TrustServerCertificate=true is not supported with SslMode={0}</value> </data> <data name="NoMultirangeTypeFound" xml:space="preserve"> <value>No multirange type could be found in the database for subtype {0}.</value> </data> <data name="NotSupportedOnDataSourceCommand" xml:space="preserve"> <value>Connection and transaction access is not supported on commands created from DbDataSource.</value> </data> <data name="NotSupportedOnDataSourceBatch" xml:space="preserve"> <value>Connection and transaction access is not supported on batches created from DbDataSource.</value> </data> <data name="CannotSetBothPasswordProviderAndPassword" xml:space="preserve"> <value>When registering a password provider, a password or password file may not be set.</value> </data> <data name="PasswordProviderMissing" xml:space="preserve"> <value>The right type of password provider (sync or async) was not found.</value> </data> <data name="ArgumentMustBePositive" xml:space="preserve"> <value>'{0}' must be positive.</value> </data> <data name="CannotSpecifyTargetSessionAttributes" xml:space="preserve"> <value>When creating a multi-host data source, TargetSessionAttributes cannot be specified. Create without TargetSessionAttributes, and then obtain DataSource wrappers from it. Consult the docs for more information.</value> </data> <data name="CannotReadIntervalWithMonthsAsTimeSpan" xml:space="preserve"> <value>Cannot read interval values with non-zero months as TimeSpan, since that type doesn't support months. Consider using NodaTime Period which better corresponds to PostgreSQL interval, or read the value as NpgsqlInterval, or transform the interval to not contain months or years in PostgreSQL before reading it.</value> </data> <data name="PositionalParameterAfterNamed" xml:space="preserve"> <value>When using CommandType.StoredProcedure, all positional parameters must come before named parameters.</value> </data> <data name="CannotReadInfinityValue" xml:space="preserve"> <value>Cannot read infinity value since Npgsql.DisableDateTimeInfinityConversions is enabled.</value> </data> <data name="SyncAndAsyncConnectionInitializersRequired" xml:space="preserve"> <value>Both sync and async connection initializers must be provided.</value> </data> </root>