File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9797 cache-provider : " github"
9898
9999 - name : Run clippy
100- run : cargo clippy
100+ run : cargo clippy --all-targets --all-features -- -D warnings
101101
102102 - name : Run rustfmt
103103 run : cargo fmt -- --check
Original file line number Diff line number Diff line change @@ -44,9 +44,9 @@ pub enum TsGeneratorError {
4444 InsertStatementProcessingFailed { reason : String , query : String } ,
4545 #[ error( "[E018] Failed to process UPDATE statement: {reason}. Query: `{query}`" ) ]
4646 UpdateStatementProcessingFailed { reason : String , query : String } ,
47- #[ error( "[E018 ] Table '{table}' not found in database schema. Check that the table exists and is accessible." ) ]
47+ #[ error( "[E019 ] Table '{table}' not found in database schema. Check that the table exists and is accessible." ) ]
4848 TableNotFoundInSchema { table : String } ,
49- #[ error( "[E019 ] Failed to infer table name while processing WHERE clause. Query: `{query}`" ) ]
49+ #[ error( "[E020 ] Failed to infer table name while processing WHERE clause. Query: `{query}`" ) ]
5050 TableNameInferenceFailedInWhere { query : String } ,
5151 #[ error( "Unknown error: `{0}`" ) ]
5252 Unknown ( String ) ,
You can’t perform that action at this time.
0 commit comments