Home
last modified time | relevance | path

Searched refs:SQL_SERVER (Results 1 – 7 of 7) sorted by relevance

/webtrees/app/
H A DDB.php39 public const SQL_SERVER = 'sqlsrv'; define in Fisharebest\\Webtrees\\DB
45 self::SQL_SERVER => 'Latin1_General_Bin',
52 self::SQL_SERVER => 'utf8_CI_AI',
59 self::SQL_SERVER => 'REGEXP',
66 self::SQL_SERVER => 'SET language us_english', // For timestamp columns
184 if (self::driverName() === self::SQL_SERVER) {
198 case self::SQL_SERVER:
/webtrees/app/Schema/
H A DSeedGedcomTable.php38 if (DB::driverName() === DB::SQL_SERVER) {
48 if (DB::driverName() === DB::SQL_SERVER) {
H A DSeedUserTable.php38 if (DB::driverName() === DB::SQL_SERVER) {
51 if (DB::driverName() === DB::SQL_SERVER) {
H A DMigration44.php53 if (DB::driverName() === DB::SQL_SERVER) {
/webtrees/app/Services/
H A DServerCheckService.php302 case DB::SQL_SERVER:
331 case DB::SQL_SERVER:
/webtrees/resources/views/setup/
H A Dstep-3-database-type.phtml80 …o" name="dbtype" id="dbtype-sqlsrv" value="sqlsrv" <?= $dbtype === DB::SQL_SERVER ? 'checked' : ''…
/webtrees/app/Http/RequestHandlers/
H A DSetupWizard.php92 DB::SQL_SERVER => '', // Do not use default, as it is valid to have no port number.