> if we _did_ improve it, we would break some downstream libraries (like 
JOOQ and Hibernate), who rely on the values we currently return from that 
method

Not if you only change the input handling: support the SYSTEM TABLE and 
TABLE types in addition to TABLE BASE in the type given as input to the 
DatabaseMetaData.getTables() method.
I think less than 10 lines of code are necessary....
Le mercredi 10 avril 2024 à 13:37:47 UTC+2, prrvchr a écrit :

> Hi Noel,
>
> If this is not appreciated, then I apologize. 
>
> But I'm not paying either and I'm trying to bring some more functionality 
> to LibreOffice Base for H2.
>
> Now if it is forbidden to talk about what is not working and it is 
> preferable to hide behind bogus justifications, I do not think that this is 
> of much interest.
>
> Sometimes it is better to say:
> - Yes this is a limitation of our implementation.
> - Than trying to make people believe that it is JDBC.
>
> Because first of all it's taking me for an imbecile and if you want to be 
> able to improve H2, I think this is the way to follow.
>
> Le mercredi 10 avril 2024 à 12:46:11 UTC+2, Noel Grandin a écrit :
>
>> On Wed, 10 Apr 2024 at 11:00, prrvchr <prr...@gmail.com> wrote:
>>
>>> No definitely, JDBC has nothing to do with it. It is your 
>>> implementation which by not differentiating the type of the tables, 
>>> necessarily, does not allow any filtering on the tables. Too bad and I 
>>> don't think it's going to change any time soon since you can't understand 
>>> such a simple thing...
>>>
>>>
>> That kind of comment is uncalled for, and not appreciated. This is not a 
>> commercial product, we do not owe you anything. We do not get paid for 
>> working on this project, nor do we get paid for spending time responding to 
>> issues.
>>
>> Now, Let us examine the proposal.
>>
>> Firstly, yes, it could be improved. But we have already supplied a 
>> workaround that extracts the required information.
>>
>> Secondly, if we _did_ improve it, we would break some downstream 
>> libraries (like JOOQ and Hibernate), who rely on the values we currently 
>> return from that method.
>> We would also likely break the code of various people who use H2.
>>
>>
>>
>>
>>

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to h2-database+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/h2-database/ee37b7d4-ceaa-4272-a3c4-b5be92addc54n%40googlegroups.com.

Reply via email to