Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
doctrine-dbal
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tomáš Trávníček
doctrine-dbal
Commits
64923b58
Commit
64923b58
authored
Dec 29, 2006
by
chtito
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed wrong class constants
parent
4bff1053
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
23 deletions
+23
-23
Mock.php
lib/Doctrine/Db/Mock.php
+23
-23
No files found.
lib/Doctrine/Db/Mock.php
View file @
64923b58
...
...
@@ -31,29 +31,29 @@ Doctrine::autoload('Doctrine_Db');
*/
class
Doctrine_Db_Mock
extends
Doctrine_Db
{
protected
static
$errorCodeMap
=
array
(
1004
=>
Doctrine
_Db
::
ERR_CANNOT_CREATE
,
1005
=>
Doctrine
_Db
::
ERR_CANNOT_CREATE
,
1006
=>
Doctrine
_Db
::
ERR_CANNOT_CREATE
,
1007
=>
Doctrine
_Db
::
ERR_ALREADY_EXISTS
,
1008
=>
Doctrine
_Db
::
ERR_CANNOT_DROP
,
1022
=>
Doctrine
_Db
::
ERR_ALREADY_EXISTS
,
1044
=>
Doctrine
_Db
::
ERR_ACCESS_VIOLATION
,
1046
=>
Doctrine
_Db
::
ERR_NODBSELECTED
,
1048
=>
Doctrine
_Db
::
ERR_CONSTRAINT
,
1049
=>
Doctrine
_Db
::
ERR_NOSUCHDB
,
1050
=>
Doctrine
_Db
::
ERR_ALREADY_EXISTS
,
1051
=>
Doctrine
_Db
::
ERR_NOSUCHTABLE
,
1054
=>
Doctrine
_Db
::
ERR_NOSUCHFIELD
,
1061
=>
Doctrine
_Db
::
ERR_ALREADY_EXISTS
,
1062
=>
Doctrine
_Db
::
ERR_ALREADY_EXISTS
,
1064
=>
Doctrine
_Db
::
ERR_SYNTAX
,
1091
=>
Doctrine
_Db
::
ERR_NOT_FOUND
,
1100
=>
Doctrine
_Db
::
ERR_NOT_LOCKED
,
1136
=>
Doctrine
_Db
::
ERR_VALUE_COUNT_ON_ROW
,
1142
=>
Doctrine
_Db
::
ERR_ACCESS_VIOLATION
,
1146
=>
Doctrine
_Db
::
ERR_NOSUCHTABLE
,
1216
=>
Doctrine
_Db
::
ERR_CONSTRAINT
,
1217
=>
Doctrine
_Db
::
ERR_CONSTRAINT
,
1004
=>
Doctrine
::
ERR_CANNOT_CREATE
,
1005
=>
Doctrine
::
ERR_CANNOT_CREATE
,
1006
=>
Doctrine
::
ERR_CANNOT_CREATE
,
1007
=>
Doctrine
::
ERR_ALREADY_EXISTS
,
1008
=>
Doctrine
::
ERR_CANNOT_DROP
,
1022
=>
Doctrine
::
ERR_ALREADY_EXISTS
,
1044
=>
Doctrine
::
ERR_ACCESS_VIOLATION
,
1046
=>
Doctrine
::
ERR_NODBSELECTED
,
1048
=>
Doctrine
::
ERR_CONSTRAINT
,
1049
=>
Doctrine
::
ERR_NOSUCHDB
,
1050
=>
Doctrine
::
ERR_ALREADY_EXISTS
,
1051
=>
Doctrine
::
ERR_NOSUCHTABLE
,
1054
=>
Doctrine
::
ERR_NOSUCHFIELD
,
1061
=>
Doctrine
::
ERR_ALREADY_EXISTS
,
1062
=>
Doctrine
::
ERR_ALREADY_EXISTS
,
1064
=>
Doctrine
::
ERR_SYNTAX
,
1091
=>
Doctrine
::
ERR_NOT_FOUND
,
1100
=>
Doctrine
::
ERR_NOT_LOCKED
,
1136
=>
Doctrine
::
ERR_VALUE_COUNT_ON_ROW
,
1142
=>
Doctrine
::
ERR_ACCESS_VIOLATION
,
1146
=>
Doctrine
::
ERR_NOSUCHTABLE
,
1216
=>
Doctrine
::
ERR_CONSTRAINT
,
1217
=>
Doctrine
::
ERR_CONSTRAINT
,
);
public
function
connect
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment