Re: DBD::File insert/update

2010-06-10 Thread Jens Rehsack
On 06/09/10 16:04, Tim Bunce wrote: On Wed, Jun 09, 2010 at 02:45:18PM +, Jens Rehsack wrote: On 06/09/10 14:36, Tim Bunce wrote: The interface of the per-table API doesn't allow that :( That's exactly the reason why I thought it's required to warn about that. Can it be expressed as

Re: DBD::File insert/update

2010-06-09 Thread Tim Bunce
On Tue, Jun 08, 2010 at 11:54:32AM +, Jens Rehsack wrote: On 06/08/10 11:42, Tim Bunce wrote: On Fri, Jun 04, 2010 at 04:12:18AM -0700, rehs...@cvs.perl.org wrote: +statements really do the same (even if they mean something completely +different): + + $sth-do( insert into foo values

Re: DBD::File insert/update

2010-06-09 Thread Tim Bunce
On Wed, Jun 09, 2010 at 02:45:18PM +, Jens Rehsack wrote: On 06/09/10 14:36, Tim Bunce wrote: The interface of the per-table API doesn't allow that :( That's exactly the reason why I thought it's required to warn about that. Can it be expressed as this is regarded as a bug and is

Re: DBD::File insert/update

2010-06-08 Thread Jens Rehsack
On 06/08/10 11:42, Tim Bunce wrote: On Fri, Jun 04, 2010 at 04:12:18AM -0700, rehs...@cvs.perl.org wrote: +This modules uses hash interfaces of two column file databases. While +none of supported SQL engines have a support for indeces, following s/indeces/indices/ +statements really do the