Hello,I've made the ui for adding check constraints. Ive taken reference from qbe.But it generates sql query in javascript in the file db_multi_table_query.jsI'm unsure whether I should generate the query on client or server side??Any suggestions??_______________________________________________On Wed, Jul 4, 2018 at 2:12 AM, Lakshay arora <arora.lakshya123@gmail.com> wrote:Hello,I'm currently working on this(Add support for CHECK constraints), as a part of my GSOC project.As Isaac has written in his comment, this feature involves three parts. The order in which I want to work on this is the following -1. Implement an interface for interacting with these constraints2. Update parser to understand this syntax3. Update the export interface to allow including these in an exportFor the first part-I am thinking of implementing this something like query by example,- we show the operator in a select dropdown, and 2 options, to enter value or another column nameThe constraints will be shown like indexes are, in the table structure, where there will be an option to delete or add new check constraint on the table.For second and third parts-Not sure yet.
Developers mailing list
Developers@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/developers