Re: [Dbix-class] Does DBIC support ->create() with more clob fields?

2012-01-29 Thread Daniel J. Luke
On Jan 29, 2012, at 11:42 AM, Peter Rabbitson wrote: > Crap! I would hazard a guess this is some subtle behavior change in > DBD::Oracle. In any case DBIC needs to move away from using the buggy > blob support in DBD::Oracle, and use the blob OCI calls directly. I'll try to get on IRC tomorrow to

Re: [Dbix-class] Does DBIC support ->create() with more clob fields?

2012-01-29 Thread Octavian Rasnita
From: "Peter Rabbitson" > Octavian Rasnita wrote: >> Hi all, >> >> I have an Oracle table with 2 clob columns and I am trying to add a new >> record in it, using: >> >> my $row = $schema->resultset( 'TblName' )->create( { >> question => 'This is the first question', >> answer => 'Answe

Re: [Dbix-class] Does DBIC support ->create() with more clob fields?

2012-01-29 Thread Peter Rabbitson
Octavian Rasnita wrote: Hi all, I have an Oracle table with 2 clob columns and I am trying to add a new record in it, using: my $row = $schema->resultset( 'TblName' )->create( { question => 'This is the first question', answer => 'Answer 1', date_time_q => '2012-01-01 00:00:00',

[Dbix-class] Does DBIC support ->create() with more clob fields?

2012-01-29 Thread Octavian Rasnita
Hi all, I have an Oracle table with 2 clob columns and I am trying to add a new record in it, using: my $row = $schema->resultset( 'TblName' )->create( { question => 'This is the first question', answer => 'Answer 1', date_time_q => '2012-01-01 00:00:00', date_time_a => '2012-01-