Download the PHP package legion21/mssql-bundle without Composer
On this page you can find all versions of the php package legion21/mssql-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download legion21/mssql-bundle
More information about legion21/mssql-bundle
Files in legion21/mssql-bundle
Download legion21/mssql-bundle
More information about legion21/mssql-bundle
Files in legion21/mssql-bundle
Vendor legion21
Package mssql-bundle
Short Description Microsoft SQL Server Bundle for Symfony 2
License MIT
Package mssql-bundle
Short Description Microsoft SQL Server Bundle for Symfony 2
License MIT
Please rate this library. Is it a good library?
Informations about the package mssql-bundle
Installation
Step 1. Install MssqlBundle
Add the realestate/mssql-bundle into composer.json
"require": {
....
"realestateconz/mssql-bundle": "master-dev"
},
And run
Add to parameters.yml
database_type: mssql
Step 2. Configure DBAL's connection to use MssqlBundle
In config.yml, remove the "driver" param and add "driver_class" instead:
Step 3. Enable the bundle
Finally, enable the bundle in the kernel:
Notes
Prerequsites
This driver requires version 8.0 (from http://www.ubuntitis.com/?p=64) as default 4.2 version does not have UTF support
In /etc/freetds/freetds.conf, change tds version = 4.2 to tds version = 8.0
NVARCHAR & NTEXT data types ( INSERT / UPDATE SQL)
Add Types For Add 'N' to Update / Insert Requests
All versions of mssql-bundle with dependencies
PHP Build Version
Package Version
Requires
doctrine/common Version
~2.2,>=2.2.3
The package legion21/mssql-bundle contains the following files
Loading the files please wait ....