Skip to content

fix: bump sbroad version with support of additional way of PRIMARY KEY declaration

Emir Vildanov requested to merge vildanov/support-sql-primary-key into master

Summary

This MR bumps sbroad version bringing ability to delcare PRIMARY KEY in a more easy way:

CREATE TABLE T(a int not null PRIMARY KEY) ...


Edited by Emir Vildanov

Merge request reports