Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp committed Jan 29, 2025
1 parent 72a5e66 commit d95c499
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/adbc/cl_sql_statement.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ CLASS cl_sql_statement IMPLEMENTATION.
DATA lv_sql_message TYPE string.

ASSERT statement IS NOT INITIAL.

WRITE / mv_connection.
ASSERT mv_connection IS NOT INITIAL.

WRITE '@KERNEL if (abap.context.databaseConnections[this.mv_connection.get()] === undefined) {'.
lv_sql_message = 'not connected to db'.
Expand Down

0 comments on commit d95c499

Please sign in to comment.