You've already forked lazarus-ccr
tvplanit: Make the results of all calls to GetNextID an Int64 (for consistency with AddResource etc.).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4686 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -75,7 +75,7 @@ type
|
||||
constructor Create(AOwner: TComponent); override;
|
||||
destructor Destroy; override;
|
||||
|
||||
function GetNextID(TableName: string): Integer; override;
|
||||
function GetNextID(TableName: string): Int64; override;
|
||||
procedure Load; override;
|
||||
procedure CreateTable(TableName: string);
|
||||
procedure CreateIndexDefs(const TableName : string;
|
||||
@@ -251,7 +251,7 @@ begin
|
||||
end;
|
||||
{=====}
|
||||
|
||||
function TVpDBISAMDataStore.GetNextID(TableName: string): Integer;
|
||||
function TVpDBISAMDataStore.GetNextID(TableName: string): Int64;
|
||||
var
|
||||
Query: TDBISAMQuery;
|
||||
GotIt: Boolean;
|
||||
|
Reference in New Issue
Block a user