Commit 56007982 authored by zYne's avatar zYne

--no commit message

--no commit message
parent 8386d691
......@@ -192,7 +192,9 @@ final class Doctrine
const ATTR_NS_GAP_SIZE = 131;
const ATTR_NS_GAP_DECREASE_EXP = 132;
const ATTR_DQL_PARSER_CACHE = 150;
const ATTR_DQL_CACHE = 151;
const ATTR_SQL_CACHE = 152;
/**
* LIMIT CONSTANTS
......@@ -353,14 +355,6 @@ final class Doctrine
* constant for composite identifier
*/
const IDENTIFIER_COMPOSITE = 4;
/**
* CACHING CONSTANTS
*/
const CACHE_NONE = 0;
const CACHE_PARSER = 1;
const CACHE_RESULTSET = 2;
/**
* constructor
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment