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

Add WITH support for MSSQL #935

Merged
merged 4 commits into from
Nov 26, 2021
Merged

Add WITH support for MSSQL #935

merged 4 commits into from
Nov 26, 2021

Conversation

mvorisek
Copy link
Member

No description provided.

@mvorisek mvorisek force-pushed the add_mssql_with_support branch from b96f109 to 3f45522 Compare November 26, 2021 17:56
@mvorisek mvorisek marked this pull request as ready for review November 26, 2021 17:56
@@ -200,7 +200,7 @@ public function createTheirModel(array $defaults = []): Model
$theirModel = ($this->model)($this->getOurModel(null), $this, $defaults);
} else {
// if model is set, then use clone of this model
$theirModel = clone $this->model;
$theirModel = Factory::factory(clone $this->model, $defaults);
Copy link
Member Author

Choose a reason for hiding this comment

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

I would consider this as a bug

@mvorisek mvorisek merged commit d1aeb08 into develop Nov 26, 2021
@mvorisek mvorisek deleted the add_mssql_with_support branch November 26, 2021 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant