We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
You should defile the identifier (the partition in my case) like this:
/** * @var string * * @ORM\Id * @ORM\Column(name="partition", type="string") */ private $partition;
Sorry, something went wrong.
No branches or pull requests
Try using clickhouse db in my synfony 4.4 project...
I make a twig filter and try to make a request in ...
this throw exeption : TableGenerator not yet implemented.
The text was updated successfully, but these errors were encountered: