Skip to content

Commit

Permalink
Merge pull request #6752 from morozov/use-function-db2-field-name
Browse files Browse the repository at this point in the history
Use function db2_field_name
  • Loading branch information
morozov authored Feb 1, 2025
2 parents e37f348 + 7ad1450 commit 8db2066
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Driver/IBMDB2/Result.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

use function db2_fetch_array;
use function db2_fetch_assoc;
use function db2_field_name;
use function db2_free_result;
use function db2_num_fields;
use function db2_num_rows;
Expand Down

0 comments on commit 8db2066

Please sign in to comment.