-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
script "flight analysis.sql" selecting db attribute "flight_number" not working. #150
Comments
|
The flight_number attribute has been moved from table AIRCRAFT to table FLUGHT in Sky Dolly version v0.17. Reasoning: the flight number is specific to a „flight“ - not an individual aircraft. That is, all aircraft in a formation flight have the same „flight number“. -> Adjust your query accordingly. E.g. select flight_number from flight:; Does that answer the question? |
|
Btw did you forget to attach the script in question? I do not see such an attachement „flight_analysis.sql“. |
yes it does. |
sorry, for missing information. |
Ah… good catch! I knew the script name sounded familiar ;) This is a documentation bug then and will be fixed asap! Thanks for reporting! |
|
The example SQL script has been fixed. |
Describe the bug
sql statement "flight analysis.sql" could not be executed.
To Reproduce
open sqlite db bowser.
open script "flight analysis.sql".
execute sql statement denoted as "Select specific values from tables position, aircraft and flight".
Expected behavior
no sql error
Screenshots
Context
See #104
The text was updated successfully, but these errors were encountered: