Skip to content

Support for REPLACE in auto schema #425

Description

@Nick-S-2018

Bug Description:

We need to support auto table creation for REPLACE queries just as we do for INSERT ones.
E.g., the following query must create the test table if it does not exist:
REPLACE INTO test(f) VALUES(1)

Manticore Search Version:

dev

Operating System Version:

Ubuntu 22.04 LTS

Have you tried the latest development version?

None

Internal Checklist:

To be completed by the assignee. Check off tasks that have been completed or are not applicable.

Details
  • Implementation completed
  • Tests developed
  • Documentation updated
  • Documentation reviewed
  • Changelog updated

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions