mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
rebased with Marr.Data
there is a broken test.
This commit is contained in:
@@ -14,5 +14,20 @@ namespace Marr.Data.QGen.Dialects
|
||||
return "SELECT last_insert_rowid();";
|
||||
}
|
||||
}
|
||||
|
||||
public override string StartsWithFormat
|
||||
{
|
||||
get { return "({0} LIKE {1} || '%')"; }
|
||||
}
|
||||
|
||||
public override string EndsWithFormat
|
||||
{
|
||||
get { return "({0} LIKE '%' || {1})"; }
|
||||
}
|
||||
|
||||
public override string ContainsFormat
|
||||
{
|
||||
get { return "({0} LIKE '%' || {1} || '%')"; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user