mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-02 00:40:03 +02:00
* fcl-db: cosmetic
git-svn-id: trunk@26111 -
This commit is contained in:
parent
6fdadb6248
commit
9981481729
@ -713,9 +713,9 @@ begin
|
||||
else
|
||||
SQLData := AllocMem(in_SQLDA^.SQLVar[x].SQLLen);
|
||||
// Always force the creation of slqind for parameters. It could be
|
||||
// that a database-trigger takes care of inserting null-values, so
|
||||
// it should always be possible to pass null-parameters. If that fails,
|
||||
// the database-server will generate the appropiate error.
|
||||
// that a database trigger takes care of inserting null values, so
|
||||
// it should always be possible to pass null parameters. If that fails,
|
||||
// the database server will generate the appropiate error.
|
||||
sqltype := sqltype or 1;
|
||||
new(sqlind);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user