Actions
Bug #7482
closedlastId_ should be of type long long in Postgres.C
Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
03/06/2020
Due date:
% Done:
0%
Estimated time:
Description
Hello,
in the file wt/src/Wt/Dbo/backend/Postgres.C at line 661 :
int lastId*, row*, affectedRows*, columnCount*;
the member lastId_should be of type long long instead of int.
May you integrate this in the future releases ?
Updated by Roel Standaert over 4 years ago
- Status changed from Resolved to Closed
Actions