aamirkh521 / yii-user

Automatically exported from code.google.com/p/yii-user
0 stars 0 forks source link

Delete profile field fails - sqlite #44

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
created a new profile field named 'city'
then tried to delete 'city'.

Yii generates:

ALTER TABLE tbl_profiles DROP `city`

which appears not to be supported in sqlite, at least not DROP.

This seems to be more of a Yii problem rather than the user extension problem 
but I'm going to start here.

environment:
SQLite version 3.7.3
Mac OS X 10.6.5
yii-1.1.5.r2654 - Same error with both versions of yii!
yii-1.1.3.r2247

Original issue reported on code.google.com by oconnor...@gmail.com on 17 Nov 2010 at 4:27

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r99.

Original comment by mish...@gmail.com on 9 Feb 2011 at 3:17