Re: Avoiding explicit addDataType calls for PostGIS

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: Avoiding explicit addDataType calls for PostGIS
Дата
Msg-id 418F3340.306@opencloud.com
обсуждение исходный текст
Ответ на Re: Avoiding explicit addDataType calls for PostGIS  (Kris Jurka <books@ejurka.com>)
Ответы Re: Avoiding explicit addDataType calls for PostGIS
Список pgsql-jdbc
Kris Jurka wrote:
>
>>[use a property file to configure datatypes]
>
> Looking at this patch again, I don't believe the JDBC driver should use
> this extension mechanism to configure itself.  The whole concept is error
> prone with multiple .properties files,

I don't see multiple properties files with overlapping settings being a
common use case for exactly that reason.

> so why should we start things off
> by creating a properties file when we don't need to.

The configuration information is bulky, so cramming it into the URL
doesn't seem ideal.

It's also cleaner from a packaging perspective: you don't need to poke
application-specific internal configuration information into a
user-visible or user-configured URL.

-O

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: Avoiding explicit addDataType calls for PostGIS
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: Avoiding explicit addDataType calls for PostGIS