probcomp / BayesDB

A Bayesian database table for querying the probable implications of data as easily as SQL databases query the data itself. New implementation in http://github.com/probcomp/bayeslite
http://probcomp.csail.mit.edu/software/bayesdb/
Apache License 2.0
891 stars 52 forks source link

List overwrite #41

Closed mdec closed 10 years ago

mdec commented 10 years ago

Prevents overwriting of column and row list names that are already in use, and requests user to use DROP <ROW|COLUMN> LIST first.