On 11/3/06, Michael Bayer <[EMAIL PROTECTED]> wrote:

>
> if you need to test, why not create a test database ?  otherwise youd
> need to create your own set of CRUD tools for your objects...flush() is
> a little more involved than that.
>
>
I am testing on a test db...  I'm actually working on a script that is
cleaning up inconsistencies in a few tables for a client.  I want to
make the changes, but then also be able to INSERT data I deleted if
it's found that they didn't have something correct after all.
Basically, I can't trust that they have certain data correct, but am
having to rely on that to make other changes.  It'll probably require
several passes on my part before the data is deemed accurate.

I'll work on a few extra methods to add to my objects and show
everyone what I come up with.

Brian

--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to