소스 검색

+ recreate is not supported by postgres

git-svn-id: trunk@1240 -
joost 20 년 전
부모
커밋
22e17d51db
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      fcl/db/sqldb/examples/bcreatetable.pp

+ 1 - 1
fcl/db/sqldb/examples/bcreatetable.pp

@@ -26,7 +26,7 @@ begin
 
   Fconnection.Transaction := Ftransaction;
   
-  Fconnection.ExecuteDirect('recreate table FPDEV (       ' +
+  Fconnection.ExecuteDirect('create table FPDEV (       ' +
                             '  id INT NOT NULL,           ' +
                             '  Name VARCHAR(50),          ' +
                             '  Email CHAR(50),            ' +