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
918 stars 64 forks source link

Fix duplication with CREATE GENREATOR IF NOT EXISTS and update documentation #597

Closed fsaad closed 6 years ago

fsaad commented 6 years ago

The BQL grammar allows

The second form should be removed:

Also update documentation, which does not currently show how to combine IF NOT EXISTS in a CREATE GENERATOR phrase.