cakephp2-php8/lib/Cake/Model/Datasource
Stephen Cuppett ed749fdc97 Must double quote the schema name in query
Schema names with reserved words such as "create" will fail this query without double quotes. 

Attempted prepared statement with ? placeholder. This failed with the following CakePHP error:

Error: A Database connection using "Postgres" was missing or unable to connect.	
The database server returned this error: SQLSTATE[42601]: Syntax error: 7 ERROR: syntax error at or near "$1" LINE 1: SET search_path TO $1 ^
2013-12-29 21:43:56 -05:00
..
Database Must double quote the schema name in query 2013-12-29 21:43:56 -05:00
Session Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
CakeSession.php Merge pull request #2449 from cakephp/fix-session-cyclic-error 2013-12-09 02:18:21 -08:00
DataSource.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
DboSource.php Clarify the docs for DboSource::fetchAll() 2013-12-19 17:39:44 -05:00