TumaMilan

Results 2 issues of TumaMilan

Version: 4.2.6 (but from 4.1.x) ### Bug Description When using N in front of SQL string param, calling `query()` adds another N, so result is NN'param'. SqlsrvDriver only. ### Steps...

### Specification When specifying string value in query, datagrid adds two "N" before leading string apostrophe. For example: `$fluent->where("type = 'type1'")` datagrid represents as `"WHERE type = NN'type1'"` ### Source...