database icon indicating copy to clipboard operation
database copied to clipboard

Feat find and delete

Open lohanidamodar opened this issue 4 years ago • 0 comments

First working draft of Find and Delete method.

  • I had to simplify and hack my way but it's working, mariadb DELETE with WHERE/ORDER and LIMIT not working with table alias
  • I'm handling limit internally in mysql and mariadb.
  • Also removed orders for now for the shake of simplicity also, if we are not exposing limit, that means we are deleting everything query finds, so orders doesn't really matter?

lohanidamodar avatar Jun 23 '21 11:06 lohanidamodar