Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
327 changes: 0 additions & 327 deletions src/Propel/Generator/Behavior/QueryCache/QueryCacheBehavior.php

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ abstract protected function buildFilterClause(array &$paramCollector): string;
/**
* Build parameters, possibly without building statement.
*
* Used for example when using query-cache behavior.
* Used for example when using the former query-cache behavior.
*
* Basic implementation does not avoid building the statement.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public function buildStatement(array &$paramCollector): string;
/**
* Build parameters, possibly without building statement.
*
* Used for example when using query-cache behavior.
* Used for example when using the former query-cache behavior.
*
* Basic implementation does not avoid building the statement.
*
Expand Down
13 changes: 0 additions & 13 deletions tests/Fixtures/bookstore/behavior-query_cache-schema.xml

This file was deleted.

Loading