Skip to content

Commit

Permalink
🔤 BASE #106
Browse files Browse the repository at this point in the history
  • Loading branch information
bjverde committed Aug 2, 2020
1 parent a64581c commit b31f35f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@

class TFormDinPdoConnection
{
const DBMS_ACCESS = 'ACCESS';
const DBMS_ACCESS = 'ACCESS';
const DBMS_FIREBIRD = 'ibase';
const DBMS_MYSQL = 'mysql';
const DBMS_ORACLE = 'oracle';
const DBMS_POSTGRES = 'pgsql';
const DBMS_SQLITE = 'sqlite';
const DBMS_SQLSERVER = 'sqlsrv';
const DBMS_SQLSERVER= 'sqlsrv';

private $database = null;
private $fech = null;
Expand Down

0 comments on commit b31f35f

Please sign in to comment.