Skip to content

Commit

Permalink
Adding block comments for Postgres Datasource quotes.
Browse files Browse the repository at this point in the history
  • Loading branch information
predominant committed Jan 5, 2010
1 parent 2d85ffe commit 804fba1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions cake/libs/model/datasources/dbo/dbo_postgres.php
Expand Up @@ -81,8 +81,20 @@ class DboPostgres extends DboSource {
'inet' => array('name' => 'inet')
);

/**
* Starting Quote
*
* @var string
* @access public
*/
var $startQuote = '"';

/**
* Ending Quote
*
* @var string
* @access public
*/
var $endQuote = '"';

/**
Expand Down

0 comments on commit 804fba1

Please sign in to comment.