Re: [Geotools-devel] JDBCDataStore blocks search hints on virtual tables

2022-12-28 Thread Uhrig, Stefan via GeoTools-Devel
Hi Andrea, Thanks for your reply. Your proposal sounds good to me. I'll open a Jira item and prepare a pull request. Cheers, Stefan From: Andrea Aime Sent: Tuesday, December 27, 2022 11:52 AM To: Uhrig, Stefan Cc: Jody Garnett ; GeoTools Subject: Re: [Geotools-devel] JDBCDataStore blocks

Re: [Geotools-devel] JDBCDataStore blocks search hints on virtual tables

2022-12-14 Thread Uhrig, Stefan via GeoTools-Devel
modify the API to allow other database (SQLServer) to tell apart actual table vs virtual table. Cheers Andrea On Tue, Dec 13, 2022 at 9:36 PM Uhrig, Stefan via GeoTools-Devel mailto:geotools-devel@lists.sourceforge.net>> wrote: Hi all, Recently, a group of GeoServer users on HANA

[Geotools-devel] JDBCDataStore blocks search hints on virtual tables

2022-12-13 Thread Uhrig, Stefan via GeoTools-Devel
Hi all, Recently, a group of GeoServer users on HANA requested the possibility to append hints to SQL queries. Luckily, there was already SQLDialect#handleSelectHints(). So, I could just override the method in HanaDialect and append the hints to the query, which I did in [GEOT-7230]

Re: [Geotools-devel] Migrate tests in gt-jdbc from JUnit3 to JUnit4

2022-05-10 Thread Uhrig, Stefan via GeoTools-Devel
D=0> Only 3 classes seem to be extending it... not sure if it's gonna help or hinder, just letting you know it's there. Cheers Andrea On Fri, May 6, 2022 at 6:16 PM Uhrig, Stefan via GeoTools-Devel mailto:geotools-devel@lists.sourceforge.net>> wrote: Hi all, I'd like to migrate the

[Geotools-devel] Migrate tests in gt-jdbc from JUnit3 to JUnit4

2022-05-06 Thread Uhrig, Stefan via GeoTools-Devel
Hi all, I'd like to migrate the tests in gt-jdbc (and all derived tests) from JUnit3 to JUnit4 (or at least attempt it). Are there any objections against that? Background is that I'd like to enable parallel test execution for the HANA JDBC Plugin. That seems to work only for JUnit4 tests.

Re: [Geotools-devel] Automated tests for GeoTools SAP HANA store

2022-02-16 Thread Uhrig, Stefan via GeoTools-Devel
Hi Andrea, Thanks for the heads-up! I will prepare a pull request to enable online tests for the SAP HANA data store. It might take some weeks until it's done, but I think it will be done long before September 2022. Cheers Stefan From: Andrea Aime Sent: Tuesday, February 15, 2022 7:36 PM