On Monday, May 14, 2012 2:16:22 PM UTC-4, simon wrote:
>
> Thanks. That seems to work. Wouldn't it make sense for auto_import to look 
> for all .table files though?


Well, you only want it to read the .table files associated with the 
particular database to which you are connecting. The default .table file 
naming scheme includes a hash of the database URI, so that's an easy way to 
identify all the .table files associated with the particular database. I 
suppose you could use a custom naming scheme, or just assume all .table 
files are associated with the same database, and then pass that info to the 
auto_import process. I guess it wouldn't be too hard to add that capability.

Anthony 

Reply via email to