On Mar 17, 5:22 pm, Malcolm Tredinnick <[EMAIL PROTECTED]>
wrote:
> ...
> Sorry, not much encouragement for you there, but if you have any bright,
> truly database-portable ideas, we'd love to hear them.
>

I've the same problem and run a separate scripts is annoying, maybe a
solution should be to add some commands into sql file, something like:

-- top of file
--  -*- option: no-auto-commit -*-
--

CREATE FUNCTION ...

CREATE TRIGGER ...

-- (ignoring semicolons)

-- -*- option: commit -*-
-- (this makes a buffer commit to database)

MORE CREATE FUNCTIONS

-- end of file always makes commit
-- that way we maybe save some commits in the middle of the file

I don't know if this could help.

Best regards
Herme



> Regards,
> Malcolm


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

Reply via email to