fix: an issue that output is invalid CSV
This commit is contained in:
		| @@ -43,4 +43,4 @@ class Context: | ||||
|   def sql(self, cmd: str): | ||||
|     self.dbcur.execute(cmd) | ||||
|     for row in self.dbcur: | ||||
|       print(*row, file=self.ostream) | ||||
|       print(*row, file=self.ostream, sep=",") | ||||
|   | ||||
		Reference in New Issue
	
	Block a user