Fixed empty insert query
Fix for situation when len(values) is 0. Before fix it will result with malformed insert query with empty values vector.
Loading
Please sign in to comment
Fix for situation when len(values) is 0. Before fix it will result with malformed insert query with empty values vector.