Commit 476d8dc 1 parent 51a5cc4 commit 476d8dc Copy full SHA for 476d8dc
File tree 1 file changed +10
-10
lines changed
tests/LongitudeOne/Spatial/Tests
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -557,6 +557,16 @@ protected function usesType(string $typeName): void
557
557
$ this ->usedTypes [$ typeName ] = true ;
558
558
}
559
559
560
+ /**
561
+ * Complete configuration with MS SQL Server spatial functions.
562
+ *
563
+ * @param Configuration $configuration the current configuration
564
+ */
565
+ private function addSpecificMsSqlFunctions (Configuration $ configuration ): void
566
+ {
567
+ // ready to add related functions for Microsoft SQL Server
568
+ }
569
+
560
570
/**
561
571
* Complete configuration with MySQL spatial functions.
562
572
*
@@ -619,16 +629,6 @@ private function addSpecificPostgreSqlFunctions(Configuration $configuration): v
619
629
$ configuration ->addCustomNumericFunction ('PgSql_Translate ' , SpTranslate::class);
620
630
}
621
631
622
- /**
623
- * Complete configuration with MS SQL Server spatial functions.
624
- *
625
- * @param Configuration $configuration the current configuration
626
- */
627
- private function addSpecificMsSqlFunctions (Configuration $ configuration ): void
628
- {
629
- // ready to add related functions for Microsoft SQL Server
630
- }
631
-
632
632
/**
633
633
* Add all standard functions.
634
634
*
You can’t perform that action at this time.
0 commit comments