sqlbuilder icon indicating copy to clipboard operation
sqlbuilder copied to clipboard

InsertCreator.setValue() fails for quoted column names

Open packpaul opened this issue 5 years ago • 0 comments

new InsertCreator(table).setValue("\"value\"", "abCD");

fails.

packpaul avatar Mar 20 '19 00:03 packpaul