laravel-trend
laravel-trend copied to clipboard
Add support for SQL Server
Add support for SQL Server
- Add SqlServerAdapter
- Refactor some functions in the base class to get around the limitation that SQL Server does not support grouping by a column alias, requiring instead a repetition of the calculation
- Update readme file
(Updated from #35 to include changes to documentation.)
I can confirm this is indeed working with SQL Server.
Thanks for the PR, it greatly worked on SQL Server
Gracias por el aporte, definitivamente una excelente comunidad.
Work on Sql Server, nice job