mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-28 04:51:45 +02: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