Adding default field search tokenizer and sample #467
Annotations
3 errors
Foundatio.Parsers.SqlQueries.Tests.SqlQueryParserTests.CanSearchDefaultFields:
_/tests/Foundatio.Parsers.SqlQueries.Tests/SqlQueryParserTests.cs#L79
Assert.Single() Failure: The collection was empty
|
Foundatio.Parsers.SqlQueries.Tests.SqlQueryParserTests.CanUseCollectionDefaultFields:
_/tests/Foundatio.Parsers.SqlQueries.Tests/SqlQueryParserTests.cs#L191
Assert.Equal() Failure: Strings differ
↓ (pos 302)
Expected: ···"loyeesId] AND [c0].[Name] LIKE N'%acme%')"
Actual: ···".[EmployeesId] AND [c0].[Name] = N'acme')"
↑ (pos 302)
|
build / build
Process completed with exit code 1.
|