Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

using repository throw new ORMException("TableGenerator not yet implemented."); #34

Open
andrelec1 opened this issue Dec 8, 2019 · 1 comment

Comments

@andrelec1
Copy link

Try using clickhouse db in my synfony 4.4 project...
I make a twig filter and try to make a request in ...

 /** @var EntityManager $em */
        $em = $this->container->get('doctrine.orm.clickhouse_entity_manager');
        /** @var ProbeDatumRepository $probeDatumRepository */
        $probeDatumRepository = $em->getRepository(ProbeDatum::class);

this throw exeption : TableGenerator not yet implemented.

@Correcter
Copy link

You should defile the identifier (the partition in my case) like this:

/**
   * @var string
   *
   * @ORM\Id
   * @ORM\Column(name="partition", type="string")
   */
private $partition;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants