Skip to content

Commit

Permalink
chore: remove ORA ident
Browse files Browse the repository at this point in the history
  • Loading branch information
HSunboy committed May 16, 2024
1 parent 513642b commit 0786e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/sql/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ export class SQLStore {
};
}
}
// {"errCode":null,"errMsg":"ORA-00904: invalid identifier 'CHZ' in 'field list'","data":null,"importantMsg":false}

// {"errCode":null,"errMsg":null,"data":{"funName":"F_ADD","ddl":"CREATE OR REPLACE function f_add(\np1 in integer, \np2 in integer) \nreturn integer as \nbegin \nreturn p1 + p2;\nend;","definer":"CHZ","status":null,"createTime":1606274473000,"modifyTime":1606274473000,"returnType":"integer","returnValue":"33","params":null,"varibales":[],"types":[]},"importantMsg":false}

if (res.errMsg) {
Expand Down

0 comments on commit 0786e6d

Please sign in to comment.