Re: [Geotools-devel] xs:boolean feature mapping error on WFS/GML3+ using Oracle db

2021-12-13 Thread Leif Eirik Lislegård
Thanks Jody, that would be great. I've created https://github.com/geotools/geotools/pull/3698 that passes the CI tests. /Leif Fra: Jody Garnett Sendt: lørdag 4. desember 2021 08:21 Til: Leif Eirik Lislegård Kopi: GeoTools Developers Emne: Re: [Geotools-devel] xs:boolean feature mapping erro

[Geotools-devel] SQLServerDialect is missing getNextSequenceValue

2021-12-13 Thread acefael
hi, the default implementation of SQLDialect returns null for any invocation of getNextSequenceValue and SQLServerDialect does not override that. Therefore using GT_PK_METADATA with pk_policy 'sequence' will never work. Could anyone with enough access apply my implementation of getNextSequenc