Skip to content

Commit

Permalink
changed sequenceTypeName from phpcr_type_nodes_id_seq to phpcr_type_n…
Browse files Browse the repository at this point in the history
…odes_node_type_id_seq
  • Loading branch information
pajooh committed May 21, 2012
1 parent aa17984 commit 17c9f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Jackalope/Transport/DoctrineDBAL/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public function __construct(FactoryInterface $factory, Connection $conn, array $
if ($conn->getDatabasePlatform() instanceof PostgreSqlPlatform) {
$this->sequenceWorkspaceName = 'phpcr_workspaces_id_seq';
$this->sequenceNodeName = 'phpcr_nodes_id_seq';
$this->sequenceTypeName = 'phpcr_type_nodes_id_seq';
$this->sequenceTypeName = 'phpcr_type_nodes_node_type_id_seq';
}
$this->cache = $cache ?: new ArrayCache();
}
Expand Down

0 comments on commit 17c9f89

Please sign in to comment.