mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Correcting quoting
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5168 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
a276f28a00
commit
0bd813132f
1 changed files with 2 additions and 2 deletions
|
@ -46,13 +46,13 @@ class DboSybase extends DboSource {
|
|||
*
|
||||
* @var string
|
||||
*/
|
||||
var $startQuote = "`";
|
||||
var $startQuote = "";
|
||||
/**
|
||||
* End quote for quoted identifiers
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
var $endQuote = "`";
|
||||
var $endQuote = "";
|
||||
/**
|
||||
* Base configuration settings for Sybase driver
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue