mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 04:29:29 +02:00
* Fixed TestBlobSize test
git-svn-id: trunk@12509 -
This commit is contained in:
parent
8e61594c9a
commit
0899d13e3a
@ -477,6 +477,7 @@ begin
|
||||
|
||||
with TSQLDBConnector(DBConnector).Query do
|
||||
begin
|
||||
sql.text := 'select * from FPDEV2';
|
||||
Open;
|
||||
AssertEquals(14,TBlobField(fields[0]).BlobSize);
|
||||
close;
|
||||
|
Loading…
Reference in New Issue
Block a user