views:

38

answers:

1

Hi,

I have a table named "data_buckets" and a column in that table named "data_bucket". When I buid the activerecord.cs, subsonic created a class name "data_bucket" (extending IActiveRecord) for the table and obviously a conflict will arise when you try to access the field "data_bucket". Is it a known issue? Is there any workaround without having to rename the table or the column?

Thanks for your help.

A: 

I encountered similar problem. I think that renaming of the column is only way to fix it.

Igor Pistolyaka