Download the PHP package elshafey/doctrine-window-functions without Composer
On this page you can find all versions of the php package elshafey/doctrine-window-functions. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download elshafey/doctrine-window-functions
More information about elshafey/doctrine-window-functions
Files in elshafey/doctrine-window-functions
Download elshafey/doctrine-window-functions
More information about elshafey/doctrine-window-functions
Files in elshafey/doctrine-window-functions
Vendor elshafey
Package doctrine-window-functions
Short Description PHP Doctrine Extension that add window functions functionality
License
Package doctrine-window-functions
Short Description PHP Doctrine Extension that add window functions functionality
License
Please rate this library. Is it a good library?
Informations about the package doctrine-window-functions
Window Functions Extension
Window functions extension is an extension that enable you to use SQL window functions easily inside doctrine.
Installation
composer require elshafey/doctrine-window-functions
How To Use
Important Hint
Take care while using this extension and don't miss to wrap your window function by WINDOW(). Examples:
WINDOW(COUNT(*)) OVER(PARTITION BY e.columnNamw)
WINDOW(ROW_NUMBER()) OVER(PARTITION BY e.columnNamw)
Extension Compatibility
Currently this extension is tested and works fine with MYSQL8. Other platforms like Oracle, or MS-SQL Server is not tested.
Missed Functionalities
The extension doesn't support yet [frame_clause]
TODO
Add the capability of [frame_clause]
All versions of doctrine-window-functions with dependencies
PHP Build Version
Package Version
Requires
doctrine/orm Version
^2.7
The package elshafey/doctrine-window-functions contains the following files
Loading the files please wait ....