You've already forked pigallery2
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user