luads / php-xbase

A simple parser for *.dbf files using PHP
MIT License
184 stars 84 forks source link

Add support for DBase 7 Double type #101

Closed aaronhuisinga closed 3 years ago

aaronhuisinga commented 3 years ago

This adds support for the DBase 7 Double type (O) as documented here.

These are handled similarly to DB7 integers, and so the converter class is built similarly to that.

gam6itko commented 3 years ago

@aaronhuisinga Thank, comrade. Is it possible for you to provide a small file for tests with this field type?

aaronhuisinga commented 3 years ago

@gam6itko Sure thing. I'll get that added in a separate PR.

aaronhuisinga commented 3 years ago

@gam6itko This is open at #102. Could we get a release tagged after this is merged as well?

gam6itko commented 3 years ago

@aaronhuisinga done.