Michael,
I updated patch for fcl-db test suite. See: http://bugs.freepascal.org/view.php?id=17303
Would you be so glad and will you apply them please ?

Done, rev. 20572.
Great!


Sorry for the delay.
It's Okay ;-)

Now I have only 2 things:
1. question about packages/fcl-db/fpmake.pp ... does is needed update also this file ? I attach patch, which is only my guess based on other connectors. 2. tomorow I will update tests for DATETIME values outside of supported range by MS SQL
Then we can close bug report #17303

Thanks
-Laco.

--- fpmake.pp.ori       Thu Mar 22 14:28:18 2012
+++ fpmake.pp   Thu Mar 22 14:53:16 2012
@@ -46,6 +46,7 @@ begin
     P.SourcePath.Add('src/sqldb/odbc', SqldbConnectionOSes);
     P.SourcePath.Add('src/sqldb/examples', SqldbConnectionOSes);
     P.SourcePath.Add('src/sqldb/oracle', 
SqldbConnectionOSes-SqldbWithoutPostgresOSes);
+    P.SourcePath.Add('src/sqldb/mssql', SqldbConnectionOSes);
     P.SourcePath.Add('src/sdf');
     P.SourcePath.Add('src/json');
     P.SourcePath.Add('src/datadict', DatadictOSes);
@@ -659,6 +660,16 @@ begin
           AddUnit('sqldb');
           AddUnit('dbconst');
         end;
+
+    T:=P.Targets.AddUnit('mssqlconn.pp', SqldbConnectionOSes);
+      with T.Dependencies do
+        begin
+          AddUnit('db');
+          AddUnit('bufdataset');
+          AddUnit('sqldb');
+          AddUnit('dbconst');
+        end;
+
     T:=P.Targets.AddUnit('sqlite3ds.pas', SqliteOSes);
       with T.Dependencies do
         begin
_______________________________________________
fpc-devel maillist  -  [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to