validate your data before you send it to IB. If you know that your column
is set to a max length of 30 then check that before you try and send it.
On Tue, Mar 23, 2010 at 12:28 AM, joson yu wrote:
> ok. i have got it. thank you.
> but i want ask one question more.
> the root of the problem is
If possible you can do what Nathan suggested.
Alternately you are getting a DataIntegrityViolationException (since u are
using spring) so you can catch that explicitly and handle however you want
- if u are always sure it is a 'query' i.e. readonly, ignore it if thats
what the higher level busine
On 23 March 2010 03:05, Clinton Begin wrote:
> I plan on cutting a release this week for iBATIS 3.0. Officially it will be
> Beta 11, but I will cast the vote for it to become the GA release.
>
> If you can, please check out from the trunk and build it from source to try
> it out. Let us know if
My client has requested that we upgrade from our current iBatis version
(2.3.0) to 2.3.4. Since this is a 'minor version' upgrade, I don't
anticipate any issues, but I was wondering if the community has any
'gotchas' that I should be on the lookout for.
We are running all web applications in webl
Thanks Martin. Core is the only module. The compat module is for testing
only.
Cheers,
Clinton
On Tue, Mar 23, 2010 at 8:20 AM, Martin Ellis wrote:
> On 23 March 2010 03:05, Clinton Begin wrote:
> > I plan on cutting a release this week for iBATIS 3.0. Officially it will
> be
> > Beta 11, b
Watch the first change in the release.txt from version 2.3.1
o Removed maxTransactions, maxRequests, maxSessions from configuration, all
are now controlled by the resource providers
We were (unknowingly) relying on these throttles and had a couple of tense
days figuring out how to have the conta
I do have sql-maps written for Oracle Database. Is there any tool or something
that I can use to automatically convert to Sql-Server? The sql-queries for
oracle has some usage of oracle functions (to_date etc).
Thanks.
From: Chema
To: [email protected].
Become familiar with sed and awk.
Chris Mathrusse
[email protected]
Sybase, Inc
From:
kiran vuppla
To:
[email protected]
Date:
03/23/2010 11:16 AM
Subject:
Re: Ibatis sql-maps
I do have sql-maps written for Oracle Database. Is there any tool or
something that I ca