dissect.sql
Advanced tools
| Metadata-Version: 2.4 | ||
| Name: dissect.sql | ||
| Version: 3.12.dev2 | ||
| Version: 3.12.dev3 | ||
| Summary: A Dissect module implementing a parsers for the SQLite database file format, commonly used by applications to store configuration data | ||
@@ -5,0 +5,0 @@ Author-email: Dissect Team <dissect@fox-it.com> |
@@ -94,3 +94,3 @@ from __future__ import annotations | ||
| if "(" in column_def and column_name.upper().startswith( | ||
| if column_name.upper().startswith( | ||
| ( | ||
@@ -97,0 +97,0 @@ "CONSTRAINT", |
+1
-1
| Metadata-Version: 2.4 | ||
| Name: dissect.sql | ||
| Version: 3.12.dev2 | ||
| Version: 3.12.dev3 | ||
| Summary: A Dissect module implementing a parsers for the SQLite database file format, commonly used by applications to store configuration data | ||
@@ -5,0 +5,0 @@ Author-email: Dissect Team <dissect@fox-it.com> |
+0
-12
@@ -110,14 +110,2 @@ from __future__ import annotations | ||
| ), | ||
| ( | ||
| "CREATE TABLE TableName (Id INTEGER PRIMARY KEY, UniqueKey TEXT NOT NULL UNIQUE, Name TEXT NOT NULL)", | ||
| ( | ||
| "Id", | ||
| [ | ||
| ("Id", "INTEGER PRIMARY KEY"), | ||
| ("UniqueKey", "TEXT NOT NULL UNIQUE"), | ||
| ("Name", "TEXT NOT NULL"), | ||
| ], | ||
| [], | ||
| ), | ||
| ), | ||
| ] | ||
@@ -124,0 +112,0 @@ |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
107495
-0.35%1015
-1.17%