Re: [sqlite] Easy way to change a column

2013-10-09 Thread Petite Abeille

On Oct 9, 2013, at 2:50 AM, Bao Niu  wrote:

> For SQLite is there an easy way to find out ALL other tables, queries and
> triggers that will be affected when performing a change to a particular
> column under the cursor?

No.

> That would make refactoring so much easier.

Yes. 

Let us know if you come up with something clever.

___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] Easy way to change a column

2013-10-08 Thread Bao Niu
For SQLite is there an easy way to find out ALL other tables, queries and
triggers that will be affected when performing a change to a particular
column under the cursor? That would make refactoring so much easier.
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users