mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
grammar: Mark named table constraints as unimplemented
This commit is contained in:
@@ -446,9 +446,13 @@ Table CreateTableWalker::table()
|
||||
// It's not, so treat this as table constraints
|
||||
|
||||
antlr::RefAST tc = s->getFirstChild();
|
||||
|
||||
// skip constraint name, if there is any
|
||||
if(tc->getType() == sqlite3TokenTypes::CONSTRAINT)
|
||||
{
|
||||
m_bModifySupported = false;
|
||||
tc = tc->getNextSibling()->getNextSibling();
|
||||
}
|
||||
|
||||
switch(tc->getType())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user