pysimplesql icon indicating copy to clipboard operation
pysimplesql copied to clipboard

Dynamic field support needs added

Open PySimpleSQL opened this issue 4 years ago • 1 comments

In cases such as: SELECT field+1 as f FROM table;

This this case, the dynamic field will not be picked up because it wasn't present during auto mapping

PySimpleSQL avatar May 06 '21 10:05 PySimpleSQL

Related to #17

PySimpleSQL avatar May 06 '21 19:05 PySimpleSQL