Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed PDO Connection for MS SQL Server #1021

Merged
merged 2 commits into from Jun 24, 2012
Merged

Fixed PDO Connection for MS SQL Server #1021

merged 2 commits into from Jun 24, 2012

Conversation

billmn
Copy link
Contributor

@billmn billmn commented Jun 14, 2012

No description provided.

@WanWizard
Copy link
Member

@FrenkyNet can you check this, and backport it to 1.2/develop if accepted?

// Set the character set
$this->set_charset($this->_config['charset']);
// Set Charset for SQL Server connection
if (strtolower($this->driver_name()) == 'sqlsrv')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be "===" (triple)

frankdejonge added a commit that referenced this pull request Jun 24, 2012
Fixed PDO Connection for MS SQL Server
@frankdejonge frankdejonge merged commit 0fcd6c5 into fuel:1.3/develop Jun 24, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants