[fpc-pascal] Troubles with SQLDBRESTBridge
Michael Van Canneyt
michael at freepascal.org
Mon Jul 1 23:18:30 CEST 2019
On Mon, 1 Jul 2019, Sven Barth via fpc-pascal wrote:
> Am 24.06.2019 um 09:30 schrieb Michael Van Canneyt:
>>
>> With the sample module, I tested all possible cases:
>
> I updated both FPC and Lazarus and also tested the sample module.
> However those variants BasePath empty don't work. I get an exception at
> line 2053 of sqldbrestbridge.pp. It seems that BasePaths is an array of
> length 1 containing an empty string... :/ Don't know if that's supposed
> to be returned by the Split() method or not if the input string is empty...
I will test. The Split() method has changed with regards to how to handle
empty strings :(
>
> By the way: is it correct that the sqldbrestdataset currently does not
> support editing/inserting/deleting entries? Do you plan to change this?
Ehm, no, of course it is supposed to support that.
It would not be much good if it didn't :-)
Do you get errors ?
Michael.
More information about the fpc-pascal
mailing list