Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Specifying connection charset throws exception #3

Open
Glideh opened this issue Sep 4, 2012 · 0 comments
Open

Specifying connection charset throws exception #3

Glideh opened this issue Sep 4, 2012 · 0 comments

Comments

@Glideh
Copy link

Glideh commented Sep 4, 2012

config.yml

doctrine:
    dbal:
        default_connection:       default
        connections:
            default:
#...
            aca:
                driver_class: \Realestate\MssqlBundle\Driver\PDODblib\Driver
#...
                charset: French_CI_AS

Gives

An exception occurred while executing 'SET NAMES French_CI_AS':

SQLSTATE[HY000]: General error: 195 General SQL Server error: Check messages from the SQL Server [195](severity 15) []

Seems like it's trying a non SQL Server command

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant