Skip to content
Extraits de code Groupes Projets
Valider edb6ee35 rédigé par Will Hunt's avatar Will Hunt
Parcourir les fichiers

Fix logger name

parent b153a696
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -17,7 +17,7 @@ limitations under the License. ...@@ -17,7 +17,7 @@ limitations under the License.
import * as pgPromise from "pg-promise"; import * as pgPromise from "pg-promise";
import { Log } from "../log"; import { Log } from "../log";
import { IDatabaseConnector, ISqlCommandParameters, ISqlRow } from "./connector"; import { IDatabaseConnector, ISqlCommandParameters, ISqlRow } from "./connector";
const log = new Log("SQLite3"); const log = new Log("Postgres");
const pgp: pgPromise.IMain = pgPromise({ const pgp: pgPromise.IMain = pgPromise({
// Initialization Options // Initialization Options
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter