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

Implement missing RENAME POPULATION command #598

Closed fsaad closed 6 years ago

fsaad commented 6 years ago

Currently BQL support renaming tables and generators, but not renaming populations. Related #596 where we need to propagate renaming down to implicit populations/generators.