Skip to content

Commit

Permalink
Merge branch 'DBAL-2013'
Browse files Browse the repository at this point in the history
  • Loading branch information
beberlei committed Sep 17, 2012
2 parents 7cb52a3 + b334df6 commit f68bd19
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions UPGRADE
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Upgrade to 2.3

## Oracle Session Init now sets Numeric Character

Before 2.3 the Oracle Session Init did not care about the numeric character of the Session.
This could lead to problems on non english locale systems that required a comma as a floating
point seperator in Oracle. Since 2.3, using the Oracle Session Init on connection start the
client session will be altered to set the numeric character to ".,":

ALTER SESSION SET NLS_NUMERIC_CHARACTERS = '.,'

See [DBAL-345](http://www.doctrine-project.org/jira/browse/DBAL-345) for more details.

## Doctrine\DBAL\Connection and Doctrine\DBAL\Statement

The query related methods including but not limited to executeQuery, exec, query, and executeUpdate
Expand Down

0 comments on commit f68bd19

Please sign in to comment.