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 @@ -626,7 +626,7 @@ object
626626
627627 method error_field field_name = Stub. result_error_field res field_name
628628
629- method sqlstate_error_code =
629+ method error_code =
630630 Error_code. of_sqlstate (Stub. result_error_field res Error_field. SQLSTATE )
631631
632632 method ntuples = ntuples
Original file line number Diff line number Diff line change @@ -226,8 +226,8 @@ class type result = object
226226 method error_field : Error_field. t -> string
227227 (* * [#error_field] @return message of given error field in a result. *)
228228
229- method sqlstate_error_code : Error_code. t
230- (* * [#sqlstate_error_code ] @return the error code of the error condition
229+ method error_code : Error_code. t
230+ (* * [#error_code ] @return the error code of the error condition
231231 as stored in the SQLSTATE field. *)
232232
233233 (* * Retrieving SELECT Result Information *)
You can’t perform that action at this time.
0 commit comments