mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 20:49:23 +02:00
+ recreate is not supported by postgres
git-svn-id: trunk@1240 -
This commit is contained in:
parent
a978896d7f
commit
22e17d51db
@ -26,7 +26,7 @@ begin
|
|||||||
|
|
||||||
Fconnection.Transaction := Ftransaction;
|
Fconnection.Transaction := Ftransaction;
|
||||||
|
|
||||||
Fconnection.ExecuteDirect('recreate table FPDEV ( ' +
|
Fconnection.ExecuteDirect('create table FPDEV ( ' +
|
||||||
' id INT NOT NULL, ' +
|
' id INT NOT NULL, ' +
|
||||||
' Name VARCHAR(50), ' +
|
' Name VARCHAR(50), ' +
|
||||||
' Email CHAR(50), ' +
|
' Email CHAR(50), ' +
|
||||||
|
Loading…
Reference in New Issue
Block a user