X-Git-Url: https://git.jsancho.org/?p=datasette-pytables.git;a=blobdiff_plain;f=datasette_pytables%2F__init__.py;h=93f9b89cfa0577b9d4b10215cec6b191c595c3d3;hp=58fee10364d3fec5c83d5b011579555f8d492712;hb=8d58881ab27b2acfc1f08f4108f8b4ac443b0204;hpb=d3ebe73db6b25569b800ccd55ad8eb90dd88b773 diff --git a/datasette_pytables/__init__.py b/datasette_pytables/__init__.py index 58fee10..93f9b89 100644 --- a/datasette_pytables/__init__.py +++ b/datasette_pytables/__init__.py @@ -251,6 +251,7 @@ class Connection: else: raise Exception("SQLite queries cannot be executed with this connector") + class Row(list): def __init__(self, values=None): self.labels = []