Skip to content

Releases: 2blane/IronSQL

insertIgnoreOrUpdate

13 Jun 05:07

Choose a tag to compare

Added the ability to call INSERT IGNORE ... ON DUPLICATE KEY UPDATE ...
This will allow you to insert or update data, but ignore data where a foreign key constraint fails.

Multiple Connections Now Handled.

24 Aug 21:20

Choose a tag to compare

You can now change the host, user, password, port, ... and all the other connection variables and the next time you make a database call the the connection will have been updated.