Commit 3f894c7
authored
Fix virtual table module arguments to support numeric literals (#728)
* Update sql.bnf
module_argument_def supports numeric and string literals and identifiers.
e.g
CREATE VIRTUAL TABLE ft_locale USING fts5(a, b, c, locale=1);
* Update Test.s
Add some examples of numeric literal arguments
* Update CHANGELOG.md
* Update CHANGELOG.md1 parent 1ff0de1 commit 3f894c7
File tree
3 files changed
+7
-3
lines changed- core/src
- main/kotlin/com/alecstrong/sql/psi/core
- testFixtures/resources/fixtures/fts5-tables
3 files changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
| |||
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
1 | 6 | | |
2 | 7 | | |
3 | 8 | | |
| |||
0 commit comments