database icon indicating copy to clipboard operation
database copied to clipboard

Handle column type methods using __call magic method

Open khalilst opened this issue 3 years ago • 0 comments

This PR removes MOST of the column type methods and handle them using __call method. It will support the probably missing types.

And it reduced files size from 8360 to 4415 (46% lower) and line count from 348 to 175 (49% lower).

khalilst avatar Jun 26 '21 05:06 khalilst