News

Remove trailing query delimiter Checked/Unchecked If checked, removes the trailing delimiter from SQL statements before they are sent to the server, ensuring cleaner syntax.
Sometimes there are situations when you want to ignore the current primary key/unique value when importing into a table. Some databases have syntax constructs in addition to the INSERT INTO that may ...