mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-04 07:10:45 +00:00
Address comments
This commit is contained in:
parent
02b864e41b
commit
d00ad28efd
5 changed files with 21 additions and 20 deletions
|
|
@ -69,7 +69,7 @@ namespace Emby.Server.Implementations.Data
|
|||
public IStatement PrepareStatement(IDatabaseConnection connection, string sql)
|
||||
=> connection.PrepareStatement(sql);
|
||||
|
||||
public IEnumerable<IStatement> PrepareAllSafe(IDatabaseConnection connection, IEnumerable<string> sql)
|
||||
public IEnumerable<IStatement> PrepareAll(IDatabaseConnection connection, IEnumerable<string> sql)
|
||||
=> sql.Select(connection.PrepareStatement);
|
||||
|
||||
protected bool TableExists(ManagedConnection connection, string name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue