Re: how to setval from migrations????
Re: how to setval from migrations????
- Subject: Re: how to setval from migrations????
- From: Mike Schrag <email@hidden>
- Date: Thu, 22 Jan 2009 10:47:16 -0500
ERXJDBCUtilities.executeUpdate(database.adaptorChannel(),
"SELECT setval('t_plum_job_seq', 1000)");
You're doing a select but using the update API ... probably using
executeQuery will make this work.
ms
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden