activewarehouse / rails_sql_views

Rails SQL Views project extracted from ActiveWarehouse
http://activewarehouse.rubyforge.org/rails_sql_views
MIT License
140 stars 129 forks source link

SQL Server 2008 R2 does not support DROP TABLE WITH CASCADE #9

Open nsocheleau opened 13 years ago

nsocheleau commented 13 years ago

this was fixed for sqlite (https://github.com/aeden/rails_sql_views/commit/3246ef2c126c5689f05add31f06c20e12fa78b9f)but overwritten by the next commit (https://github.com/aeden/rails_sql_views/commit/49a957b4de283206e36511fde40b36717398f486) Please re-integrate the fix.