Re: sqlreset problem - a bug?

2007-09-19 Thread Kenneth Gonsalves
On 19-Sep-07, at 4:41 PM, Russell Keith-Magee wrote: > However, it certainly > isn't high on my list of priorities. In the meantime, you can always > drop and rebuild the entire database, or fall back to raw SQL DROP > TABLE statements, managed manually. not a problem for me as this is only th

Re: sqlreset problem - a bug?

2007-09-19 Thread Russell Keith-Magee
On 9/19/07, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote: > > hi, > > was trying sqlreset after a long time. It does not do the drop and > create statements in the proper order: It never has, and in its current form, it will be very difficult to fix. sqlreset operates on a p

sqlreset problem - a bug?

2007-09-19 Thread Kenneth Gonsalves
hi, was trying sqlreset after a long time. It does not do the drop and create statements in the proper order: say table foo has a foreign key to table bar, then foo must be dropped first and then bar. In creation, bar must be created first and then foo. Otherwise, in both cases the sql

sqlreset

2006-01-02 Thread Kenneth Gonsalves
hi just a comment - if you change a model (drop some tables and add some others) sqlreset will not work. It will not drop any table that you have removed from your model and will try to drop tables that have been added to the model but not to the database. The only solution is - before