We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bcfe7e commit d3025c9Copy full SHA for d3025c9
CHANGELOG.md
@@ -8,7 +8,7 @@
8
- `SQLiteConnection.SerializeToAsset` extension method for serializing a database to an instance of `SQLiteAsset`.
9
- `SQLiteConnection.ImportCsvToTable` extension method for importing a CSV text stream as a new table inside the database.
10
- Support for importing ".sql" files as either a `TextAsset` or a `SQLiteAsset`.
11
-- `SQLiteConnection.Exec` extension method for executing a SQL script with multiple statements with a single call.
+- `SQLiteConnection.ExecuteScript` extension method for executing a SQL script with multiple statements with a single call.
12
13
### Changed
14
- Update SQLite to 3.50.1
0 commit comments