Stylianos Gakis
10/03/2022, 10:18 PMAchievement.sq
is
CREATE TABLE achievement (two rows here...);
And another named 1.sqm
is
ALTER TABLE achievement
...;
And it highlights achievement
in “ALTER TABLE achievement” as No table found with name achievement
.
Tested with AS Flamingo Canary 1 and IntelliJ Ultimate 2022.2.2.
Is this a problem on my end or is the IDE Plugin known to be like this? I know v2 is in active development atm as I saw a release an hour ago or so, so I wonder if things are more or less stable there and if you’d suggest I’d rather go with that one instead. It’s for a hobby project so no problem going with an Alpha.
Note that this is simply a Plugin false positive, running the app and everything else works finealec
10/03/2022, 10:44 PM1.db
for everything to function properlygenerateSqlDelightSchema
taskStylianos Gakis
10/04/2022, 9:42 PMalec
10/05/2022, 4:13 PM