probcomp / bayeslite

BayesDB on SQLite. A Bayesian database table for querying the probable implications of data as easily as SQL databases query the data itself.
http://probcomp.csail.mit.edu/software/bayesdb
Apache License 2.0
922 stars 64 forks source link

Support trailing semi-colon in CREATE POPULATION WITH SCHEMA block #510

Closed fsaad closed 7 years ago

fsaad commented 7 years ago
CREATE POPULATION p FOR t WITH SCHEMA(
    GUESS STATTYPES FOR (*); <--- here
)

In the grammar, add a rule pop_clause(empty).