Michael Stokes

Results 3 issues of Michael Stokes

The project doesn't support Float fields yet. I tried opening a dbase file that had a Float column. Here is the error: Fatal error: Uncaught org\majkel\dbase\Exception: Format `dBASE III PLUS`...

enhancement

I made a method for renaming a field. I will add a pull request for it. It will make it possible to do this: `$builder = Builder::fromFile('file.dbf')->renameField("name", "newname")->build('file2.dbf');` Instead of...

enhancement