Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix excess update filled hierarchy #180

Draft
wants to merge 6 commits into
base: develop
Choose a base branch
from

Conversation

AntonIV8
Copy link
Contributor

No description provided.

ICSSoft.STORMNET.Business/SQLDataService/SQLDataService.cs Outdated Show resolved Hide resolved
ICSSoft.STORMNET.Business/SQLDataService/SQLDataService.cs Outdated Show resolved Hide resolved
ICSSoft.STORMNET.Business/SQLDataService/SQLDataService.cs Outdated Show resolved Hide resolved
Type defType = Information.GetPropertyDefineClassType(typeOfProcessingObject, col);
StringCollection propsInTable = null;
if (valuesByTables.Contains(defType))
var value = propsWithValues[property].Replace("\'", string.Empty);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Это из старого кода или что-то новое - про "'" ? Экранирование идентификаторов выполняется в каждом конкретном сервисе данных и сильно зависит от типа СУБД.

if (valuesByTables.Contains(defType))
var value = propsWithValues[property].Replace("\'", string.Empty);

Guid guidValue;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Опять Guid.

@@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>NewPlatform.Flexberry.ORM</id>
<version>6.0.0</version>
<version>6.0.1</version>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

6.0.1-beta01

@NicholasNoise NicholasNoise force-pushed the fix-excess-update-filled-hierarchy branch from ea309eb to 9501a71 Compare June 10, 2021 08:55
{
foreach (IDataService dataService in DataServices)
{
// Arrange.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Вернуть Arrange

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants