mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 05:23:31 -07:00
rebased with Marr.Data
there is a broken test.
This commit is contained in:
parent
6e6df842a0
commit
261ce772de
8 changed files with 199 additions and 58 deletions
|
@ -170,15 +170,6 @@ namespace Marr.Data.QGen
|
|||
|
||||
#endregion
|
||||
|
||||
#region - Count -
|
||||
|
||||
public virtual int Count()
|
||||
{
|
||||
return _baseBuilder.GetRowCount();
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region - ToList / ToString / BuildQuery -
|
||||
|
||||
public virtual List<T> ToList()
|
||||
|
@ -218,7 +209,7 @@ namespace Marr.Data.QGen
|
|||
|
||||
string columnName = DataHelper.GetColumnName(sort.DeclaringType, sort.PropertyName, useAltName);
|
||||
|
||||
if (!_useAltName)
|
||||
if (!useAltName)
|
||||
sb.Append(_dialect.CreateToken(string.Format("{0}.{1}", table.Alias, columnName)));
|
||||
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue