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

Not working with MSSQL 2016 and below #1533

Closed
bobonov opened this issue Mar 11, 2024 · 2 comments
Closed

Not working with MSSQL 2016 and below #1533

bobonov opened this issue Mar 11, 2024 · 2 comments
Labels

Comments

@bobonov
Copy link

bobonov commented Mar 11, 2024

Versions:

  • ide-helper Version: 3.0.0
  • Laravel Version: 10.46.0
  • PHP Version: 8.3
  • MSsql 2016

Description:

MSSql 2016 and below does not have string_agg() function

Steps To Reproduce:

Just run the command for generating model on a 2016 sql server

@bobonov bobonov added the bug label Mar 11, 2024
@barryvdh
Copy link
Owner

I don't think this is an IDE helper issue, but a Laravel issue.

@bobonov
Copy link
Author

bobonov commented Mar 11, 2024

Digging in Laravel the problem reside in Illuminate\Database\Schema\Grammars\SqlServerGrammar
laravel/framework#50457

@bobonov bobonov closed this as completed Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants