Author: fabien
Date: 2010-03-02 19:13:54 +0100 (Tue, 02 Mar 2010)
New Revision: 28350

Modified:
   doc/branches/1.4/reference/en/07-Databases.markdown
Log:
[doc] [1.4] fixed default value (closes #8286)

Modified: doc/branches/1.4/reference/en/07-Databases.markdown
===================================================================
--- doc/branches/1.4/reference/en/07-Databases.markdown 2010-03-02 18:09:51 UTC 
(rev 28349)
+++ doc/branches/1.4/reference/en/07-Databases.markdown 2010-03-02 18:13:54 UTC 
(rev 28350)
@@ -153,7 +153,7 @@
  | `dsn`        | The PDO DSN (required)                   | -             |
  | `username`   | The database username                    | -             |
  | `password`   | The database password                    | -             |
- | `encoding`   | The default charset                      | `UTF8`       |
+ | `encoding`   | The default charset                      | `UTF8`        |
  | `attributes` | A set of Doctrine attributes             | -             |
 
 The following attributes can be customized under the `attributes` section:
@@ -162,7 +162,7 @@
  | ------------------- | ---------------------------------------- | 
------------- |
  | `quote_identifier`  | Whether to wrap identifiers with quotes  | `false`    
   |
  | `use_native_enum`   | Whether to use native enums              | `false`    
   |
- | `validate`          | Whether to enable data validation        | `true`     
   |
+ | `validate`          | Whether to enable data validation        | `false`    
   |
  | `idxname_format`    | Format for index names                   | `%s_idx`   
   |
  | `seqname_format`    | Format for sequence names                | `%s_seq`   
   |
  | `tblname_format`    | Format for table names                   | `%s`       
   |

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.

Reply via email to