biner88 / mysql_utils

Flutter mysql_client plugin helper, Use mysql_client easily.
BSD 3-Clause "New" or "Revised" License
13 stars 2 forks source link

[Feature Request] implement notin #4

Closed igotfr closed 3 years ago

igotfr commented 3 years ago
await conn.getAll(table: 'Produto', fields: '*', where: {'id': ['notin', [2, 4, 5]]});
biner88 commented 3 years ago

Ok, please update to v1.0.5 @cindRoberta