benoitdm-oslandia / pg_featureserv

Apache License 2.0
1 stars 0 forks source link

Bug - TableSize function not implemented for the DB catalog #149

Open nrevelant opened 1 year ago

nrevelant commented 1 year ago

The following function is currently used inside mocked tests, but this does not seem to make part of the common catalog.go interface : func (cat *CatalogMock) TableSize(tableName string) int64

It seems that it would be better to implement it in the interface and to complete the tests on DB, don't you think ?