1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2025-12-22 00:27:39 +02:00

Improving preiview handling (fixing DB case insensitive issue when selecting preview that is on the same path, adding tests) #31

This commit is contained in:
Patrik J. Braun
2021-03-28 12:43:13 +02:00
parent 09e2a07c5e
commit 5020949a88
9 changed files with 148 additions and 39 deletions

View File

@@ -19,6 +19,7 @@ import {PersonEntry} from './enitites/PersonEntry';
import {Utils} from '../../../../common/Utils';
import * as path from 'path';
import {ServerConfig} from '../../../../common/config/private/PrivateConfig';
import DatabaseType = ServerConfig.DatabaseType;
export class SQLConnection {