PHPackages                             brainsonic/doctrine-sqlserver-extensions - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. brainsonic/doctrine-sqlserver-extensions

ActiveLibrary[Database &amp; ORM](/categories/database)

brainsonic/doctrine-sqlserver-extensions
========================================

SQL Server specific extensions for Doctrine to make life easier

061PHP

Since Jan 14Pushed 10y ago6 watchersCompare

[ Source](https://github.com/brainsonic/DoctrineSqlServerExtensions)[ Packagist](https://packagist.org/packages/brainsonic/doctrine-sqlserver-extensions)[ RSS](/packages/brainsonic-doctrine-sqlserver-extensions/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Doctrine SQL Server Extensions
==============================

[](#doctrine-sql-server-extensions)

SQL Server specific extensions for Doctrine to make life easier.

The purpose of this repository is to act as a testbed for Doctrine libraries when using SQL Server.

Only SQL Server 2005 will be supported, as many of the features require functions that were not available in 2000, and I wish to avoid the use of heavy prepared statements.

All of the classes in this repo have only been tested in basic scenarios.

SQL Server Sql Output Walker
----------------------------

[](#sql-server-sql-output-walker)

This aims to be a drop-in replacement for the standard SqlWalker provided in the ORM. This avoids using `doModifyLimitQuery()` in `SQLServerPlatform.php`which is incredibly complex to handle with regex alone.

There is currently no way to set a default output walker, so the walker must be specified via a hint

```
