Releases: merceyz/eslint-plugin-sqlite
Releases · merceyz/eslint-plugin-sqlite
v1.4.0
1.4.0 (2024-09-29)
Features
- support any string value in map and join (15890ee)
v1.3.0
1.3.0 (2024-09-22)
Features
Bug Fixes
- handle columns not in
pragma_table_info
(dde4b89)
v1.2.0
1.2.0 (2024-09-08)
Features
Bug Fixes
- check if not null column is always present (747cc6a)
- handle column aliasing the rowid (24436c9)
- handle varied casing and quoted identifiers (202faf3)
v1.1.0
1.1.0 (2024-09-03)
Features
- check if column is nullable (1b7266a)
- support variable input parameters (adfaab4)
v1.0.0
1.0.0 (2024-08-31)
Features
- add typed-input rule (e72f56a)
- add typed-result rule (f390944)
- add valid-query rule (ed290fe)
- inferQueryInput (623affc)
- inferQueryResult (b47c5cc)
- report on non-static and non-string static values (2fb96a4)
- support overriding unknown type (f1d4a89)
Bug Fixes
- handle ANY as a combination of the other types (ac55881)
- infer: handle queries that don't return data (78c096e)
- infer: ignore invalid queries (a1ef786)