You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
data-transport/transport/disk.py

241 lines
6.8 KiB
Python

import os
"""
yield row
f.close()
class DiskWriter(Writer):
1 year ago
class SQLiteReader (SQLite,DiskReader):
if self.fields and not self.isready() and self.table:
sql = " " .join(["INSERT INTO ",self.table,"(", ",".join(self.fields) ,")", "values(:values)"])