Skip to content

Commit b43646f

Browse files
committed
Publish with docs and perf results
1 parent 316678e commit b43646f

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/c-cpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: C/C++ CI
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ "main" ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ "main" ]
88

99
jobs:
1010
build:

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ Valentine's Day,Comedy,Warner Bros.
216216
- Deletes are not implemented yet. This library is intended primarily for fast inserts.
217217
- Support for concurrent inserts not implemented yet.
218218
- The regular ROWID table of Sqlite is not implemented.
219-
- Key lengths are limited depending on page size as shown in the table below. However, this is just because the source code does not implement support for longer keys. However, this is considered sufficient for most practical purposes.
219+
- Key lengths are limited depending on page size as shown in the table below. This is just because the source code does not implement support for longer keys. However, this is considered sufficient for most practical purposes.
220220

221221
| **Page Size** | **Max Key Length** |
222222
| ------------- | ------------------ |
@@ -237,10 +237,10 @@ So this repo is best suited for one time inserts of large datasets, power backed
237237

238238
# License
239239

240-
The MIT License
241-
The GNU Affero General Public License v3 (AGPL-3.0)
240+
Sqlite Index Blaster and its command line tools are dual-licensed under the MIT license and the AGPL-3.0. Users may choose one of the above.
242241

243-
sqlite_index_blaster and its command line tools are dual-licensed under the MIT license and the AGPL-3.0. Users may choose one of the above.
242+
- The MIT License
243+
- The GNU Affero General Public License v3 (AGPL-3.0)
244244

245245
# Support
246246

0 commit comments

Comments
 (0)